From 3aaa1c29c51d156449d948082a847fd514b30da7 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sun, 17 Aug 2014 21:01:04 +0200 Subject: [PATCH 1/2] JSON / Swagger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7882a9..089294f 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ 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 From 957c8b8cf79ce93ce2861d432193cf12ecf60f58 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sun, 17 Aug 2014 21:02:44 +0200 Subject: [PATCH 2/2] Moved Swagger from JSON to REST frameworks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 089294f..ac8d007 100644 --- a/README.md +++ b/README.md @@ -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