Spring extension
Table of contents
- Introduction
- Description
- Integration modes
- Configuring Restlet beans
- A complete example
- Configuration of Restlet Resources in Spring
Introduction
This extension provides various modes of integration between the Restlet framework and the popular Spring framework. Historically, this extension emerged from the needs of Spring users, stuck between the Spring's mechanism of Dependency Injection mostly based on JavaBean setters (Setter Injection) and constructor arguments (Constructor Injection), and the conceptual choices of the Restlet framework that didn't systematize the use of simple POJOs.
Description
This extension aims at providing a better and more natural integration. It comes in two part, one extension for the Restlet API (org.restlet.ext.spring) and another for the Restlet engine (com.noelios.restlet.ext.spring). Please, refer to the Spring extension Javadocs and the FAQ #23 for more details and have a look the Restlet wiki for several sample codes.
Here is the list of dependencies for this extension:


There are no comments.