Are you sure that you have to transfer such amount of data to your client ?

Have you considered some kind of data separation or maybe some pagination technique ? If you are returning so much data, this means that your users have to look into that data, which in most cases takes a lot of time.


On 12/23/2010 02:40 PM, shahid wrote:
My application uses .NET C# on the server side and GWT on the client
side/UI. I use JSON to interchange data between the UI and the server
and the server application is served by IIS 7.
There are situations when my JSON gets bigger and it causes a delay in
UI display. Is there a way that I can compress/decompress JSON and
would that be any helpful?


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