View
The View package is a standalone servlet that can be used for
template rendering in Web Applications. The VelocityViewServlet
also offers basic tool management, automatically loading a toolset into the
context for each request.
Struts
The Struts package is a set of tools, examples and documentation for
using the Velocity Template Engine with the
Jakarta Struts
web application framework. It uses the View package in place of
(or along side of) the JspServlet most commonly used in Struts
applications.
Tools
When in place, this will be a library of generic tools appropriate for use
in the template via the Context.
Utilities
When in place, this will be a library of Velocity-related utilities.
Velocimacros
When in place, this will be a repository of Velocimacros for use in
Velocity templates.