Hi everybody,

I am a JasperReports beginner and we are trying to find a suitable solution
to integrate Business Intelligence (reporting) to our own software. I am
having some trouble on how to interact with the actual data coming from a
oracle database as well as from a java object “Record” (getAttribute(...),
getValue(...)). Maybe you can comment if the desired scenario is possible
using jasperreports.

Person A writes a report with probably ireport. In ireport he/she can access
the oracle database and write the report with the actual data BUT he/she
cannot access the java object. Since the java object is not accessible is it
possible to just place dummy parameters which are filled in later?

If this works, the person who wrote the report then compiles the reports and
deploys it to a tomcat instance. After triggering to read/export the report
in our application the parameters will be filled in with the actual data
from the database and the java object and the reports is shown.

I guess this is the desired sequence:

Person writes report and saves jrxml
compileReport compiles the jrxml to .jasper
.jasper is deployed on our production server
if the report is started in our web application fillReport is called and
then the desired export function is called

If this scenario is possible do you have any comments? I still would have to
find a way from the parameters representing the java functions from the java
object record and place all data in a hash map, right?

Thanks a lot

Regards

ke

Geschäftsführung: Dr. Michael Fischer, Reinhard Eisebitt
Amtsgericht Köln HRB 32356
Steuer-Nr.: 217/5717/0536
Ust.Id.-Nr.: DE 204051920
--
This email transmission and any documents, files or previous email
messages attached to it may contain information that is confidential or
legally privileged. If you are not the intended recipient or a person
responsible for delivering this transmission to the intended recipient,
you are hereby notified that any disclosure, copying, printing,
distribution or use of this transmission is strictly prohibited. If you
have received this transmission in error, please immediately notify the
sender by telephone or return email and delete the original transmission
and its attachments without reading or saving in any manner.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to