There's also a good argument to your boss or team. JDO better supports NoSQL (such as MongoDB, Neo4J, HBases and others; see [1] and [2]).
JPA was designed from the beginning to only support relational databases [3] and there are some "bad assumptions" on current API. That can become more and more important in the near future... HTH, Oscar [1] http://www.datanucleus.org/products/accessplatform_3_2/index.html [2] http://www.datanucleus.org/products/accessplatform_features.html [3] http://www.datanucleus.org/products/accessplatform_3_2/jpa/api.html El 06/01/2014, a las 12:11, <[email protected]> <[email protected]> escribió: > I think JPA through DataNucleus should also be OK. > Is there any guide to override the config of JDO in ISIS? > > BR > Ranganath Varma > > -----Original Message----- > From: GESCONSULTOR - Óscar Bou [mailto:[email protected]] > Sent: Monday, January 06, 2014 4:29 PM > To: [email protected] > Subject: Re: ISIS with JPA > > Seems Jeroen's posted at the same time :-)) > > Alternatively, there's an easier path that would be to support JPA through > DataNucleus. > > Regards, > > Oscar > > > > El 06/01/2014, a las 11:56, GESCONSULTOR - Óscar Bou <[email protected]> > escribió: > >> Hi, Chittari. >> >> Currently Isis does not have an implementation for JPA, only for JDO. >> >> We've successfully (and really easily) migrated our domain from JPA to JDO. >> >> There was a recent thread detailing all this. >> >> You can find it here [1]. >> >> If anything's needed, feel free to ask. >> >> HTH, >> >> Oscar >> >> >> [1] http://markmail.org/thread/mdxfriy4soisntmt >> >> >> >> >> El 06/01/2014, a las 09:23, <[email protected]> >> <[email protected]> escribió: >> >>> Hello, >>> >>> >>> 1. We will like to use ISIS with JPA/Hibernate. Does ISIS Objectstore >>> support JPA? We don't want JDO as our team most familiar with JPA. >>> >>> 2. How to override the JDO/DataNucleus configuration with JPA/Hibernate in >>> ISIS? >>> >>> >>> >>> BR >>> Ranganath Varma >>> >>> >>> The information contained in this electronic message and any attachments to >>> this message are intended for the exclusive use of the addressee(s) and may >>> contain proprietary, confidential or privileged information. If you are not >>> the intended recipient, you should not disseminate, distribute or copy this >>> e-mail. Please notify the sender immediately and destroy all copies of this >>> message and any attachments. >>> >>> WARNING: Computer viruses can be transmitted via email. The recipient >>> should check this email and any attachments for the presence of viruses. >>> The company accepts no liability for any damage caused by any virus >>> transmitted by this email. >>> >>> www.wipro.com >> > > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The company > accepts no liability for any damage caused by any virus transmitted by this > email. > > www.wipro.com
