2006 IR Open Discussion Posted August 18, 2006 Posted August 18, 2006 By: Anen Wu - anenwu How to integrate EJB and JasperReports ? 2003-05-01 20:53 Hi, Is is possible to populate (pass) collections of data (Value object) which retrieved from my EJB to JasperManager to generate on the fly PDF report ? Because what I understand so far, JasperManager can only generate report by connecting directly to data source, which I think can sacrifice the performance, that s why I would like to cache these retrieved records by making use of EJB. Thanks Anen Wu By: Teodor Danciu - teodord RE: How to integrate EJB and JasperReports ? 2003-05-07 13:37 Hi, Check the supplied "datasource" sample and you'll se how JasperReports can deal with non JDBC data sources. I think what you are looking for is the JRBeanCollectionDataSource class. I hope this helps. Teodor
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now