You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ta...@jakarta.apache.org on 2004/10/05 20:08:19 UTC

[Jakarta Tapestry Wiki] Updated: Tapestry31Status

   Date: 2004-10-05T11:08:18
   Editor: HowardLewisShip <hl...@apache.org>
   Wiki: Jakarta Tapestry Wiki
   Page: Tapestry31Status
   URL: http://wiki.apache.org/jakarta-tapestry/Tapestry31Status

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -62,3 +62,13 @@
 We're up to 519 tests now.  More and more testing has switched over to unit testing, using EasyMock objects. However, the integration tests (''mock tests'') are quite a bit slower now; each tests is paying a startup price for using HiveMind.  I suspect that a lot of it is all the class creation (for all the HiveMind proxies and interceptors).  I had to up the max memory size on my tests to 384M and it may go higher.
 
 Have to keep an eye on performance. It may make sense to convert the most heavily used services to use the primitive service model. On the other hand, I do suspect that this is just increased startup cost, not (visibly) increased runtime cost.
+
+= Oct 2004 =
+
+Introduced the Tapestry 3.1 DTD, which is simpler than the 3.0 DTD.  <service> is gone; you have to contribute into a HiveMind configuration now.  
+
+<static-binding>, <message-binding> and <inherited-binding> have been removed; its now just <binding> and prefixes (as in HTML templates).
+
+A lot of refactoring over the last few weeks to reorganize things into proper HiveMind services.
+
+Next up: Integrate OGNL properly (for the moment, it is kludged in).

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org