Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into 2.5
  • Loading branch information
jlouvel committed Oct 30, 2024
2 parents 17232af + 7f9da63 commit 04b93b3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
## The first REST framework for Java

Launched in 2005, Restlet Framework was the first open source framework embracing [REST](https://en.wikipedia.org/wiki/REST)
in the Java world.
in the Java world. Since its inception, its Java API has closely matched the concepts and terms of the REST architecture stlye and the HTTP protocol.
It offers powerful and dynamic routing and security features, a unified client and server Java API.

Since its inception, its Java API has closely matched the concepts and terms of the REST architecture stlye and the HTTP protocol.
It also offers powerful and dynamic routing and security features, a unified client and server Java API. While it can be embedded
within a Servlet container, it can also operate as a standalone library with zero mandatory dependency, resulting in a small
footprint, while enabling the development of any RESTful web API or application.

It is available in a Java edition compatible with Java SE/EE, Google App Engine, OSGi and Android environments,
as well as in a separate GWT edition.

http://restlet.talend.com
While it can be embedded within a Servlet container, it can also operate as a standalone library with zero mandatory dependency, resulting in a small
footprint, while enabling the development of any RESTful web API or application. It is available in a Java edition compatible with Java SE/EE,
Google App Engine, OSGi and Android environments, as well as in a separate GWT edition.

## Learn more

Expand Down

0 comments on commit 04b93b3

Please sign in to comment.