From 4546ab03f72a9c8158d9a52aa0e8af64d1a9698c Mon Sep 17 00:00:00 2001 From: tmarwen Date: Mon, 15 Sep 2014 10:40:37 +0100 Subject: [PATCH] Add Handlebars java library as a Templating engine framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed70726..346e803 100644 --- a/README.md +++ b/README.md @@ -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