Monday, July 16, 2012

Velocity Templates

Velocity is a Java-Based Template Engine. It can be used to substitute some keys with values at runtime. It is an Apache Project.

Known Uses:
  1. Sending Email to list of users with same content and different user information.
Note: It requires that variables should begin with $ symbol.