Skip to content

Commit 04b93b3

Browse files
committed
2 parents 17232af + 7f9da63 commit 04b93b3

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

readme.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@
66
## The first REST framework for Java
77

88
Launched in 2005, Restlet Framework was the first open source framework embracing [REST](https://en.wikipedia.org/wiki/REST)
9-
in the Java world.
9+
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.
10+
It offers powerful and dynamic routing and security features, a unified client and server Java API.
1011

11-
Since its inception, its Java API has closely matched the concepts and terms of the REST architecture stlye and the HTTP protocol.
12-
It also offers powerful and dynamic routing and security features, a unified client and server Java API. While it can be embedded
13-
within a Servlet container, it can also operate as a standalone library with zero mandatory dependency, resulting in a small
14-
footprint, while enabling the development of any RESTful web API or application.
15-
16-
It is available in a Java edition compatible with Java SE/EE, Google App Engine, OSGi and Android environments,
17-
as well as in a separate GWT edition.
18-
19-
http://restlet.talend.com
12+
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
13+
footprint, while enabling the development of any RESTful web API or application. It is available in a Java edition compatible with Java SE/EE,
14+
Google App Engine, OSGi and Android environments, as well as in a separate GWT edition.
2015

2116
## Learn more
2217

0 commit comments

Comments
 (0)