StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.
StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also powers the ANTLR 3 and 4 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors.
Open, General and Highly Adaptative Messaging library. It is a reusable Java library for sending any kind of message (email, SMS, mobile notification, tweet, SNMP...). The content of the message can comes from any templating engine (Thymeleaf, FreeMarker, Velocity, ...). It also provides bridges for framework integration (Spring, JSF, ...). It is designed to be easily extended.
Utilities to deal with emails in Spring Boot using Freemarker templating engine
Utilities to deal with emails in Spring Boot using Thymeleaf templating engine
Utilities to deal with emails in Spring Boot using Mustache templating engine
Utilities to deal with emails in Spring Boot using Pebble templating engine
Tools to deal with emails using the Spring Boot framework
Implementation of a formula engine in the "salesforce" style, which supports the standard force.com syntax, support for generation of sql and javascript, and extensibility for reuse as an email templating language.
Implementation of a formula engine in the "salesforce" style, which supports the standard force.com syntax, support for generation of sql and javascript, and extensibility for reuse as an email templating language.
Framework to sent emails using templates. Currently xsl and velocity template engines are supported.