Tuesday, February 1, 2011

Re: CellTable and GAE Datastore cursors

I think that they are not suitable each other, due the lack of rewind of datastore cursors, i.e you can seek to the next offset but you are not allowed to move back. To do that you have to make some kind of hack that keeps all previous cursor positions. For more information about paging you can take a look at http://sites.google.com/site/io/building-scalable-web-applications-with-google-app-engine (Slide 33-34). 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment