On Thu, Feb 19, 2009 at 07:42, jmpeace <[email protected]> wrote: > > Hi! I am developing an application which sends big amounts of text to > the client via a GWT-RPC. I wonder if there is a way to compress the > text in the server and decompress it on the client. What do you think > about this?
The GWT RPC system automatically does HTTP level gzip on the stream if the browser supports it. Nearly all JavaScript enabled browsers that support GWT would also support the gzip compression. In short, don't worry about it, its done for you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
