Share

JDynamiTe, Dynamic Template in Java

File Release Notes and Changelog

Release Name: 1.2

Notes: 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 at http://jdynamite.sourceforge.net/doc/jdynamite.html#news


Changes: