Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Interating the BIRT report to my web app
abintbabu
Hi .. created a birt report, which is connected to database, able to run it from the eclipse. now i am stuck with calling this report from my jsp file on a button click .
downloaded many files .. nothing seems like working , jar files missing , what all jar files and tld files are required..?? from where could i download that ??
Find more posts tagged with
Comments
mwilliams
Have you downloaded the BIRT runtime, yet? When you do, there is an example web viewer that you can deploy to your app server and call by URL. You can also use the viewer tag library to embed the viewer in your jsp pages. The following shows using the tag library to create a parameter selection form in jsp and call a report.
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/298-2.2-birt-tag-library/
abintbabu
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="110188" data-time="1349467785" data-date="05 October 2012 - 01:09 PM"><p>
Have you downloaded the BIRT runtime, yet? When you do, there is an example web viewer that you can deploy to your app server and call by URL. You can also use the viewer tag library to embed the viewer in your jsp pages. The following shows using the tag library to create a parameter selection form in jsp and call a report.<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/298-2.2-birt-tag-library/'>http://www.birt-exchange.org/org/devshare/deploying-birt-reports/298-2.2-birt-tag-library/</a><br
/></p></blockquote>
<br />
Hi williams<br />
I have downloaded that , but still confused ! can i use that in eclipse ?? how could i use it ?? my report is an invoice printing , which contains the basic details from the database ..? too much confused !!!
abintbabu
Hi williams..
Was going through link which u shared, from where can i find coreapi.jar, modelapi,jar, viewerservlets.jar, engineapi.jar, and com.ibm.icu_3.6.1v20070417.jar these jars ??
mwilliams
Those are in your reportengine -> lib folder