Re: Reporting tool and GWT

2008-09-19 Thread Chris Marshall

We have found BIRT to be very easy to integrate as a service that is
invoked by a GWT RPC call.
The resultant report (we standardise on PDF) is stored on the server
and may be viewed in the browser and then printed, emailed etc.
BIRT also has a jsp based report viewer that may be used independently
of your GWT app, although we do not use it.
BIRT report design files are stored on the server and the RPC call
carries the parameter(s) that may be needed to configure the report.
You may also need an "if (GWT.isScript())" condition to set up the
path to these files when in hosted mode.
Regards Chris


On Sep 16, 2:10 pm, 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 Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Reporting tool and GWT

2008-09-18 Thread Arthur Kalmenson

If you're looking for charting, you can also check out Google
Visualization API: http://code.google.com/apis/visualization/. The
Google Library API for GWT (GALGWT) project is currently working on
integrating Google Visualization API.

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 Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Reporting tool and GWT

2008-09-17 Thread Dave

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 Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Reporting tool and GWT

2008-09-16 Thread Charlie Collins

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 Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---