Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. It has many useful features such as nested blocks and various kinds of variable interpolation, and yet the code is very short and very optimized. |