-
FreeMarker 2.3 is released
FreeMarker is a Java library to generate text output based on templates. It's particularly designed for the on-the-fly generation of HTML pages in servlet-based MVC Web applications. This is a major release that introduces numerous new features and quality improvements, and totally redesigned XML processing (transforming) capability.
2004-06-15 16:37:51 PDT by ddekany
-
FreeMarker 2.2 final available
The first release of FreeMarker 2.2 labelled production/stable is available. FreeMarker 2.2 incorporates some revolutionary new features: names-spaces, support for 3rd party JSP taglibs, fine control over whitespace, macros with default arguments. FreeMarker is a template engine. It provides an easy way to generate textual (HTML, RTF, PostScript, TeX, source code, etc) output from your data and helps you separate design issues from application logic. Integrates with servlets, XML, Python and more.
2003-03-27 06:11:02 PST by revusky
-
FreeMarker 2.1final released
The FreeMarker team has released today the new production-level final release of the FreeMarker Template Engine, version 2.1. The new version carries vast improvements over the previous version 2.0: seamless Python integration, full support for namespaces in XML data models, a reworked block-transformation architecture, integration with major logging packages, locale-aware number and date formatting, custom exception handlers, custom security model for accessing JavaBeans, and much-much more.
2002-10-18 04:25:56 PDT by szegedia
-
FreeMarker approaches new final version
The FreeMarker team has released today the Release Candidate 1 of the FreeMarker Template Engine, version 2.1. The new version carries vast improvements over the previous version 2.0: seamless Python integration, full support for namespaces in XML data models, a reworked block-transformation architecture, integration with major logging packages, locale-aware number formatting, custom exception handlers, custom security model for accessing JavaBeans, and much-much more.
2002-09-29 13:18:43 PDT by szegedia
-
Velocity->FreeMarker conversion tool available
A Velocity->FreeMarker is available to make it easier for people who want to upgrade to FreeMarker 2. This product, codenamed "U.S. Cavalry" is available at:
http://revusky.com/hacks/
2002-04-29 15:27:17 PDT by revusky