About Wren Security Commons REST - JSON Resource Examples

JSON Resource Examples provides examples of using the JSON Resource APIs and provides an example HTTP application which demonstrates the integration of JSON Resources with the Commons HTTP Framework.

The module provides a standalone WAR artifact. The WAR can be deployed and will use an in memory back-end exposing a "/users" and a "/groups" end-point.

Getting started

The simplest way to get started is to deploy the WAR

You can even check out the source code for this Maven module and run the default Servlet directly as follows:

mvn jetty:run