Definitions for "FreeMarker "
FreeMarker is a template engine that was originally designed so that servlet-based applications could keep graphical design separate from application logic. The templates provide an easy and highly flexible way to generate any kind of text output from a variety of data sources such as Java objects, Jython objects, XML object models, and more.
FreeMarker is a template engine. It provides an easy way to generate textual output from your data and helps you separate design issues from application logic. Integrates with servlets, XML, Python and more.
Has is own way of embedding code elements in HTML. Opensource project. Excellent documentation. Supports JSP Taglibs. On 2006-02-06, I determined it was last revised in 2005-10-05.