From 02736f58399545bde9348a2be7d17154c149f3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Fri, 25 Jul 2014 10:55:03 +0200 Subject: [PATCH] added restx to REST frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b385db6..8f39e0d 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. +* [RESTX](http://restx.io/) - A lightweight REST framework with emphasis on modularity, speed and dev-friendly features (light specs compiled to unit tests and documentation, authentication needed by default, ...) * [Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java. # Resources