Date of release: 2002-12-09
Changes on the FTL side
-
Bugfix:
cap_first
built-in did whatdouble
built-in does.
Other changes
-
The official extension of FreeMarker template files is
ftl
from now, notfm
. (This is the name of the template language; FTL, for FreeMarker Template Language.) Of course you can use any extensions, since FreeMarker does not deal with the file extension. But we recommendftl
extension as default. -
Web application examples got tweaked again, as under JDK 1.4 a class in an explicit (named) package can no longer import classes from the default (unnamed) package. Our webapp example was using classes in the default package, they are now moved into named packages.