-
User guide
- Part 1 - Introduction
- Part 2 - Core Restlet
- Part 3 - Restlet Editions
- Part 4 - Restlet Extensions
- Appendices
- Tutorials
- Javadocs
- Change Log
Spring extension - Overview
Table of contents
- Introduction
- 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.
For additional details, please consult the Javadocs.