I'm looking for a way to make a gwt service call, have the server create an image, and then send the image bytes back down to the browser.
I can do this with a standard servlet call, but my query is getting unruly and I'd like to take advantage of gwt's serialization and build my request that way. The only other option is to have the gwt service return a url (string) to an image, but this would require that I actually save the image to disk, which I don't want to do. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
