Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi I am doing one project in JSP with Google application engine. Now I dont want to use Datanucleas JPA. Becuase the queries are quite different from Datanucleus. It really takes time me. so if I can use simple JPA other than Datanuclease will be good. Is that possible?

share|improve this question
you can use this for some help developers.google.com/appengine/docs/java/datastore/jpa – Shilendra Sharma Jul 7 '12 at 7:05

1 Answer

up vote 0 down vote accepted

No it's not. Google provides a JPA API implementation above its very specific "database" calls the DataStore.

AFAIK, there is no other JPA implementation able to target this datastore. But there are other APIs available: the low-level datastore API, JDO, Objectify, twig-persist, and maybe others I don't know about.

share|improve this answer
ok. thanks..for theinformation.. – user414967 Jul 8 '11 at 8:01
You can also try Siena (github.com/mandubian/siena) which is not specifically designed for GAE and can work for other DB (SQL & NoSQL) and which works perfectly with Play which is the best lightweight web framework for Java... – mandubian Jul 8 '11 at 9:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.