Would not be JSON here better ? What about turning that xml into JSON ? 2011/8/9 Srinivasan Raghavan <[email protected]>
> Hi > > Try lazy loading instead of sending the XML all to together > > Regards > R.Srinivasan > > > On Tue, Aug 9, 2011 at 4:33 AM, vaibhav bhalke <[email protected]> > wrote: > > Hi folks, > > > > Which are the Best practices to send huge amount of data from server to > > client in GWT? > > > > Right now we are facing performance issue in GWT code. > > > > Our server side is sending huge xml (Size in MB/GB) to client side, our > > client side parses that xml and using parsed data, beans are formed for > > populating data in Celltable grid. > > We are filling 1k + / 10k+ records in CellTable grid. > > > > Is there any effective way/ Best practices followed while dealing with > such > > a huge data? > > If we parse the data at server side and formed the beans at server side, > Is > > this good? or any alternative way.. > > > > Any help or guidance in this matter would be appreciated. > > > > > > -- > > Best Regards, > > Vaibhav Bhalke > > > > > > > > > > > > > > -- > > 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. > > > > -- > 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. > > -- GWT API for non Java based platforms http://code.google.com/p/gwt4air/ http://www.gwt4air.appspot.com/ -- 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.
