https://github.com/restlet/restlet-framework-java
The first REST API framework for Java
https://github.com/restlet/restlet-framework-java
framework java rest-api restlet
Last synced: 6 months ago
JSON representation
The first REST API framework for Java
- Host: GitHub
- URL: https://github.com/restlet/restlet-framework-java
- Owner: restlet
- License: other
- Created: 2011-12-16T19:04:58.000Z (almost 14 years ago)
- Default Branch: 2.5
- Last Pushed: 2025-04-06T19:56:41.000Z (7 months ago)
- Last Synced: 2025-04-19T03:53:26.655Z (7 months ago)
- Topics: framework, java, rest-api, restlet
- Language: Java
- Homepage: https://restlet.talend.com
- Size: 610 MB
- Stars: 656
- Watchers: 75
- Forks: 281
- Open Issues: 582
-
Metadata Files:
- Readme: readme.md
- Changelog: changes.md
- License: license.md
Awesome Lists containing this project
- awesome-java-zh - Restlet Framework - 具有强大路由和过滤功能以及统一的客户端和服务器API的开创性框架。 (项目 / REST框架)
- awesome-java - Restlet
- fucking-awesome-java - Restlet Framework - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API. (Projects / REST Frameworks)
- awesome-java - Restlet Framework - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API. (Projects / REST Frameworks)
README
# Restlet Framework
[](https://github.com/restlet/restlet-framework-java/actions/workflows/ci.yaml) [](https://opensource.org/licenses/Apache-2.0)
## Overview
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.
## Learn more
To learn more about Restlet Framework, please have a look at the following resources:
* [Download](https://restlet.talend.com/downloads/current/)
* [Tutorials](https://restlet.talend.com/documentation/tutorials/2.5/)
* [User Guide](https://restlet.talend.com/documentation/user-guide/2.5/)
* [JavaDocs](https://restlet.talend.com/documentation/javadocs/2.5/)
* [Change Log](https://restlet.talend.com/documentation/2.5/changelog)
* [Issues](https://github.com/restlet/restlet-framework-java/issues)
* [Discussions](https://github.com/restlet/restlet-framework-java/discussions)
* [Stack Overflow](http://stackoverflow.com/questions/tagged/restlet)
Copyright 2025 Qlik