Moved Swagger from JSON to REST frameworks

This commit is contained in:
Kristoffer Sjogren
2014-08-17 21:02:44 +02:00
parent 3aaa1c29c5
commit 957c8b8cf7

View File

@ -193,7 +193,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Google Gson](https://code.google.com/p/google-gson/) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage.
* [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often.
* [Swagger](https://helloreverb.com/developers/swagger) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
## JVM and JDK
@ -282,6 +281,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [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.
* [Swagger](https://helloreverb.com/developers/swagger) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
* [swookiee](http://swookiee.com/) - JVM Runtime for REST Services.
## Science