Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 497 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 497 Bytes

javaee-webservice-example

Example Web App that demonstrates a simple REST (JAX-RS) functionality

  • Start by running the initDB.sql for setting up a table and some sample data.
  • Set your jta-data-source in persistence.xml. Default is jdbc/SSA
  • mvn clean install
  • deploy the war to your application server. Currently there are deployment descriptors for Weblogic 12c and Wildfly