Hi folks. Just wanted to add that there should be some "known good way" of paging through a set of more than 1,000 objects. It seems like there are a few ways to do this -- does anyone have any good sample code so we don't all reinvent the wheel each time?
One way is to use Django's Paginator -- I've used that in one of my apps. But it doesn't solve the problem if you have more than 1,000 items (the max returned by a query). -s On Dec 4, 6:45 am, kang <[EMAIL PROTECTED]> wrote: > I know both...But the example apps do not cover the paging problem.. > and the big apps do not give source code > > > > On Thu, Dec 4, 2008 at 7:44 PM, A. TNG <[EMAIL PROTECTED]> wrote: > > > On Thu, Dec 4, 2008 at 6:58 PM, lookon <[EMAIL PROTECTED]> wrote: > > > > I've watched Buildding Scalable Web Applications with Google App > > > Engine on Youtube..But I wish there could be some example code about > > > the topics. for example paging technique.. > > > > And I want to know where could see the code of some big apps using App > > > Engine. I need to learn, thanks > > > Some sample apps you could find here > >http://code.google.com/p/google-app-engine-samples/downloads/list. > > Some big apps you could find herehttp://appgallery.appspot.com/. But > > the big one may not open-source. > > > -- > > Best Regards, > > TANG Jiyu (Blog:http://jiyu.wordpress.com.cn) > > -- > Stay hungry,Stay foolish. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
