You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2007/05/13 05:19:30 UTC

svn commit: r537545 - in /tapestry/tapestry4/trunk/src/site: apt/tutorials/ apt/tutorials/index.apt site.xml xdoc/index.xml

Author: jkuhnert
Date: Sat May 12 20:19:29 2007
New Revision: 537545

URL: http://svn.apache.org/viewvc?view=rev&rev=537545
Log:
Added new sections to cover devshed tutorial series.

Added:
    tapestry/tapestry4/trunk/src/site/apt/tutorials/
    tapestry/tapestry4/trunk/src/site/apt/tutorials/index.apt
Modified:
    tapestry/tapestry4/trunk/src/site/site.xml
    tapestry/tapestry4/trunk/src/site/xdoc/index.xml

Added: tapestry/tapestry4/trunk/src/site/apt/tutorials/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/apt/tutorials/index.apt?view=auto&rev=537545
==============================================================================
--- tapestry/tapestry4/trunk/src/site/apt/tutorials/index.apt (added)
+++ tapestry/tapestry4/trunk/src/site/apt/tutorials/index.apt Sat May 12 20:19:29 2007
@@ -0,0 +1,28 @@
+ ------
+Tapestry 4 Tutorials
+ ------
+Jesse Kuhnert
+ ------
+12 May 2007
+ ------
+
+Tapestry tutorial series at DevShed
+
+  {{{http://sundraw.ws/}Alexander Kolesnikov}} has written a great series of Tapestry 4 tutorials that should be a great help for anyone
+  getting started with Tapestry or just wanting a quick reference for some of the common areas of development.
+
+  * {{{http://www.devshed.com/c/a/Apache/Making-a-CelebrityCollector-with-Apache-Tapestry-the-For-Component/}Making a CelebrityCollector with Apache Tapestry: the For Component}}
+
+  * {{{http://www.devshed.com/c/a/Apache/Apache-Tapestry-and-Listener-Methods-Conditional-Components-and-PageLink/}Apache Tapestry and Listener Methods, Conditional Components and PageLink}}
+
+  * {{{http://www.devshed.com/c/a/Apache/The-Properties-of-Tapestry-Pages/}The Properties of Tapestry Pages}}
+
+  * {{{http://www.devshed.com/c/a/Apache/A-Closer-Look-at-Simple-Components-in-Apache-Tapestry/}A Closer Look at Simple Components in Apache Tapestry}}
+
+  * {{{http://www.devshed.com/c/a/Apache/Introducing-Simple-Components-in-Apache-Tapestry/}Introducing Simple Components in Apache Tapestry}}
+
+  * {{{http://www.devshed.com/c/a/Apache/Creating-Your-First-Tapestry-Project/}Creating Your First Tapestry Project}}
+
+  * {{{http://www.devshed.com/c/a/Apache/Preparing-the-Workspace-for-Apache-Tapestry/}Preparing the Workspace for Apache Tapestry}}
+
+  * {{{http://www.devshed.com/c/a/Apache/Apache-Tapestry-4-Tutorial/}Apache Tapestry 4 Tutorial}}

Modified: tapestry/tapestry4/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/site.xml?view=diff&rev=537545&r1=537544&r2=537545
==============================================================================
--- tapestry/tapestry4/trunk/src/site/site.xml (original)
+++ tapestry/tapestry4/trunk/src/site/site.xml Sat May 12 20:19:29 2007
@@ -45,14 +45,16 @@
         </menu>
         
         <menu name="Documentation" >
-            
+
+            <item name="Tutorials" href="/tutorials/index.html" />
+
             <item name="Quick Start" href="/quickstart/helloworld.html" collapse="true">
                 <item name="Hello World" href="/quickstart/helloworld.html" />
                 <item name="Direct Links" href="/quickstart/directlink.html" />
                 <item name="Forms" href="/quickstart/forms.html" />
                 <item name="Contributed" href="/quickstart/contributed.html" />
             </item>
-            
+
             <item name="Users Guide" href="/usersguide/index.html" collapse="true">
                 <item name="Introduction" href="/usersguide/index.html" />
                 <item name="Templates" href="usersguide/template.html" />

Modified: tapestry/tapestry4/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/index.xml?view=diff&rev=537545&r1=537544&r2=537545
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/index.xml Sat May 12 20:19:29 2007
@@ -65,7 +65,12 @@
                                     <em>(Such as x/y coordinates of mouse clicks, event targets, etc..This is pretty
                                     much a literal one-to-one mapping to real browser generated Events.)</em></li>
             </ul>
-            
+
+            <br />
+            <p><strong>New Tutorials!:</strong></p><br/>
+            <p><a href="/tutorials/index.html">Devshed Tutorial Series</a> written by <a href="http://sundraw.ws/">Alexander Kolesnikov</a>.</p>
+
+            <br /><br />
             <p>
                 Tapestry is an open-source framework for creating dynamic, robust, highly scalable
                 web applications in Java. Tapestry complements and builds upon the standard Java