Hi, Take a look at this post:
-> http://uptick.com.au/content/working-hsqldb-jasperreports-and-ireport and this demo: -> http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 21, 2:00 am, Jens <[email protected]> wrote: > GWT supports only specific java classes > (seehttp://code.google.com/intl/de-DE/webtoolkit/doc/latest/RefJreEmulati...) > so you can't use Jasper directly in client side code. > > You have to generate the PDF/Excel/etc file on your server (not > JasperServer, just your GWT backend server) and tell the browser where to > download/open the file once its generated. > > -- J. -- 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.
