PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Consider moving to objectify #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The AppEngine JDO model is definitely tricky. It seems to be made greatly 
simplified by objectify:
http://code.google.com/p/objectify-appengine/

Original issue reported on code.google.com by philippe.beaudoin on 14 Apr 2010 at 8:47

GoogleCodeExporter commented 8 years ago
I should also check out Twig, which looks like an excellent alternative:
http://code.google.com/p/twig-persist/

Original comment by philippe.beaudoin on 17 Apr 2010 at 10:50

GoogleCodeExporter commented 8 years ago
A nice discussion about various options:
http://borglin.net/gwt-project/?page_id=604

Twig:
+ Parallel requests
- Now native memcache support

Objectify:
+ Native memcache support
- No parallel requests

Original comment by philippe.beaudoin on 18 Apr 2010 at 6:02

GoogleCodeExporter commented 8 years ago
This is done. Everything seems to be working as well as before.

Original comment by philippe.beaudoin on 30 Apr 2010 at 5:58