Simple yet powerful tool used to create dynamic documents from "template" documents.It is based on the same concept as "PHP FastTemplate".Allows a true separation between the presentation (eg: HTML) and content generation code (Java).
Be the first to post a text review of JDynamiTe, Dynamic Template in Java. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The main new feature of JDynamiTe 1.2 is that all the Variable keys of the template document are now recorded during analysis (i.e. in the "setInput" method). All the values of these key/value pairs are initialized with an empty string value. Benefits : - you can get the list of these keys with a new method called "getVariableKeys". It can be useful at the beginning of your process, for example to get all the variable values from your database, even if you do not know in advance the keys. - no more warning message if a Variable is not explicitly set before parsing the template document. More details about JDynamiTe 1.2 at http://jdynamite.sourceforge.net/doc/jdynamite.html#news
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?