On Thu, Feb 19, 2009 at 7:42 AM, 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?

Unless something's changed, that's already happening for you.  For
responses over a certain (fairly small) size, RemoteServiceServlet
compresses the response to any browser that advertises the necessary
support.

Ian

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to