TYPO3-like templating with Java
Here is a class I wrote to apply TYPO3-like templating mechanism within Java. I am quite familiar with that kind of templates, so I decided to use it within one of my projects, too. The implementation requires Java 5.
You need to adopt the class’ package though
Tags: Templates
April 16th, 2009 at 6:48 pm
[...] might remember my Templating post describing a Java class that implements a Typo3-like technique for a templating machine. I made a [...]