Home
Analytics
Display BIRT report from a JSP page
smuks
Hi all,
I am very new to BIRT.I have successfully managed to create reports in BIRT but now comes the big questions of how do I create and call the same reports through a J2EE application that runs on Weblogic 1.0 web server.
I have been going through several forums and have seen several posts talking about BIRT viewer and the Report engine API.But I am so confused as to where to start from and what steps to follow.
Could someone please tell me what I need to do in order to be able to display a BIRT report by clicking a link/button on a jsp page?
I would be so grateful for any help at this point.
Many thanks.
Find more posts tagged with
Comments
berk123
I found the following link useful in creating a birt report that can be accessed in a jsp:-<br />
<br />
<a class='bbc_url' href='
http://www.newsletterarchive.org/2007/12/06/277634-Using+the+BIRT+Web+Project+Wizard'>http://www.newsletterarchive.org/2007/12/06/277634-Using+the+BIRT+Web+Project+Wizard</a><br
/>
<br />
<br />
<br />
Thanks,<br />
Nami
catchme33
i hav same problem
but temp sol which i hav found is that removal of some files wont cause any problem
like
removal of
1] org.eclipse.birt.chart.*.jar
2] org.eclipse.birt.report.engine.emitter.*.jar
3] org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar
4] org.eclipse.datatools.connectivity.oda.design_3.0.5.200709071.jar
5] org.eclipse.datatools.connectivity.oda.flatfile_3.0.5.200711091.jar
6] org.eclipse.datatools.enablement.oda.ws_1.0.1.20071218.jar
7] org.eclipse.datatools.enablement.oda.xml_1.0.3.200802141.jar
wont cause any problem
still size of pluin folder remain around 23.6 mb
but v can generate reports in html and pdf format with this config w/o fail
if u hav any new info
plz share
thx
vikasg18
Hi Smuks,
Are u talking about customer parameter page....???
ie:U want to generate the report by entering the parameters in a jsp page...???
-Vikas