On 16 December 2011 06:46, Kevin Meyer <[email protected]> wrote: > > > It also occured to me that my new Cayenne objectstore should be able to > support multiple different databases, since Cayenne does. >
Jason, fyi, there is another SQL-oriented object store, namely the JPA object store that I wrote for the book. However, this has been mothballed since we moved into Apache, because under the covers that object store uses Hibernate which has an incompatible license (LGPL, see [1]). On the roadmap is to migrate the JPA object store to use Apache's own OpenJPA, or maybe Oracle's EclipseLink, both of which are JPA implementations, and then bring it back into the Apache Isis fold. This will definitely happen at some point next year ;-) Cheers Dan [1] http://www.apache.org/legal/resolved.html#category-x
