Download List

Project Description

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 (HTML, PostScript, TeX, source code, etc.) from a variety of data sources such as Java objects, Jython objects, XML object models, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-10 06:35 Back to release list
2.3.16

This release fixed incorrect unwrapping of sequences to Java arrays It fixes incorrect rounding of float and double values. It creates a new freemarker.runtime.attempt category where exceptions caught in <#attempt> blocks are logged. It fixes RhinoWrapper not working with all versions of Rhino. It fixes a bug where TextUtil.XMLEncNQG didn't escape ]]> as ]]&gt; It fixes a bug where the root directory couldn't be used as the template base directory. FreemarkerServlet now cooperates with Session Fixation Attack Protection in Spring Security. It substantially improves the performance of the <#return> directive.

Project Resources