FreeMarker 2.03

Packages
freemarker.ext.ant An ant task that can be used to invoke the FreeMarker engine to generate documentation.
freemarker.ext.beans Provides model implementations that allow access to arbitrary Java objects.
freemarker.ext.jdom Provides adapter for JDOM including support for writing XML fragments, listing nodes, traversal, copying, and filtering, and a full XPath support.
freemarker.ext.jsp Classes that allow FreeMarker to work as a taglib within JSP.
freemarker.ext.servlet Provides a generic purpose servlet that generates dynamic response using FreeMarker.
freemarker.ext.util  
freemarker.template Allows Java servlets and applications to generate HTML pages or other text output based on templates, so that graphic design and other presentation details can be kept separate from application logic.
freemarker.template.compiler The guts of the FreeMarker engine.
freemarker.template.utility Utility classes that may be used to customise aspects of FreeMarker.