I am loving RequestFactory for use in Editors, but I could use some advice for lists.
Say I have a Person entity and PersonProxy. A db query returns List<Person> which is found in the RequestContext as Request<List<PersonProxy>>. I need a handle on this list on the server (for caching, filtering, etc), and to send pages to the client. What is the best way to keep a handle on this list on the client so I don't have to overwhelm the browser with so many records? -- 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.
