if i load less amount of data it is working time but if i want to load 3000+ records it is loading but taking time when i search it in the google i found that we can use pushApi but i dont know how to use that could you please tell me can we use this.If so, How can we use this?
Thanks On Fri, Jun 1, 2012 at 3:03 PM, Jens <[email protected]> wrote: > Although RequestFactory should be faster than GWT-RPC when it comes to > converting the server result string back to the object graph, 9000+ records > are maybe too much for RequestFactory as well. You could verify it by just > loading the data without putting it into the CellTable / DataProvider. The > browser probably still freezes just because you load so much data. > > Only solution is to load less data at once (no one will ever scroll/click > through 9000 records). > > -- J. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/tGrFiIXFwsQJ. > > 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.
