Velocity Templates

ESM supports the use of velocity templates or scripts as defined by the Apache Velocity Project (http://velocity.apache.org/). Velocity templates are a means of specifying dynamic or variable inputs to, or outputs from, underlying Java code.

There are a number of places where a person familiar with Velocity templates can specify inputs using Velocity, instead of a literal value, to greatly enhance the results.

Caution: Velocity templates are for advanced users