Jasper Reports and Rich client
Hi all,
I am looking for some ideas on using jasper reports in rich client. I think there is some support in spring 1.1.3+ for jasper reports but its mainly view classes for web layer. Basically here is what I am thinking,
1. Create the report design (*.jrxml), compile it and put them on server class path (i.e. WEB-INF/reports/*.jasper). And then at run-time return the JasperReport to client that can dispaly it in JaspoerReport Viewer.
2. Creat the report programmatically in the client , request the data model from server compile the report on client at runt time and fll it with data and show it in ReportViewer.
3. Other
What do you guys think , all ideas are welcome!
Thanks
Amad