JDO vs JPA for Java on Google App Engine

前端 未结 12 617
生来不讨喜
生来不讨喜 2020-12-12 12:22

I want to develop my project on Google App Engine with Struts2. For the database I have two options JPA and JDO. Will you guys please suggest me on it? Both are new for me a

12条回答
  •  感情败类
    2020-12-12 13:00

    JPA is the way to go as it seems to be pushed as a standardized API and has recently got momentum in EJB3.0.. JDO seems to have lost the steam.

提交回复
热议问题