[ANN] Objectify-Appengine 2.0, easily use GWT with the GAE datastore

2010-02-12 Thread Jeff Schnitzer
A couple days ago the Objectify team released version 2.0 of Objectify-Appengine, a mid-level open-source data persistence tier for Google App Engine. It's a comfortable level of abstraction somewhere between JDO's too complicated and the Low-Level API's too simple, allowing you to easily put(),

Re: [ANN] Objectify-Appengine 2.0, easily use GWT with the GAE datastore

2010-02-12 Thread Roger Studner
Begs the question (and I don't have time, sadly, to try it). GWT 2.0 + ObjectifyWithGWT + (Gaelyk or Grails) That would be an insanely awesome stack. Roger On Feb 12, 2010, at 2:54 PM, Jeff Schnitzer wrote: A couple days ago the Objectify team released version 2.0 of Objectify-Appengine,

Re: [ANN] Objectify-Appengine 2.0, easily use GWT with the GAE datastore

2010-02-12 Thread Duong BaTien
Hi Jeff: Thanks for posting in GWT group as well. I start to test part of our application to Objectify and like its new @Embedded. I may have more feedbacks to your team soon. @Embedded is an excellent way to build JSON data transport and JsonpRequestBuilder is already in GWT 2.0 - probably in