GWT supports only specific java classes (see http://code.google.com/intl/de-DE/webtoolkit/doc/latest/RefJreEmulation.html) 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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1ycAKF3FKyMJ. 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.
