By kent13304
via blog.trendics.com
Submitted: Jul 04 2008 / 11:16
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 simple to implement, it still supports variable substitutions, condition logic, loops, etc.
Add your comment