Consuming RESTful Services

Custom states that consume external RESTful Web services can use the Restlet API.

These Restlet bundles are included with Brand Mobiliser, so you need not copy them when you install bundles. For information about using the Restlet API, see www.restlet.org.

org.restlet-2.10.13.jar

<groupId>org.restlet.jee</groupId>   
<artifactId>org.restlet</artifactId>
<version>2.0.13</version> 

org.restlet.ext.servlet-2.0.13.jar

<groupId>org.restlet.jee</groupId>   
<artifactId>org.restlet.ext.servlet</artifactId> 
<version>2.0.13</version> 

org.restlet.ext.spring-2.0.13.jar

<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet.ext.spring</artifactId>
<version>2.0.13</version>

org.restlet.ext.json-2.0.13.jar

<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet.ext.json</artifactId> 
<version>2.0.13</version>