Templating Java Package
This Templating Java Package provides the Typo3-like template mechanism for Java. This package provides a single class Templating. Your templates should contain markers enclosed by three hash signs, e.g. ###MY_MARKER###. These markers will be replaces accordingly by values you provide at runtime.
The second feature of the package are sub-templates. You can define such sub-template by enclosing it in XML-style comments, e.g.
<!-- ###MY SUBSECTION### begin --> any text <!-- ###MY SUBSECTION### end -->
The Templating class provides a method to extract this sub-template.
License
This package is released under GNU Lesser General Public License.
Download
| Latest Package | API Reference | ChangeLog |
| V1.0.1 | API Reference | ChangeLog |
| V1.0 | API Reference | ChangeLog |
You can also browse the Subversion repository.