Now that JasperReports Library 7.0 is available, is there any timeline on when this will be incorporated into JasperReportsIntegration?
Thanks,
David
daust / JasperReportsIntegration
JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
Hi Dietmar,
It will be really useful to have such an update to version 7.0, as JasperReport Studio version 6.20.6, as well as versions prior to 6.21.2, are not available for download anymore.
Thank you
Marco
I am on it. It is a bit complicated because they have changed the build process of the JasperReportsLibrary project.
This is always the most complicated part, to "collect" all required libraries. And it is not well documented, which libraries they will include for which feature.
So, typically, I try to use the project's build process to create all .jar files and automatically download all required dependent libraries.
At the same time, I don't want to include EVERYTHING, else the .war file will get too big.
But I need most of the things that Jasper Soft Studio supports featurewise. Else, people will design the report, preview looks great ... but throws an error on the JRI runtime environment.
It will take a couple more days, but the major portion of the work is done. Not working on it full-time.