资 源 简 介
This is a java webservice application demonstrating the use of Spring 3.0, Spring-WS and Castor in order to expose webservice.
Technology
Java
Spring 2.5 (soon 3.0)
Castor
Usage
Download the source
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_dbpl