Thanks for javadoc. Several months ago I ported my application to Google App Engine and reported my adventures here: http://hoteljavaopensource.blogspot.com/2009/09/migration-to-google-app-engine.html Finally I realized that I reduced my JPA layer to basic CRUD operations and simple query. To keep backward compatiblity I had to fill the gap with some additional coding. For the time being I also do not use transactions - being honest I'm not sure if I understand this 'entity group' transactions mechanism fully.
That's very interesting what you have done, I will try to suck it in and get rid of this JPA/Google App Engine stuff - paying full respect to datanucleus it is nonsense for me to keep all this stuff to implement CRUD and basic query. I will try to do so during 1-2 weeks and give you some input. I hope that you plan to keep your project alive. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
