kroepke / jmte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMTE: Java Minimal Template Language

The Java project Minimal Template Engine is meant to fill the gap between simple string formatting with basic Java classes like String.format and complex template solutions like Velocity or StringTemplate.

It is complete but minimal in a sense that you can express everything you need in a template language including 'if' and 'foreach', but nothing else. Because of this it is small, easy to learn and clearly focused. It does not try to solve what Java can do better anyway.

It supports separation of model and view, runs without external dependencies, can be extended and configured in many ways and runs in almost all environments including Google App Engine.

Code has moved from Google Code

This project has recently been moved from https://code.google.com/p/jmte/. Code will live here, but documentation is still there until I find the time to move it.

About

License:Apache License 2.0


Languages

Language:Java 99.9%Language:HTML 0.1%