Hello, I finally rewrote my entire app to swich from JDO to Objectify. As I used DAO it was actually rather quick. I am quite astonished how easy objectify works. Also it gives you from the very beginning on the right hints to write optimal code. In JDO it took me much longer. I believe a framework like that should be a standard option.
Anyhow, I got a quick question. In JDO there was the recomendation to set NontransactionalWrite and NontransactionalRead to true and datanucleus.appengine.datastoreReadConsistency to EVENTUAL in order to speed up your applicatin (if it does not need these features). Is there a similar thing for objectify? Or does the jdoconfig.xml apply for objectify as well? Thanks, Toby -- 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.
