Daniel Dekany | 23 Oct 2005 14:41
Picon
Favicon

FMPP 0.9.10 is released

FMPP 0.9.10 is released.

Download:
http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.10.tar.gz
http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.10.zip

Changes
-------

New features, improvements:

* The pp.newWritableSequence and pp.newWritableHash methods now have an
  optional parameter, which is the sequence or hash whose items are
  added to the new writable sequence or hash. This makes pp.copyWritable
  deprecated, which was not able to create writable sequences/hashes
  based on non-writable ones.

* New setting: "objectWrapper". This let FreeMarker "experts" to create
  and fully configure the freemarker.template.ObjectWrapper object that
  FMPP will use.

* Java API: a new fmpp.Engine constructor now let you specify the
  freemarker.template.ObjectWrapper to use.

* FreeMarker 2.3.4 is included in the distribution. Note the new feature
  of FreeMarket that let you use [#...], [ <at> ...], etc instead of <#...>,
  < <at> ...>, etc if you start the template with [#ftl].

* <FMPP>/docs/examples/multipage_list was updated to use
  sequence?chunk(pageSize), instead of complex BeanShell script that was
(Continue reading)


Gmane