Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by ErikVullings:
http://wiki.apache.org/tapestry/Tapestry31Status

------------------------------------------------------------------------------
  Abstract properties (that is, properties defined with an abstract accessor) 
are now turned into transient properties as if a <property> element existed for 
them. You now only use
  <property> to make a property persistent, to provide an initial value, or 
when you don't need it in code.
  
+ = Dec 2004 =
+ 
+ Having trouble keeping up with all the changes here (the project 
documentation is being kept up to date).  Lots of new binding reference 
prefixes ("asset:", "component:", "listener:").  Lots
+ of simplifications of the DTD:
+  * <set-property> and <set-message-property> (inside <bean>) are now just 
<set> and use a binding reference
+  * <asset> has replaced <context-asset>, <private-asset> and 
<external-asset>, and there's a new prefixing system for assets
+  * Order of elements is less needlessly in the DTD
+ 
+ Partial support for modular applications, that is spanning directories, is in 
place.  The Shell component is now all but required, since it needs to write a 
<base> tag into pages.
+ 
+ '''Removed support for the JSP tag library.'''
+ 
+ Added a lot of abstractions to support FriendlyURLs.  A typical Tapestry URL 
is now something like 
{{{http://.../context/Home.direct?component=border.link}}}. Requires
+ more mappings in web.xml and some corresponding configuration in 
hivemodule.xml.
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to