Add Handlebars java library as a Templating engine framework.

This commit is contained in:
tmarwen
2014-09-15 10:40:37 +01:00
parent b70e86731a
commit 4546ab03f7

View File

@ -348,6 +348,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [JavaServer Pages](https://jsp.java.net/) - Aged templating for websites with custom tag libraries.
* [StringTemplate](http://www.stringtemplate.org/) - Java template engine for generating source code, web pages, emails, or any other formatted text output.
* [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general.
* [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates with Java.
## Testing