Merge pull request #628 from danjee/master

Add Jade4J, Pebble
This commit is contained in:
Andreas Kull
2017-11-13 10:16:21 +01:00
committed by GitHub

View File

@ -776,6 +776,8 @@ A curated list of awesome Java frameworks, libraries and software.
* [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logicless and semantic Mustache templates. * [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logicless and semantic Mustache templates.
* [Jtwig](http://jtwig.org/) - Modular, configurable and fully tested template engine. * [Jtwig](http://jtwig.org/) - Modular, configurable and fully tested template engine.
* [Jade4J](https://github.com/neuland/jade4j) - Implementation of jade.
* [Pebble](http://www.mitchellbosecke.com/pebble/home) - Inspired by Twig and separates itself with it's inheritance feature and it's easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization.
* [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files.
## Testing ## Testing