|
This is a java demo project for the persistence layer. TechnologiesThis demo of a persistence implementation uses the following technologies - Maven
- Spring 3.0
- JPA
- Hibernate
InstructionsThrough the source management you can download the source and run mvn compile Or you can download a binary This library is meant as an example and can be used as a jar for example in a web application project. If you whish to use the in memory database provided with this library in your web application, you should include in your webapplication on the classpath a file named: local.config in this config file you should inculde something like the following parameters | ds_driverclassname | org.hsqldb.jdbcDriver |
| ds_url | path-to-your-db-location/test |
| vendor_dbplatform | org.hibernate.dialect.HSQLDialect |
Kind regards, http://www.linkedin.com/in/marcdekwant
|