Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jalian-systems/simple-template

A simple template engine for Java inspired by StringTemplate
https://github.com/jalian-systems/simple-template

framework java library opensource template-engine

Last synced: about 16 hours ago
JSON representation

A simple template engine for Java inspired by StringTemplate

Awesome Lists containing this project

README

        

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 and template operations.
2. Indexed access into lists, maps and arrays.

Enjoy!!!
KD