[appengine-java] An O/R mapper to use with cloud sql

2011-12-31 Thread Arjan
Hi all, When google announced cloud sql i was realy happy to port my web application from the nosql datastore to the MySQL instance. I'm a bit used to hibernate, kbut support for hibernate is terible in GAE. Does anyone know of good O/R mappers to use in GAE? Regards, Arjan -- You received

Re: [appengine-java] An O/R mapper to use with cloud sql

2011-12-31 Thread Jeff Schnitzer
If you are using cloud sql, what's wrong with hibernate? Jeff On Sat, Dec 31, 2011 at 4:24 AM, Arjan arjan.br...@gmail.com wrote: Hi all, When google announced cloud sql i was realy happy to port my web application from the nosql datastore to the MySQL instance. I'm a bit used to hibernate,

[appengine-java] Re: An O/R mapper to use with cloud sql

2011-12-31 Thread Remy Gendron
Spring JDBCTemplate is a lightweight yet flexible solution that minimizes required dependencies. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2011-12-31 Thread J
Not sure if you guys have resolved this issue but I used Mac OS Lion (10.7), with GAEJ 1.6.1 with MacOSX default JDK 6 with no issue. However, my STS and GPE as well as other plugins are managed by Genuitec Pulse. If you need me to check any of my settings/configuration, please let me know.

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2011-12-31 Thread J
One more thing, I am running Eclipse 3.7 as well as 3.6. HTH -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/s4AvO-knexgJ. To post to

[appengine-java] Re: Datastore API for free applications.

2011-12-31 Thread J
Is there any way you could look at the Blob Viewer and delete the related entry and try again to see if it helps to clear the error? You might want to try to deploy with different version of the same app instance to see as well. -- You received this message because you are subscribed to the