From c7e2aa7a4c0c063d9a0c26351d663dfed3c5f4f3 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 13 Jan 2016 20:51:21 +0100 Subject: [PATCH] Added Restlet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36b74a9..6f821a4 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Rapidoid](http://www.rapidoid.org/) - A Simple, secure and extremely fast framework consisting of embedded HTTP server, GUI components and dependency injection. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. * [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack to provide scaling and performance. +* [Restlet Framework](https://github.com/restlet/restlet-framework-java/) - Pioneering framework with powerful routing and filtering capabilities, unified client and server API. * [RestX](http://restx.io) - Framework based on annotation processing and compile-time source generation. * [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. * [Spark](http://sparkjava.com/) - Sinatra inspired framework.