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).
Categories
InternetLicense
Apache License V2.0Follow velocity2js
Other Useful Business Software
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
-
Fantastic idea. With some fairly straight forward code I was able to utilize the same exact Velocity templates on the server side as on the client side so I have a choice on where to do the presentation layer. In the world of Ajax and jQuery, this is a really powerful idea. Thanks.