| Author: | Itamar Carvalho itamar@gjt.org |
| Home Page: | ITemplate Home Page |
| Version: | 1.0 |
| Release Tag: | $ |
| Release Date: | 2001/08/02 23:16:37 |
| JVM Required: | 1.2 |
| License: | GNU Library General Public License |
| Categories: | library, text |
| Requirements: | |
| Dependencies: | No dependencies |
| Externals: | None |
This library lets you fill in a text template with some dynamic content, that you will pass in a Hashtable object.
The intention was to provide a mean to work confortably with HTML in Servlets, having in separate files the HTML design and the Java code. I have started this in the beginning of my Java learning. Probably it can be optimized.
This library was inspired by Perl Text::Template module (see http://www.cpan.org).