My favorites | Sign in
Project Home Downloads Wiki Source
Project Information
Members

This is a java demo project for the persistence layer.

Technologies

This demo of a persistence implementation uses the following technologies

  1. Maven
  2. Spring 3.0
  3. JPA
  4. Hibernate

Instructions

Through 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
ds_username sa
ds_password
vendor_dbplatform org.hibernate.dialect.HSQLDialect
showsql false
generateddl false

Kind regards,

http://www.linkedin.com/in/marcdekwant

Powered by Google Project Hosting