Editions matrix
This table presents the list of extensions provided, and their integration with the GWT edition.
The core module including both the Restlet API and the Restlet Engine is shipped by all editions.
With the introduction of the editions for the Restlet framework, it is necessary to make a distinction between an extension for a given edition and the same extension for another extension simply because the code of the extension may change between each edition.
Java edition
The group id for all these artifacts is : org.restlet.
| artifactId | Description |
|---|---|
| org.restlet.ext.atom | Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version |
| org.restlet.ext.crypto | Support for cryptography |
| org.restlet.ext.freemarker | Integration with FreeMarker |
| org.restlet.ext.gson | Support for GSON representations |
| org.restlet.ext.guice | Server-side integration with Guice |
| org.restlet.ext.gwt | Server-side integration with GWT |
| org.restlet.ext.jaas | Support for JAAS based security |
| org.restlet.ext.jackson | Integration with Jackson |
| org.restlet.ext.jaxb | Integration with Java XML Binding |
| org.restlet.ext.jetty | Integration with Jetty |
| org.restlet.ext.json | Support for JSON representations |
| org.restlet.ext.odata | Integration with OData services |
| org.restlet.ext.servlet | Integration with Servlet API |
| org.restlet.ext.slf4j | Support for the SLF4J logging bridge |
| org.restlet.ext.spring | Integration with Spring Framework |
| org.restlet.ext.thymeleaf | Integration with Thymeleaf |
| org.restlet.ext.velocity | Integration with Apache Velocity |
| org.restlet.ext.xml | Support for the XML documents |
GWT edition
The group id for all these artifacts is : org.restlet.gwt.
| artifactId | Description |
|---|---|
| org.restlet.gwt.ext.json | Support for JSON representations |
| org.restlet.gwt.ext.xml | Support for the XML documents |