Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

java templating velocity

  • submit to reddit

Simple Templating System for Java

A templating system allows generating the text for HTML, emails, SQL, etc. without hardcoding the text in Java. This greatly improves the managability of your Java code and makes it much easier to make changes. While the templating system presented below is...

6 replies - 7565 views - 07/07/08 by Kent Johnson in Articles