Restlet Framework

Restlet Framework is the most widely used open source
solution for Java developers who want to create and use APIs.

Launched in 2005, Restlet Framework is the first open source project that embraced REST in the Java world.

Since its inception, its Java API has closely matched the concepts and terminology of the REST architecture stlye as well as the HTTP protocol. It includes powerful and dynamic routing and security features, as well as fully unified way to develop both web clients, web servers or both at the same time. Its power and maturity gives you an alternative to developping directly with the Servlet API or with the JAX-RS API.

While Restlet applications can be deployed in Servlet containers, they can also run directly in JVMs with minimal dependencies, resulting in a small footprint suitable for microservices. Restlet Framework is available in a Java edition compatible with Java SE/EE, GAE, OSGi and Android environments, as well as in a separate GWT edition. It offers several extensions for common use cases and can be easily extended if needed.

restlet_icons_screen Download