Whats a good API for generating reports for a java web application?
Posted
by Ahmad
on Stack Overflow
See other posts from Stack Overflow
or by Ahmad
Published on 2009-06-24T18:05:45Z
Indexed on
2010/05/11
9:14 UTC
Read the original article
Hit count: 266
I have a J2EE application that has a lot of reports, the situation now is the following:
Report filters' values are sent to the application over DWR mainly, the data are retrieved from Oracle DB throw DB procedures and returned back to the client.
However, some customization is required every now and then (new data filters, columns, ordering, ...), and these changes are painful to implement since we need to modify the JSPs, DB Procedures, the application itself, ...
What API do you recommend to use for such reports?
© Stack Overflow or respective owner