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