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: 7 months ago
JSON representation
A simple template engine for Java inspired by StringTemplate
- Host: GitHub
- URL: https://github.com/jalian-systems/simple-template
- Owner: jalian-systems
- License: apache-2.0
- Created: 2010-07-12T04:51:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T15:36:24.000Z (about 8 years ago)
- Last Synced: 2025-08-03T22:46:34.174Z (8 months ago)
- Topics: framework, java, library, opensource, template-engine
- Language: Java
- Homepage: http://jalian-systems.github.io/Simple-Template
- Size: 313 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE.txt
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