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.
| Tags | Internet Web Dynamic Content Software Development Libraries Application Frameworks Text Processing General Java Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This release contains two important security workarounds, which are detailed in the change log. It also contains some new features and bugfixes.


Release Notes: A bug introduced in 2.3.17 that affects the JSP taglib support was fixed.


Release Notes: A security issue was fixed. Updating to this version is recommended. Many bugs were fixed and quite a few new features were included in this release.


Release Notes: 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 ]]> 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.


Release Notes: JSP-like include support in the FreemarkerServlet, improved JavaRebel compliance, and some bugfixes.