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.

2007-01-25 14:16
2.3.9

This release adds support for accessing Java 5
enums and public fields of classes in templates.
Tags: Lazarus, Minor feature enhancements

2006-07-09 23:12
2.3.8

This release substantially improves the JSP 2.0 compatibility.
Tags: Lazarus, Minor feature enhancements

2006-06-24 03:24
2.3.7

This release adds new shorthand forms for
exp1?default(exp2)
and exp?exists (exp1!exp2 and exp??), adds
substring(from,
to)/substring(from) built-ins that you can use
instead of the
often-problematic [from..to]/[form..] operators,
improves JSP 2
compliance, and fixes bugs.
Tags: Lazarus, Major feature enhancements

2006-04-27 15:26
2.3.7rc1

This release contains many bugfixes and
FreemarkerServlet/JSP related new features. Since
this is a release candidate, it should be used for
development but not in production.
Tags: Lazarus, Minor bugfixes

2006-03-15 16:16
2.3.6

Users of version 2.3.5 should update now. This is
a quick release that fixes a serious bug in 2.3.5.
Tags: Lazarus, Major bugfixes

Project Resources