Announcing HTML.Template java package to use HTML Templates in your java programs. HTML.Template aims to be 100% compatible with the HTML::Template perl module.
http://html-tmpl-java.sourceforge.net/
Distributed under GPL/Artistic licence (you choose).
Why I wrote it: I really don't like java, and I really like perl, so I prefer to write my code in perl and then port it to java if I'm required to. HTML.Template means my templates stay the same.
besides, it separates design, content and logic, which is what good programming is all about anyway.
Philip
PS: The CVS has some bugs fixed.