-
User guide
- Part 1 - Introduction
- Part 2 - Core Restlet
- Part 3 - Restlet Editions
- Part 4 - Restlet Extensions
- Appendices
- Tutorials
- Javadocs
- Change Log
OSGi extension
Support for highly dynamic web APIs.
This extension contains support for the OBAP (OSGi Bundle Access Protocol) pseudo-protocol. It includes a client connector that lets you access to resources from other OSGi bundles in a RESTful way. Just use this syntax:
obap://{bundleSymbolicName}/{pathToResource}
For additional details, please consult the Javadocs.