/netbeans-resteasy-netty

An example NetBeans Maven project with RESTEasy and Netty

Primary LanguageJava

netbeans-resteasy-netty

Simple example to get started with the RestEasy Netty support!

Start the server

Type mvn exec:java to start the server.

Use the server

To access the demo, type:

curl -v -H "Accept: application/json" -H "Content-type: application/json" -X GET http://localhost:3000/foo