tree: f6c26fa8682604a7a47c006a902862324e2900ed [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.MD
examples/helloworld-netty/README.MD

Hello World Example

This example demonstrates Hello World example running on top of Netty container and using Netty connector as a client implementation for testing. JAX-RS resource returns the usual text Hello World!.

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 Netty container.