> 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.
There was a recent discussion on JPA vs JDO on the mailinglist [1]. > 2. How to override the JDO/DataNucleus configuration with JPA/Hibernate in > ISIS? You can build your own objectstore based on Hibernate and I suggest you look at the JDO objectstore [3] to get an impression of the scope. Since Hibernate has an incompatible license [2] you might not find much community support for this effort. [1] http://isis.markmail.org/search/?q=jpa#query:jpa%20date%3A201312%20+page:1+mid:7hcl3cbotqd5wm5d+state:results [2] http://isis.markmail.org/search/?q=hibernate#query:hibernate+page:1+mid:sst4hdnrb6wvsigl+state:results [3] https://github.com/apache/isis/tree/master/component/objectstore/jdo
