well. i have got two option for generating report in web application.
1) BIRT.
2) JasperReport.
and i'm able to generate reports using both the tools but not able to deploy in web application as i'm not having any tutor on it.
for jasper report deployment i have written
servlet... which invoke heavy weight JasperViewer...which take countable
seconds to run my reports. and when i close i close the jasper viewer. it shutdown the
JBoss Server.
if anybody can help me with birt report deployment, i will be thankful...