daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
56 stars 25 forks source link

Deploying .jrxml and / or .jasper files #2

Closed daust closed 4 years ago

daust commented 6 years ago

As Fernando suggested, a report should be deployed by using the .jrxml instead of the .jasper file. It could be compiled on the fly.

I would like to modify the requirement, already had it on my mind for a long time. The integration should be able to pick up either the .jrxml source file OR the .jasper comiled version.

First we need to find the .jrxml and .jasper files. Both might exist or just one of them. Then we compare the file dates.

This way:

daust commented 4 years ago

Implemented.