Hi All,
I have just started using BIRT and also developed some sample reports using the same, and java API.
Now I am trying to configure as an application. In respect to this I have the following query
1. In each report, while designing, I have to provide the data set and also the query. So is there any way by which I can pass the connection from the Java Code so that it;s not hardcoded with the .rptdesign file?
Also I don't want the SQL query to be part of the .rptDesign, can I also pass in SQL query at run time, as an whole?
2. I am using spring framework so is there any link or documentation which can guide me on the same?
Note:
a) I am not using spring-mvc. As these are all batch reports, just need to generate the report and place it in a directory

I am developing report as follows
(i) Create the design and take the .rptdesign file
(ii)Use the Java Code (API) to generate report from the .rptdesign file