From 13466a806b18d369afaba3bec5d48e55261a6567 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 00:48:45 +0200 Subject: [PATCH 1/5] Update README.md Added Pebble templating engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42667c8..2d3908d 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [FreeMarker](http://freemarker.org/) - General templating engine without any heavyweight or opinionated dependencies. * [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates with Java. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. +* [Pebble](http://www.mitchellbosecke.com/pebble/home) - A fast templating engine, with inheritance and i18n support. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general. ## Testing From b89a8e11e62ddec1a59d30a63c075172990cdc91 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 00:52:43 +0200 Subject: [PATCH 2/5] Update README.md Added Pippo Web framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d3908d..0972f7d 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Grails](https://grails.org/) - Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. * [Ninja](http://www.ninjaframework.org/) - Full stack web framework for Java. Rock solid, fast and super productive. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. +* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [PrimeFaces](http://primefaces.org/) - JSF framework which has a free and a commercial version with support. Provides several frontend components. * [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework which simplifies the development of new Spring applications. From e46b707ab39fa262ffbbbb8ca9ae36cb939da16a Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 01:21:07 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0972f7d..2d3908d 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Grails](https://grails.org/) - Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. * [Ninja](http://www.ninjaframework.org/) - Full stack web framework for Java. Rock solid, fast and super productive. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. -* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [PrimeFaces](http://primefaces.org/) - JSF framework which has a free and a commercial version with support. Provides several frontend components. * [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework which simplifies the development of new Spring applications. From 91907fb8dc13c25aca6715847f13aaecb5505fa8 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 01:26:12 +0200 Subject: [PATCH 4/5] Update README.md Added Pippo web framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d3908d..0972f7d 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Grails](https://grails.org/) - Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. * [Ninja](http://www.ninjaframework.org/) - Full stack web framework for Java. Rock solid, fast and super productive. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. +* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [PrimeFaces](http://primefaces.org/) - JSF framework which has a free and a commercial version with support. Provides several frontend components. * [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework which simplifies the development of new Spring applications. From 4591752c0b95f1a36e9d41555dff4f7f1bbc0bd6 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 01:27:03 +0200 Subject: [PATCH 5/5] Update README.md Removed Pebbl. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0972f7d..02f0eaa 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [FreeMarker](http://freemarker.org/) - General templating engine without any heavyweight or opinionated dependencies. * [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates with Java. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. -* [Pebble](http://www.mitchellbosecke.com/pebble/home) - A fast templating engine, with inheritance and i18n support. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general. ## Testing