by tobias_r
Velocity2Js transforms Velocity templates to JavaScript functions. These functions can be easily integrated in any ajax-based Web Application. The context used in the velocity templates can be passed as an associative array (eg. JSON).
Version 0.3.2 ------------- * Bugfix: Foreach loop, didn't work with local variables * Bugfix: Ant Task - NullpoitnerException, if resource-file was not set
velocity2js compiles Apache Velocity templates to JavaScript functions. These function can be called with an associative array as input parameter (eg. received via JSON) and generates a html snippet as output. This release contains some features to ...
Version 0.3 ------------- * Support of "velocityCount" Variable added * Internationalization support added * Generated JavaScript files are UTF-8 now * Bugfix: use of methods in #foreach fixed * Ant-Task + Error Messages improved (Error messages are ...
First beta version of velocity2js released. velocity2js generates JavaScript functions out of Apache Velocity templates. More at http://velocity2js.sourceforge.net
Version 0.2 ------------- * Command line tool improved o Compiling of directory trees supported * Ant Task o Error Messages improved o Bugfix: Compiling of templates in subdir did not work * Support for Include directive added * Generated ...
Version 0.1 ------------- * Command line tool added * Ant Task added * Support for following Elements o foreach o if o else o elseif o set o Escaped Characters o Expressions
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use