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 😉
One reply on “TYPO3-like templating with Java”
[…] might remember my Templating post describing a Java class that implements a Typo3-like technique for a templating machine. I made a […]