Is it possible to use ActiveObjects (or another ORM) with an embedded database & JWS technology ?
Posted
by phmr
on Stack Overflow
See other posts from Stack Overflow
or by phmr
Published on 2010-04-07T10:38:15Z
Indexed on
2010/04/07
10:43 UTC
Read the original article
Hit count: 445
I would like to embed a database in my JWS application. As a matter of fact I have to use HSQL or SQLite. Hibernate may support (HSQL or SQLite, does it ?) but the workflow is rather complex for my application but maybe it's the way to go for my needs.
In ActiveObjects database shoould be "linked" to by a path because of JDBC, but is it possible to specify a database that is inside a JAR and how ?
© Stack Overflow or respective owner