|
|
|
|
Velocity v1.3.1-rc2 Available
Release candidate 2 of version 1.3.1 of the Velocity Template Engine is available. This is a bugfix to the 1.3 release, fixing specific introspection bugs. A final version 1.3.1 will follow after validation by users in the community. (2002-07-24)
|
|
Getting Started
It's easy to get started with Velocity.
|
|
What is Velocity?
Velocity is a Java-based template engine. It permits web page designers to reference methods defined in Java code. 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 well-designed site, and programmers can focus solely on writing top-notch code.
|
|
Velocity Template Language (VTL): An Introduction
The Velocity Template Language (VTL) is meant to provide the easiest, simplest, and cleanest way to incorporate dynamic content in a web page. Even a web page developer with little or no programming experience should soon be capable of using VTL to incorporate dynamic content in a web site.
|
|
|