tree: 6c4a54da6a88e4fcaaf7fd1c1460fcaf5a28007f [path history] [tgz]
  1. .settings/
  2. builder/
  3. src/
  4. .classpath
  5. .project
  6. pom.xml
  7. README.md
dbws/dbws.simple/README.md

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