From 3f72421cb24f6096ca8dab3999c9ec3aa9d7b06c Mon Sep 17 00:00:00 2001 From: Filipe Freire Date: Sat, 21 Oct 2017 11:34:20 +0100 Subject: [PATCH 1/2] Add Takes (https://github.com/yegor256/takes) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e000acc..755b706 100644 --- a/README.md +++ b/README.md @@ -856,6 +856,7 @@ A curated list of awesome Java frameworks, libraries and software. * [PrimeFaces](http://primefaces.org/) - JSF framework with both free and commercial/support versions and frontend components. * [Ratpack](https://ratpack.io/) - Set of libraries that facilitate fast, efficient, evolvable and well-tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework that simplifies the development of new Spring applications. +* [Takes](https://github.com/yegor256/takes) - Object-oriented and immutable Java 7 web development framework. * [Vaadin](https://vaadin.com/home) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client side. # Resources From 4d1070d9574b24bfc9eede13e2a571a7d55e1d62 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 24 Oct 2017 10:29:05 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755b706..f4bca02 100644 --- a/README.md +++ b/README.md @@ -856,7 +856,7 @@ A curated list of awesome Java frameworks, libraries and software. * [PrimeFaces](http://primefaces.org/) - JSF framework with both free and commercial/support versions and frontend components. * [Ratpack](https://ratpack.io/) - Set of libraries that facilitate fast, efficient, evolvable and well-tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework that simplifies the development of new Spring applications. -* [Takes](https://github.com/yegor256/takes) - Object-oriented and immutable Java 7 web development framework. +* [Takes](https://github.com/yegor256/takes) - Object-oriented and immutable web framework. * [Vaadin](https://vaadin.com/home) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client side. # Resources