Re: [Repoze-dev] Using traversal with GAE's BigTable

2010-03-30 Thread Tim Hoffman
Hi Have a look at http://code.google.com/p/bfg-pages/ I have used it in a number of projects. Its a very rough and ready cms, with traversal. Across folders etc. mapped to gae entities. It has been used on a number of in production appengine projects. T On Wed, Mar 31, 2010 at 1:29 AM, ge

Re: [Repoze-dev] Using traversal with GAE's BigTable

2010-03-30 Thread Andrew Sawyers
I¹ve been meaning to get this finished up; it wasn¹t completed at the sprint during pycon ­but it¹s functional with several storages. I haven¹t documented the manner to wire it up into GAE ­ but it does work. See http://bitbucket.org/sawdog/bfgcookbook/ for some hints to what you¹re after perhap

Re: [Repoze-dev] Using traversal with GAE's BigTable

2010-03-30 Thread Charlie Clark
Am 30.03.2010, 19:29 Uhr, schrieb george hu : > I have a small repoze.bfg application which has a traversal/ZODB > structure, > I got trouble with moving it to the GAE, as my understanding for now, on > GAE > there is only BigTable supported, I guess have to rewrite the model part > of > my

[Repoze-dev] Using traversal with GAE's BigTable

2010-03-30 Thread george hu
I have a small repoze.bfg application which has a traversal/ZODB structure, I got trouble with moving it to the GAE, as my understanding for now, on GAE there is only BigTable supported, I guess have to rewrite the model part of my code to adapt it into the GAE. Does any body has experience of doin