You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/03/15 00:34:16 UTC

svn commit: r518380 - in /tapestry/tapestry-site/trunk/src/site: resources/images/t4chinese.jpg xdoc/articles.xml xdoc/index.xml xdoc/news.xml

Author: hlship
Date: Wed Mar 14 16:34:15 2007
New Revision: 518380

URL: http://svn.apache.org/viewvc?view=rev&rev=518380
Log:
Update with the new Tapestry book (in chinese), new 5.0.3 release, next NFJS show.

Added:
    tapestry/tapestry-site/trunk/src/site/resources/images/t4chinese.jpg   (with props)
Modified:
    tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml
    tapestry/tapestry-site/trunk/src/site/xdoc/index.xml
    tapestry/tapestry-site/trunk/src/site/xdoc/news.xml

Added: tapestry/tapestry-site/trunk/src/site/resources/images/t4chinese.jpg
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/resources/images/t4chinese.jpg?view=auto&rev=518380
==============================================================================
Binary file - no diff available.

Propchange: tapestry/tapestry-site/trunk/src/site/resources/images/t4chinese.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml?view=diff&rev=518380&r1=518379&r2=518380
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml Wed Mar 14 16:34:15 2007
@@ -7,41 +7,112 @@
   <body>
     <section name="Books on Tapestry">
 
-      <img src="images/tapestry-in-action.png" title="Tapestry in Action" style="float:left;"/>
+      <img src="images/t4chinese.jpg" width="120" height="172" title="Tapestry Complete Reference"
+        style="float:left;"/>
       <div style="margin-left: 125px">
         <p>
-          <a href="http://www.manning.com/lewisship/index.html">
-            <strong>Tapestry in Action</strong>
+          <a href="http://product.dangdang.com/product.aspx?product_id=9264948">
+            <strong>Tapestry Complete Reference</strong>
           </a>
         </p>
 
         <ul>
-          <li><strong>Covers:</strong> Tapestry 3</li>
-          <li><strong>Publisher:</strong> Manning Publications</li>
-          <li><strong>Published:</strong> 2004</li>
+          <li><strong>Covers:</strong> Tapestry 4</li>
           <li>
-            <strong>Authors:</strong>
-            <a href="http://howardlewisship.com">Howard M. Lewis Ship</a>
+            <strong>Published: 2007</strong>
           </li>
+          <li>
+            <strong>Author: A. Dong</strong>
+          </li>
+          <li><strong>Language:</strong> Chinese</li>
         </ul>
 
-        <p> It is the definitive introduction to Tapestry written by Howard Lewis Ship, the creator of Tapestry.
-          Tapestry In Action covers Tapestry 3.0, but is still broadly useful in the wake of the 4.0 release. It covers: </p>
+        <p> The first Chinese-language book to cover Tapestry (though Tapestry in Action has been
+          translated). As a non-Chinese speaker, it's a bit hard to know what's between the covers,
+          but looks like it gets into the nitty gritty of Tapestry, Spring and Hibernate. </p>
+      
+      <br/> <br/> <br/>
+      </div>
+
+
+      <hr style="margin-top: 1em; margin-bottom: 1em;"/>
+
+
+
+      <img src="images/tapestry101.jpg" title="Tapestry 101" style="float:left"/>
+      <div style="padding-left: 140px;display:block">
+        <p>
+          <a href="http://sourcebeat.com/books/tapestrylive.html">
+            <strong>Tapestry 101</strong>
+          </a>
+        </p>
 
         <ul>
