added restx to REST frameworks

This commit is contained in:
Simon Baslé
2014-07-25 10:55:03 +02:00
parent 8ea32fdfd2
commit 02736f5839

View File

@ -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