From e16ed847221c18df03d900c666a460c06ecc0da0 Mon Sep 17 00:00:00 2001 From: Danny Date: Tue, 25 Nov 2014 14:25:53 -0500 Subject: [PATCH] moving ratpack from networking to web framework --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de97c2..bcdc33d 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Netty](http://netty.io/) - A framework for building high performance network applications. * [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications. -* [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. ## ORM @@ -395,6 +394,7 @@ h * [Spring](http://projects.spring.io/spring-framework/) - Aims to simplify the development with Java EE and provides packages for dependency injection and aspect-oriented programming. * [Vaadin](https://vaadin.com/) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side. * [Ninja](http://www.ninjaframework.org/) - Full stack web framework for Java. Rock solid, fast and super productive. +* [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. # Resources