You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2009/06/12 19:36:59 UTC

svn commit: r784216 - /tiles/framework/trunk/src/site/apt/whats-new.apt

Author: apetrelli
Date: Fri Jun 12 17:36:59 2009
New Revision: 784216

URL: http://svn.apache.org/viewvc?rev=784216&view=rev
Log:
TILES-425
First version of new "what's new" page.

Modified:
    tiles/framework/trunk/src/site/apt/whats-new.apt

Modified: tiles/framework/trunk/src/site/apt/whats-new.apt
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/whats-new.apt?rev=784216&r1=784215&r2=784216&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/apt/whats-new.apt (original)
+++ tiles/framework/trunk/src/site/apt/whats-new.apt Fri Jun 12 17:36:59 2009
@@ -21,13 +21,29 @@
          What's new in Tiles 2.1
          -----------
 
-What's new in Tiles 2.1
+What's new in Tiles 2.2
 
-  Tiles 2.1 is a completely compatible enhancement of Tiles 2.0.x. It introduces
-  new features, while modifying the internal structure to allow an easier API
-  usage.  
+  Tiles 2.2 is a binary-compatible enhancement of Tiles 2.1.x, with some incompatible changes in JSP tags,
+  but, for the user perspective, it is perfectly compatible.
 
-* New features
+* New features in Tiles 2.2
+
+  Tiles 2.2 has several new features:
+
+  * {{{tutorial/integration/freemarker.html}Native support for FreeMarker}},
+  instead of a support based on JSP.
+
+  * {{{tutorial/integration/velocity.html}Support for Velocity}}.
+
+  * Support for wildcard mathing using
+  {{{tutorial/advanced/wildcard.html}regular expressions}}.
+
+  * {{{tutorial/advanced/ognl-support.html}OGNL support}}
+  and
+  {{{tutorial/advanced/mvel-support.html}MVEL support}}
+  in Tiles definition files, when specifying attributes and templates.
+
+* New features in Tiles 2.1
 
   Tiles 2.1 introduces new features, but remaining compatible to Tiles 2.0.x.
   The new features are:
@@ -51,7 +67,7 @@
   * {{{tutorial/configuration.html#Pure_Java_configuration}Pure Java configuration}},
   except for the configuration of the Tiles container factory.
 
-  * List attributes can now 
+  * List attributes can now
   {{{tutorial/advanced/list-attributes.html#List_attribute_inheritance}inherit members from the extending definition}}.
 
   * Attribute values can be
@@ -66,7 +82,7 @@
 
   * Usage of {{{tutorial/advanced/multiple-containers.html}more than one Tiles container}}.
 
-* Under the hood
+** Under the hood
 
   * <<<TilesApplicationContext>>> is now created externally of the Tiles
   container and {{{tutorial/extension/points.html#Tiles_Application_Context_Factory}must be configured externally}}.