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)
Java based reporting Web Application
Rapporter
Hi,
I am new to BIRT. I want to integrate reports into my application.I am having simple MVC achitecture. Pleae guide me how to setup application. i want to pass filter parameters from jsp through servlet to reports.I am tried running scripted data source exaple without success.
Thanks in Advance.
Find more posts tagged with
Comments
bhanley
This Blog posting talks about integrating the BIRT report viewer into your existing application:<br />
<br />
<a class='bbc_url' href='
http://toba2008.blogspot.com/2008/07/using-birt-report-viewer.html'>TOBA.SAYED
: Using the BIRT Report Viewer</a><br />
<br />
As for designing the reports you need, there is a "Designing BIRT Reports" forum on this site to give you a hand with any issues you may encounter when building out content. What sort of issues did you hit trying to implement a scripted data set? What is your data source, and what was the need driving the use of a scripted data set in the first place?
Rapporter
thanks for your reply. I will be passing parameter from jsp which will in term call DAO and that resultset will be shown in the report. also i want to embed report in jsp. Please help. thanks in advance.