EclipseLink DBWS: Simple Example

This simple example illustrates how EclipseLink DBWS can be used to generate a JAX-WS web service based on a very simple database schema.This example is based on:

http://wiki.eclipse.org/EclipseLink/Examples/DBWS/DBWSBasicTable

For more DBWS examples please see: http://wiki.eclipse.org/EclipseLink/Examples/DBWS

Running the Example

  1. Download the example - Clone the examples GIT repo
  2. Configure the database information
  3. Run the tests: mvn test
  4. Run the Packaging: mvn package
  5. Deploy WAR file to compatible target server