Table of Contents
The Geronimo JasperReports plugins integrate the JasperReports reporting system into the Apache Geronimo application server. This provides advanced reporting features, which is a feature many applications require, but that J2EE does not cover.
There are two plugins available, which build on each other to provide different levels of integration with Geronimo:
Report Manager
Deployable Reports
This article describes the features provided by these plugins
These are the problems solved by the Geronimo JasperReports Plugins:
Report Manager only
Tracks report templates, associating each one with default criteria and a database connection pool
Report parameters are configured using a Java API
Generates reports on demand, to temporary files or archived to a directory on disk.
Report Manager & Deployable Reports
Reports can be shared between multiple applications
Reports templates and default parameters can be updated without restarting the entire application
Report parameters are configured via an XML file rather than a Java API