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.

2004-12-11 21:59
2.3.1pre

This release contains an important bugfix in the
JSP taglib support and a few other minor bugfixes.
It also contains frequently requested new
features, such as URL escaping, a "seq_contains"
built-in operator, and a "attempt"/"recover"
directive pair. Other new features include
improved "sort"/"sort_by" and
"left_pad"/"right_pad" built-in operators.
Tags: Lazarus, Minor feature enhancements

2004-07-04 22:42
2.3

This release introduces numerous new features and quality improvements compared to the 2.2.x series. The most notable improvements are the ability to define functions (methods) in templates, the ability to interpolate variables in string literals, support for a variable number of macro parameters, and a more intelligent default object wrapper. Also, a totally redesigned XML wrapper was added, with much better "XML transforming" capabilities than its predecessor.
Tags: Lazarus, Major feature enhancements

2004-03-12 12:46
2.3rc1

The most notable improvements in this version are the ability
to define functions (methods) in templates, the ability to
interpolate variables in string literals, the support for a
variable number of macro parameters, and the more
intelligent default object wrapper. It also offers powerful new
features for processing and transforming XML documents
making it a viable alternative to XSLT.
Tags: Lazarus, Minor bugfixes

2004-02-02 18:47
2.3pre16

A debugging API has been included in the freemarker.debug package. This
is only of interest to Java programmers inspired to write debugging
frontends. Various improvements to error messages have been made, and
other minor bugfixes.
Tags: Lazarus, Minor bugfixes

2003-12-22 17:11
2.3pre15

A significant bug was fixed. This bug caused the
template caching code to throw null pointer
exceptions under high load situations.
Tags: Lazarus, Major bugfixes

Project Resources