I have this: 1. [client] Call server from client via GWT-RPC 2. [server] Create map of the data and store them under the key 3. [server] Return key to the client 4. [client] Set Servlet URL with the key as query parameter in the com.google.gwt.user.client.ui.Frame instance 5. [server] In the Servlet, lookup for the data with exact key 6. [server] Generate PDF from data and return response (OutputStream)
Is this possible in "one way"??? Explanation: I have large amounts of data on the client which must be send to the server, transform them (eg. XSL-FO), generate PDF, and return to the client (show PDF in widget, not in new window or something like that). This data can't be send via GET method, so is there any solution? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
