Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 13 years ago)
- Default Branch: 2.5
- Last Pushed: 2024-11-26T02:57:41.000Z (27 days ago)
- Last Synced: 2024-12-09T09:11:17.947Z (13 days ago)
- Topics: framework, java, rest-api, restlet
- Language: Java
- Homepage: https://restlet.talend.com
- Size: 610 MB
- Stars: 654
- Watchers: 76
- Forks: 284
- Open Issues: 629
-
Metadata Files:
- Readme: readme.md
- Changelog: changes.md
- License: license.md
Awesome Lists containing this project
README
# Restlet Framework
[![Build Status](https://github.com/restlet/restlet-framework-java/actions/workflows/build.yaml/badge.svg)](https://github.com/restlet/restlet-framework-java/actions/workflows/ci.yaml) [![Apache License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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 2024 Qlik