tree: 7d71e03f7a0a44cff4be2a20f073f42d609ef501 [path history] [tgz]
  1. .settings/
  2. builder/
  3. src/
  4. .classpath
  5. .project
  6. dbws-builder.xml
  7. pom.xml
  8. 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