tree: 78fac0511b1d4074452529ace94c1a830c43b209 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.MD
examples/helloworld/README.MD

Hello World Example

This example demonstrates Hello World example. Jakarta RESTful Web Services resource returns the usual text

Contents

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

URI pathResource classHTTP methodsNotes
/helloworldHelloWorldResourceGETReturns Hello World!

Running the Example

Run the example as follows:

mvn clean compile exec:java

This deploys the example using Grizzly container.