We use JasperReports. The GWT code makes an RPC call, which runs the report using a Stateless Session EJB. When the report completes the user downloads it via a Hyperlink tied to the URL of a report download servlet. We use temp files to hold the reports on the server side. If reports take a long time (meaning you get HTTP timeouts) you can use a JMS queue and poll a DB via a GWT Timer call to see if the report has completed. Then show the user a link to download the report.\
We are actually going to offload all of our reports to another server and use Web Services to pass requests/results back and forth. Dave On Sep 16, 11:38 am, Charlie Collins <[EMAIL PROTECTED]> wrote: > Maybe as opposed to reporting you mean charting? Reporting is a broad > topic, but in most senses can usually be done on the server side (and > results returned to client). > > http://code.google.com/p/gchart/ > > On Sep 16, 7:10 am, Manik <[EMAIL PROTECTED]> wrote: > > > Hi, > > I need any reporting tool which can be used with GWT. > > Is there any toolkit or gwt api for this purpose? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
