Velocity Template Language

Velocity Template Language

[1] Apache Velocity - Velocity User Guide ( (Velocity Documentation Team著, )) http://velocity.apache.org/engine/devel/user-guide.html

The Velocity User Guide is intended to help page designers and content providers get acquainted with Velocity and the syntax of its simple yet powerful scripting language, the Velocity Template Language (VTL). Many of the examples in this guide deal with using Velocity to embed dynamic content in web sites, but all VTL examples are equally applicable to other pages and templates.

Thanks for choosing 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 separates Java code from the web pages, making the web site more maintainable over the long run and providing a viable alternative to Java Server Pages (JSPs) or PHP.

[5] The Apache Velocity Project, , https://velocity.apache.org/

[2] null, , https://velocity.apache.org/engine/index.html

[4] Apache Velocity Engine - User Guide, , https://velocity.apache.org/engine/devel/user-guide.html

[3] Apache Velocity Engine VTL Reference, , https://velocity.apache.org/engine/devel/vtl-reference.html