You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2006/08/18 14:50:30 UTC

svn commit: r432564 - /tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml

Author: andyhot
Date: Fri Aug 18 05:50:28 2006
New Revision: 432564

URL: http://svn.apache.org/viewvc?rev=432564&view=rev
Log:
More info on Beginning POJOs

Modified:
    tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml

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?rev=432564&r1=432563&r2=432564&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml Fri Aug 18 05:50:28 2006
@@ -118,11 +118,16 @@
         </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. Covers:
+          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>TODO</li>
+          <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>
     </section>