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).
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.
Hi @mnicolazzo,
just in case. I did release the upgrade to version 7. Nevertheless, your question might be answered in a different way, if I understand it correctly.
There is a compatibilty mode in JasperSoftStudio that allows you to create .jrxml
files for a specific JasperReports version.
This way, you can use a recent version of JasperSoftStudio, yet the source files are compatible with previous versions.
Perhaps this might help.
Best, ~Dietmar.