Check: http://code.google.com/p/google-web-toolkit-incubator/wiki/PagingScrollTable
use JDBC (or ORM equivelents) to get pages over GWT RPC - don't clog up HttpSession. regards gregor On Jan 2, 7:14 pm, falcon_whiz <[email protected]> wrote: > Hi all, > I am creating an application where I need to send an array of objects > from server to the client side using RPC. the problem is I want the > dataset to be broken into pages so that the user isn't overwhelmed > with data. Does GWT provide any good approach to solve this problem, > or should I use HTTPSession to maintain the large dataset. > > Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
