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 <http://about.me/vaibhavbhalke> -- 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.
