April 14, 2004
14 April 2004 - Apache Velocity 1.4 Released
The Apache Velocity development team has released version 1.4 of the Velocity templating engine.
Changes include :
- New (and better) introspection code
- Pluggable introspection
- Lots of little fixes
See changelog for more details.
Downloads :
- Binary - http://jakarta.apache.org/site/binindex.cgi
- Source - http://jakarta.apache.org/site/sourceindex.cgi
Posted by Tetsuya Kitahata at April 14, 2004 01:26 PMProject Info -- Apache Velocity
Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code. When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over its lifespan and providing a viable alternative to Java Server Pages (JSPs) or PHP.
Releases can be downloaded from http://velocity.apache.org/download.cgi
Project Website http://velocity.apache.org Programming Languages Java Categories library Mailing Lists http://velocity.apache.org/contact.html Bug/Issue Tracker http://issues.apache.org/jira/browse/VELOCITY Project Management Committee Apache Velocity Access to the source code:
Browse http://svn.apache.org/viewvc/velocity/engine/trunk SVN Direct http://svn.apache.org/repos/asf/velocity/engine/trunk
http://www.apachenews.org/archives/000266.html
[ Category : Apache Jakarta ] (PDF)(XML)

