aa Contact Us aa Home aa About Us aa JSP WEB Hosting aa Free JSP Books aa JSP Books

JSP AND VELOCITY

   
JSP
Subcategories


Tutorials & References

JSP Tag LIBS

JSP and Java Beans

JSP and JDBC

JSP and Servlets

JSP and TOMCAT

JSP and STRUTS

Jakarta Velocity

JSP Appls Downloads

Tag Libs Downloads

JSP Certification

JSP Web Hosting

JSP Sites

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.