tree: ddff8960a1b105b0251de0bd02161e91def2acaf [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.MD
archetypes/jersey-example-java8-webapp/src/main/resources/archetype-resources/README.MD

${projectName}

This example demonstrates how to ...

Contents

The mapping of the URI path space is presented in the following table:

URI pathResource classHTTP methods
/resourceJerseyResourceGET

Sample Response


Running the Example

Run the example using Grizzly container as follows:

mvn clean compile exec:java

Run the example using Jetty as follows:

mvn clean package jetty:run