Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T15:36:24.000Z (over 6 years ago)
- Last Synced: 2024-03-25T23:27:53.270Z (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: 1
- 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