jalian-systems/Simple-Template
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
What is SimpleTemplate? SimpleTemplate is a simple (obvious) template engine written in Java. SimpleTemplate is inspired by StringTemplate (http://www.stringtemplate.org) but not based on any code from it. Using SimpleTemplate you can generate formatted text from a Java bean. You can use it for generating XML files, websites. Differences with StringTemplate 1. Support for aliases using <with> and <set> template operations. 2. Indexed access into lists, maps and arrays. Enjoy!!! KD