-          <li>Tapestry's Component Object Model</li>
-          <li>How to write new components</li>
-          <li>How to configure third party components</li>
-          <li>Dynamic JavaScript integration</li>
-          <li>Form validation</li>
-          <li>Tapestry/JSP integration</li>
-          <li>Localization/internationalization</li>
-          <li>J2EE integration</li>
+          <li><strong>Covers:</strong> Tapestry 4 (Spring/Hibernate/Hivemind/Tacos(ajax)</li>
+          <li><strong>Publisher:</strong> SourceBeat</li>
+          <li><strong>Published:</strong> 2006</li>
+          <li><strong>Authors:</strong> Warner Onstine </li>
+        </ul>
+
+        <p> Tapestry is an open-source web application framework written in Java. This framework is
+          different from "standard" MVC frameworks <em>(like Struts or WebWork)</em> in that it is
+          more of a component-oriented framework. A component-oriented framework <em>(like
+            JavaServer Faces)</em> allows you to create re-usable components that you can then
+          re-use on other projects with the ability to re-configure these components to suit a
+          specific purpose. </p>
+        <br/>
+        <br/>
+
+        <p> Tapestry 101 will introduce readers to this framework that is growing in popularity more
+          and more. The focus of this book is to guide you through designing and implementing your
+          application and providing information that you can improve on it with your own custom
+          components. </p>
+        <br/>
+        <br/>
+        <p> Howard Lewis-Ship <em>(creator of Tapestry)</em> provides the Foreword to the book and
+          adds: <br/><br/>
+          <em>"Tapestry 101's focus is about getting things done, from a user's perspective not a
+            Tapestry developer's. It covers the issues you'll face building real applications."</em>
+        </p>
+      </div>
+
+      <hr style="margin-top: 1em; margin-bottom: 1em;"/>
+
+      <img src="images/beginning-pojos.gif" title="Beginning POJOs" style="float:left"/>
+      <div style="padding-left: 140px;display:block">
+        <p>
+          <a href="http://www.apress.com/book/bookDisplay.html?bID=10059">
+            <strong>Beginning POJOs: Lightweight Java Web Development Using Plain Old Java Objects
+              in Spring, Hibernate, and Tapestry</strong>
+          </a>
+        </p>
+
+        <ul>
+          <li><strong>Covers:</strong> Tapestry 4</li>
+          <li><strong>Publisher:</strong> Apress</li>
+          <li><strong>Published:</strong> 2006</li>
+          <li><strong>Authors:</strong> Brian Sam-Bodden </li>
+        </ul>
+
+        <p> This book guides you through the construction of complex but lightweight enterprise
+          Java-based web applications. Such applications are centered around several major open
+          source lightweight frameworks, including Spring, Hibernate, Tapestry, and JBoss. The
+          Tapestry chapter (ch.7, p.239-304) covers: </p>
+
+        <ul>
+          <li>Installation and Configuration</li>
+          <li>Pages and Components</li>
+          <li>Forms and Form Components</li>
+          <li>Hivemind Services and Application State Objects</li>
+          <li>Annotations</li>
+          <li>Ajax-enabling applications with Tacos</li>
         </ul>
       </div>
+
       <hr style="margin-top: 1em; margin-bottom: 1em;"/>
 
-      <img src="images/ewdt_tong_cover.jpg" title="Enjoying Web Development with Tapestry" style="float:left"/>
+      <img src="images/ewdt_tong_cover.jpg" title="Enjoying Web Development with Tapestry"
+        style="float:left"/>
       <div style="padding-left: 125px;display:block">
         <p>
           <a href="http://www.agileskills2.org/EWDT/">
@@ -59,8 +130,8 @@
           </li>
         </ul>
 
-        <p> Enjoying Web Development with Tapestry by Kent Tong covers Tapestry 4.1 (with AJAX). Previous editions cover 4.0 and 3.0. Available in
-          PDF and hard-copy formats. </p>
+        <p> Enjoying Web Development with Tapestry by Kent Tong covers Tapestry 4.1 (with AJAX).
+          Previous editions cover 4.0 and 3.0. Available in PDF and hard-copy formats. </p>
 
         <ul>
           <li>Getting Started with Tapestry</li>
@@ -80,11 +151,14 @@
           <li>Integrating with Struts</li>
         </ul>
       </div>
+
+
       <hr style="margin-top: 1em; margin-bottom: 1em;"/>
 
-      <img src="images/tapestry-german-cover.gif" 
-            title="Tapestry Webanwendungen mit dem Apache Framework" style="float:left;"/>
-     <div style="padding-left: 150px;display:block">
+
+      <img src="images/tapestry-german-cover.gif"
+        title="Tapestry Webanwendungen mit dem Apache Framework" style="float:left;"/>
+      <div style="padding-left: 150px;display:block">
         <p>
           <a href="http://entwickler.com/sus/sus_buch/psecom,id,60,nodeid,8,_language,uk.html">
             <strong>Tapestry Webanwendungen mit dem Apache Framework</strong>
@@ -98,9 +172,10 @@
           <li><strong>Authors:</strong> Stefan Edlich,Patrick Kunert </li>
         </ul>
 
-        <p> Tapestry Webanwendungen mit dem Apache Framework is a fast-paced guide to using Tapestry, focusing on
-          combining Tapestry with other open-source frameworks, as well as developing Tapestry applications using <a
-            href="http://spindle.sourceforge.net/">Spindle</a>. Covers: </p>
+        <p> Tapestry Webanwendungen mit dem Apache Framework is a fast-paced guide to using
+          Tapestry, focusing on combining Tapestry with other open-source frameworks, as well as
+          developing Tapestry applications using <a href="http://spindle.sourceforge.net/"
+          >Spindle</a>. Covers: </p>
 
         <ul>
           <li>Web Frameworks, JavaServer Faces, .NET Web Forms und Tapestry</li>
@@ -116,81 +191,49 @@
 
       <hr style="margin-top: 1em; margin-bottom: 1em;"/>
 
-      <img src="images/beginning-pojos.gif" title="Beginning POJOs" style="float:left"/>
-      <div style="padding-left: 140px;display:block">
+
+      <img src="images/tapestry-in-action.png" title="Tapestry in Action" style="float:left;"/>
+      <div style="margin-left: 125px">
         <p>
-          <a href="http://www.apress.com/book/bookDisplay.html?bID=10059">
-            <strong>Beginning POJOs: Lightweight Java Web Development Using Plain Old Java Objects in Spring, Hibernate,
-              and Tapestry</strong>
+          <a href="http://www.manning.com/lewisship/index.html">
+            <strong>Tapestry in Action</strong>
           </a>
         </p>
 
         <ul>
-          <li><strong>Covers:</strong> Tapestry 4</li>
-          <li><strong>Publisher:</strong> Apress</li>
-          <li><strong>Published:</strong> 2006</li>
-          <li><strong>Authors:</strong> Brian Sam-Bodden </li>
+          <li><strong>Covers:</strong> Tapestry 3</li>
+          <li><strong>Publisher:</strong> Manning Publications</li>
+          <li><strong>Published:</strong> 2004</li>
+          <li>
+            <strong>Authors:</strong>
+            <a href="http://howardlewisship.com">Howard M. Lewis Ship</a>
+          </li>
         </ul>
 
-        <p> This book guides you through the construction of complex but lightweight enterprise Java-based web
-          applications. Such applications are centered around several major open source lightweight frameworks,
-          including Spring, Hibernate, Tapestry, and JBoss. The Tapestry chapter (ch.7, p.239-304) covers: </p>
+        <p> It is the definitive introduction to Tapestry written by Howard Lewis Ship, the creator
+          of Tapestry. Tapestry In Action covers Tapestry 3.0, but is still broadly useful in the
+          wake of the 4.0 release. It covers: </p>
 
         <ul>
-          <li>Installation and Configuration</li>
-          <li>Pages and Components</li>
-          <li>Forms and Form Components</li>
-          <li>Hivemind Services and Application State Objects</li>
-          <li>Annotations</li>
-          <li>Ajax-enabling applications with Tacos</li>
+          <li>Tapestry's Component Object Model</li>
+          <li>How to write new components</li>
+          <li>How to configure third party components</li>
+          <li>Dynamic JavaScript integration</li>
+          <li>Form validation</li>
+          <li>Tapestry/JSP integration</li>
+          <li>Localization/internationalization</li>
+          <li>J2EE integration</li>
         </ul>
       </div>
-      
-      <hr style="margin-top: 1em; margin-bottom: 1em;"/>
-
-      <img src="images/tapestry101.jpg" title="Tapestry 101" style="float:left"/>
-      <div style="padding-left: 140px;display:block">
-        <p>
-          <a href="http://sourcebeat.com/books/tapestrylive.html">
-            <strong>Tapestry 101</strong>
-          </a>
-        </p>
 
-        <ul>
-          <li><strong>Covers:</strong> Tapestry 4 (Spring/Hibernate/Hivemind/Tacos(ajax)</li>
-          <li><strong>Publisher:</strong> SourceBeat</li>
-          <li><strong>Published:</strong> 2006</li>
-          <li><strong>Authors:</strong> Warner Onstine </li>
-        </ul>
 
-        <p> 
-          Tapestry is an open-source web application framework written in Java. This framework is different from 
-          "standard" MVC frameworks <em>(like Struts or WebWork)</em> in that it is more of a component-oriented framework. 
-          A component-oriented framework <em>(like JavaServer Faces)</em> allows you to create re-usable components that you 
-          can then re-use on other projects with the ability to re-configure these components to suit a specific purpose.
-        </p>
-        <br/><br/>
 
-        <p>
-            Tapestry 101 will introduce readers to this framework that is growing in popularity more and more. The 
-            focus of this book is to guide you through designing and implementing your application and providing 
-            information that you can improve on it with your own custom components.
-        </p>
-        <br/><br/>
-        <p>
-            Howard Lewis-Ship <em>(creator of Tapestry)</em> provides the Foreword to the book and adds:
-            <br/><br/>
-            <em>"Tapestry 101's focus is about getting things done, from a user's perspective not 
-            a Tapestry developer's. It covers the issues you'll face building real applications."</em>
-        </p>
-      </div>
-      
     </section>
 
     <section name="Articles on Tapestry">
-      <p> If you are writing an article on Tapestry we suggest contacting the developers on the mailing list as we would
-        be happy to provide feedback to help ensure accuracy in your article. Just ping us on the <a
-          href="mail-lists.html">dev mailing list</a> to get in touch. </p>
+      <p> If you are writing an article on Tapestry we suggest contacting the developers on the
+        mailing list as we would be happy to provide feedback to help ensure accuracy in your
+        article. Just ping us on the <a href="mail-lists.html">dev mailing list</a> to get in touch. </p>
 
       <div style="margin-top: 1.5em;">
         <table>
@@ -202,66 +245,86 @@
           </tr>
           <tr>
             <td>
-              <a href="http://www.infoq.com/news/2007/02/tapestry-5-preview">Tapestry 5 Preview: POJOs and Annotations over XML</a>
+              <a href="http://www.infoq.com/news/2007/02/tapestry-5-preview">Tapestry 5 Preview:
+                POJOs and Annotations over XML</a>
+            </td>
+            <td>
+              <a href="http://www.infoq.com">infoq.com</a>
             </td>
-            <td><a href="http://www.infoq.com">infoq.com</a></td>
             <td>Rob Thornton</td>
             <td>6 Feb 2007</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www.theserverside.com/news/thread.tss?thread_id=44119">Tapestry 5.0.1 Preview Release Now Available</a>
+              <a href="http://www.theserverside.com/news/thread.tss?thread_id=44119">Tapestry 5.0.1
+                Preview Release Now Available</a>
+            </td>
+            <td>
+              <a href="http://www.theserverside.com">theserverside.com</a>
             </td>
-            <td><a href="http://www.theserverside.com">theserverside.com</a></td>
             <td>Howard M. Lewis Ship</td>
             <td>5 Feb 2007</td>
           </tr>
           <tr>
             <td>
-              <a href="http://ajaxian.com/archives/compression-caching-for-faster-load-times">Compression, Caching, for faster load times</a>
+              <a href="http://ajaxian.com/archives/compression-caching-for-faster-load-times"
+                >Compression, Caching, for faster load times</a>
+            </td>
+            <td>
+              <a href="http://www.ajaxian.com">ajaxian.com</a>
             </td>
-            <td><a href="http://www.ajaxian.com">ajaxian.com</a></td>
             <td>Dion Almaer</td>
             <td>4 Dec 2006</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www.onjava.com/pub/a/onjava/2006/09/27/tapestry-component-centric-framework.html?page=1"
+              <a
+                href="http://www.onjava.com/pub/a/onjava/2006/09/27/tapestry-component-centric-framework.html?page=1"
                 >Tapestry: A Component-Centric Framework</a>
             </td>
-            <td><a href="http://www.onjava.com">OnJava</a></td>
+            <td>
+              <a href="http://www.onjava.com">OnJava</a>
+            </td>
             <td>Hemangini Kappla</td>
             <td>27 Sep 2006</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www.sitepoint.com/article/jakarta-tapestry"> Step-by-Step Jakarta Tapestry </a>
+              <a href="http://www.sitepoint.com/article/jakarta-tapestry"> Step-by-Step Jakarta
+                Tapestry </a>
+            </td>
+            <td>
+              <a href="http://www.sitepoint.com">sitepoint</a>
             </td>
-            <td><a href="http://www.sitepoint.com">sitepoint</a></td>
             <td>Alexander Kolesnikov </td>
             <td>02 Feb 2006</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www.javaposse.com/index.php?post_id=51573">Java Posse #28 - Interview with Howard Lewis
-                Ship about Tapestry</a>
+              <a href="http://www.javaposse.com/index.php?post_id=51573">Java Posse #28 - Interview
+                with Howard Lewis Ship about Tapestry</a>
+            </td>
+            <td>
+              <a href="http://www.javaposse.com/">The Java Posse</a>
             </td>
-            <td><a href="http://www.javaposse.com/">The Java Posse</a></td>
             <td>Tor Norbye, Carl Quinn, Dick Wall, Joe Nuxoll</td>
             <td>25 Jan 2006</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www.devx.com/Java/Article/30316">Rapid Java Web Application Development with Tapestry</a>
+              <a href="http://www.devx.com/Java/Article/30316">Rapid Java Web Application
+                Development with Tapestry</a>
+            </td>
+            <td>
+              <a href="http://www.devx.com">devx</a>
             </td>
-            <td><a href="http://www.devx.com">devx</a></td>
             <td>John Ferguson Smart</td>
             <td>18 Jan 2006</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www-128.ibm.com/developerworks/java/library/j-tapestry2/index.html">In tune with Tapestry,
-                Part 2</a>
+              <a href="http://www-128.ibm.com/developerworks/java/library/j-tapestry2/index.html">In
+                tune with Tapestry, Part 2</a>
             </td>
             <td>
               <a href="http://www-128.ibm.com/developerworks/j">IBM Developerworks</a>
@@ -273,8 +336,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://www-128.ibm.com/developerworks/java/library/j-tapestry1/index.html">In tune with Tapestry,
-                Part 1</a>
+              <a href="http://www-128.ibm.com/developerworks/java/library/j-tapestry1/index.html">In
+                tune with Tapestry, Part 1</a>
             </td>
             <td>
               <a href="http://www-128.ibm.com/developerworks/j">IBM Developerworks</a>
@@ -286,22 +349,23 @@
           </tr>
           <tr>
             <td>
-              <a href="http://www.developer.com/java/ent/article.php/3567681">Advanced Features of the Tapestry
-                Framework</a>
+              <a href="http://www.developer.com/java/ent/article.php/3567681">Advanced Features of
+                the Tapestry Framework</a>
             </td>
             <td>
               <a href="http://www.developer.com/">developer.com</a>
             </td>
             <td>
-              <a href="http://www.developer.com/feedback.php/http://www.developer.com/java/ent/article.php/3567681">Vlad
-                Kofman</a>
+              <a
+                href="http://www.developer.com/feedback.php/http://www.developer.com/java/ent/article.php/3567681"
+                >Vlad Kofman</a>
             </td>
             <td>Dec 2005</td>
           </tr>
           <tr>
             <td>
-              <a href="http://today.java.net/pub/a/today/2005/11/04/further-down-the-trail.html">Further Down the
-              Trail</a>
+              <a href="http://today.java.net/pub/a/today/2005/11/04/further-down-the-trail.html"
+                >Further Down the Trail</a>
             </td>
             <td>
               <a href="http://today.java.net/">java.net</a>
@@ -313,7 +377,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://ajaxian.com/archives/tapestry-tacos-ajaxian-components-for-the-java-web-framework"
+              <a
+                href="http://ajaxian.com/archives/tapestry-tacos-ajaxian-components-for-the-java-web-framework"
                 >Tapestry Tacos: Ajaxian components for the Java web framework</a>
             </td>
             <td>
@@ -324,8 +389,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://ajaxian.com/archives/tacos-announces-new-version-of-components">Tacos announces new
-                version of components</a>
+              <a href="http://ajaxian.com/archives/tacos-announces-new-version-of-components">Tacos
+                announces new version of components</a>
             </td>
             <td>
               <a href="http://ajaxian.com">ajaxian.com</a>
@@ -335,21 +400,23 @@
           </tr>
           <tr>
             <td>
-              <a href="http://www.developer.com/java/ent/article.php/3558501">Weaving the Tapestry Framework</a>
+              <a href="http://www.developer.com/java/ent/article.php/3558501">Weaving the Tapestry
+                Framework</a>
             </td>
             <td>
               <a href="http://www.developer.com/">developer.com</a>
             </td>
             <td>
-              <a href="http://www.developer.com/feedback.php/http://www.developer.com/java/ent/article.php/3558501">Vlad
-                Kofman</a>
+              <a
+                href="http://www.developer.com/feedback.php/http://www.developer.com/java/ent/article.php/3558501"
+                >Vlad Kofman</a>
             </td>
             <td>Oct 2005</td>
           </tr>
           <tr>
             <td>
-              <a href="http://www.theserverside.com/tt/articles/article.tss?l=JSFTapestry">JavaServerFaces vs Tapestry,
-                A Head-to-Head Comparison</a>
+              <a href="http://www.theserverside.com/tt/articles/article.tss?l=JSFTapestry"
+                >JavaServerFaces vs Tapestry, A Head-to-Head Comparison</a>
             </td>
             <td>
               <a href="http://theserverside.com">theserverside.com</a>
@@ -359,8 +426,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://today.java.net/pub/a/today/2005/06/23/trails.html">RAD That Ain't Bad: Domain-Driven
-                Development with Trails</a>
+              <a href="http://today.java.net/pub/a/today/2005/06/23/trails.html">RAD That Ain't Bad:
+                Domain-Driven Development with Trails</a>
             </td>
             <td>
               <a href="http://today.java.net/">java.net</a>
@@ -372,7 +439,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://ajaxian.com/archives/tacos-tapestry-ajax-components">Tacos: Tapestry Ajax Components</a>
+              <a href="http://ajaxian.com/archives/tacos-tapestry-ajax-components">Tacos: Tapestry
+                Ajax Components</a>
             </td>
             <td>
               <a href="http://ajaxian.com">ajaxian.com</a>
@@ -382,8 +450,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://www.theserverside.com/tt/articles/article.tss?l=TSSTapestry">TSS Relaunches on
-              Tapestry</a>
+              <a href="http://www.theserverside.com/tt/articles/article.tss?l=TSSTapestry">TSS
+                Relaunches on Tapestry</a>
             </td>
             <td>
               <a href="http://theserverside.com">theserverside.com</a>
@@ -395,7 +463,8 @@
           </tr>
           <tr>
             <td>
-              <a href="http://myworkspace.sourceforge.net/Illustrating_Tapestry.html"> Illustrating Tapestry </a>
+              <a href="http://myworkspace.sourceforge.net/Illustrating_Tapestry.html"> Illustrating
+                Tapestry </a>
             </td>
             <td> - </td>
             <td>Harish Krishnaswamy</td>
@@ -403,10 +472,12 @@
           </tr>
           <tr>
             <td>
-              <a href="http://www.onjava.com/pub/a/onjava/2001/11/21/tapestry.html">Designing Tapestry
-              Mega-Components</a>
+              <a href="http://www.onjava.com/pub/a/onjava/2001/11/21/tapestry.html">Designing
+                Tapestry Mega-Components</a>
+            </td>
+            <td>
+              <a href="http://www.onjava.com">OnJava</a>
             </td>
-            <td> <a href="http://www.onjava.com">OnJava</a> </td>
             <td>
               <a href="http://howardlewisship.com">Howard M. Lewis Ship</a>
             </td>
@@ -415,7 +486,8 @@
         </table>
       </div>
 
-      <p> Links for many other works are kept on the <a href="http://wiki.apache.org/tapestry">Tapestry Wiki</a>. </p>
+      <p> Links for many other works are kept on the <a href="http://wiki.apache.org/tapestry"
+          >Tapestry Wiki</a>. </p>
 
     </section>
   </body>

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/index.xml?view=diff&rev=518380&r1=518379&r2=518380
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/index.xml Wed Mar 14 16:34:15 2007
@@ -34,11 +34,11 @@
 
                 <br/>
                 
-                <h5>Get Tapestry 5.0.2</h5>
+                <h5>Get Tapestry 5.0.3</h5>
                 <p>
                     <a href="download.html">
                         <img valign="top" src="images/folder-open.gif" border="0" alt="" title="download"/> Download
-                    </a> Tapestry 5.0.2 </p>
+                    </a> Tapestry 5.0.3 </p>
                 
                 <br/>
 
@@ -46,7 +46,7 @@
 
                 <h5>New!</h5>
                 <ul style="list-style:none">
-                    <li><a href="news.html#Tapestry 5.0.2">Tapestry 5.0.2</a></li>
+                    <li><a href="news.html#Tapestry 5.0.2">Tapestry 5.0.3</a></li>
                     <li><a href="news.html#HandyTapestry Beta 2, Tapestry plugin for Intellij Idea">HandyTapestry Beta 2!</a></li>
                     <li><a href="news.html#Jumpstart 0.9">Jumpstart v0.9 released</a></li>
                     <li><a href="news.html#Enjoying Web Development with Tapestry updated for T4.1"> EWDT updated for T4.1</a></li>

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/news.xml?view=diff&rev=518380&r1=518379&r2=518380
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/news.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/news.xml Wed Mar 14 16:34:15 2007
@@ -9,6 +9,16 @@
       <p>Keep up to date with the latest events in the Tapestry world.</p>
 
       <subsection name="Tapestry 5.0.2 (preview release)">
+        
+        <p> Yet another preview release, <a href="http://tapestry.apache.org/tapestry5">Tapestry
+          5.0.3</a>, reworks and simplifies the Tapestry 5 IoC container, improve exception 
+          reporting, deploys correctly under JBoss, adds initial Spring and Hibernate
+          integration, solves a painful concurrency bug, as well as
+          <a href="http://tapestry.apache.org/tapestry5/release-notes.html">many other fixes</a>.
+        </p>
+      </subsection>
+      
+      <subsection name="Tapestry 5.0.2 (preview release)">
 
         <p> The latest preview release, <a href="http://tapestry.apache.org/tapestry5">Tapestry
             5.0.2</a>, has numerous enhancements, including a new Maven plugin to generate component
@@ -206,6 +216,21 @@
             <th>When</th>
             <th>Where</th>
             <th>Who</th>
+          </tr>
+          
+          <tr>
+            <td>
+              <a href="http://www.nofluffjuststuff.com/show_view.jsp?showId=94">Greater Oklahoma Software Symposium</a>
+            </td>
+            <td>
+              Jun 1 - 3
+            </td>
+            <td>Midwest City, OK</td>
+            <td>
+              <td>
+                <a href="http://howardlewisship.com">Howard M. Lewis Ship</a>
+              </td>     
+            </td>
           </tr>
           
           <tr>