Solution for using JasperReports in a non web application
I need to generate reports under a batch process, so there is no web client. I have seen that for web client there is a lot of support for JasperReport, but for non web there is only one class: JasperReportsUtils.
I have some one implemented a similar solution for web client like the classes: AbstractJasperReportsSingleFormatView and AbstractJasperReportsView.
Otherwise I need to it by hand and it is no so easy to implement a generic solution.
I am using Spring + Hibernate + Jasper Reports
Thanks in advance,
David |