Hi, You should give a try to packages like Objectify (recommended by Google also: they tend to push people away from JDO / JPA...)
It is simpler to learn than JDO and much more efficient in terms or performance. I abandonned JDO for Objectify many months ago and I am extremely happy about that decision So, give it a try regards didier On Mar 10, 11:37 am, coder <[email protected]> wrote: > I was seeing this testhttp://gaejava.appspot.com/ > and i have seen that crud operations in python are faster than in jdo > and that in low-level api is faster than in jdo. > So, i am tempted to leave java implementation for my google app engine > apps and to use python. > > Or is there a way to create apps that are as fast as apps created in > python? > > What do you think about this? -- 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.
