From bb60ec7e2801fdaf6e6b65f0619ebf080521a1a3 Mon Sep 17 00:00:00 2001 From: "Andrea Cisternino (anci8360)" Date: Wed, 6 Aug 2014 08:39:56 +0200 Subject: [PATCH] Added StringTemplate. StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at code generators, multiple site skins, and internationalization/localization. StringTemplate also powers the ANTLR parser generator. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dac17d..22cb8e2 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Hadoop](http://hadoop.apache.org/) - Open-source software framework for storage and large-scale processing of data-sets on clusters of commodity hardware. * [Apache Mahout](https://mahout.apache.org/) - Scalable algorithms focused on collaborative filtering, clustering and classification. * [Apache Spark](http://spark.apache.org/) - Open-source data analytics cluster computing framework. -* [h2o](http://0xdata.github.io/h2o/) - Analytics engine for statistics over big data. +* [h2o](http://0xdata.github.io/h2o/) - Analytics engine for statistics over big data. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. ## Messaging @@ -296,7 +296,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Engines which index documents for search and analysis.* * [Apache Solr](http://lucene.apache.org/solr/) - Full enterprise search engine optimized for high volume traffic. -* [Elasticsearch](http://www.elasticsearch.org/) - Distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. +* [Elasticsearch](http://www.elasticsearch.org/) - Distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. ## Security @@ -324,6 +324,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Velocity](http://velocity.apache.org/) - Templates for HTML pages, emails or source code generation in general. * [FreeMarker](http://freemarker.org/) - General templating engine without any heavyweight or opinionated dependencies. * [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. ## Testing