HTML.Template.java is a package that allows you to separate your HTML code from your java code. It is useful for servlet writers. You no longer need to recompile your code everytime you change the design.
HTML.Template.java is 100% syntax compatible with HTML::Template.pm
http://html-tmpl-java.sourceforge.net/
Version 0.1.2 fixes a bug that caused TMPL_VARs inside TMPL_LOOPs to be case sensitive even if case_sensitive is set to false.
Philip