Has anyone tried the "objectify" library for Google App Engine?
Posted
by Spines
on Stack Overflow
See other posts from Stack Overflow
or by Spines
Published on 2010-03-19T21:59:51Z
Indexed on
2010/03/19
22:01 UTC
Read the original article
Hit count: 226
google-app-engine
|java
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?
© Stack Overflow or respective owner