Has anyone tried the "objectify" library for Google App Engine?
- by Spines
I was using JDO for my google app engine project but got fed up with the additional 5 seconds it adds to my cold start time. I was planning on just writing stuff directly to the database with the low level datastore api, but then I came accross the objectify project ( http://code.google.com/p/objectify-appengine/ ).
Apparently its a super light wrapper above the low level api. Does anyone have experiences with this library that they could share?