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

This is a java webservice application demonstrating the use of Spring 3.0, Spring-WS and Castor in order to expose webservice.

Technology

  1. Java
  2. Spring 2.5 (soon 3.0)
  3. Castor

Usage

  1. Download the source
  2. Download the top2000Presistence.jar from http://code.google.com/p/top2000persistence

Configuration database

If you whish to use the in memory database provided with this library in your webservice 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