You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/06/09 17:54:39 UTC

svn commit: r413078 - in /tapestry/tapestry-site/trunk/src/site: ./ resources/images/ xdoc/

Author: jkuhnert
Date: Fri Jun  9 08:54:38 2006
New Revision: 413078

URL: http://svn.apache.org/viewvc?rev=413078&view=rev
Log:
Added news/books stuff and published. 

Added:
    tapestry/tapestry-site/trunk/src/site/resources/images/
    tapestry/tapestry-site/trunk/src/site/resources/images/2006_dukeschoice.jpg   (with props)
    tapestry/tapestry-site/trunk/src/site/resources/images/ewdt_tong_cover.jpg   (with props)
    tapestry/tapestry-site/trunk/src/site/resources/images/tapestry-german-cover.gif   (with props)
    tapestry/tapestry-site/trunk/src/site/resources/images/tapestry-in-action.png   (with props)
    tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml   (with props)
    tapestry/tapestry-site/trunk/src/site/xdoc/news.xml   (with props)
Modified:
    tapestry/tapestry-site/trunk/src/site/site.xml

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

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

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

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

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

Propchange: tapestry/tapestry-site/trunk/src/site/resources/images/tapestry-german-cover.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: tapestry/tapestry-site/trunk/src/site/resources/images/tapestry-in-action.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?rev=413078&r1=413077&r2=413078&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Fri Jun  9 08:54:38 2006
@@ -34,12 +34,18 @@
             <item name="Home" href="/index.html" />
             <item name="Blog" href="http://howardlewisship.com/blog/" />
             <item name="Download" href="/download.html" />
+            <item name="News" href="/news.html" />
+            <item name="Books and Articles" href="/articles.html" />
         </menu>
 
         <menu name="Versions">
             <item name="Tapestry 5 - (unreleased)" href="http://tapestry.apache.org/tapestry5" />
             <item name="Tapestry 4 - current stable" href="http://tapestry.apache.org/tapestry4" />
             <item name="Tapestry 3" href="http://tapestry.apache.org/tapestry3" />
+        </menu>
+        
+        <menu name="Support">
+            <item name="Tapestry Support" href="http://tapestrysupport.com" />
         </menu>
         
         <menu name="Integration">

Added: 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=413078&view=auto
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml (added)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml Fri Jun  9 08:54:38 2006
@@ -0,0 +1,125 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Articles on Tapestry</title>
+    <author email="jkuhnert@apache.org">Jesse Kuhnert</author>
+  </properties>
+  <body>
+    <section name="Books on Tapestry">
+
+      <img src="images/tapestry-in-action.png" title="Tapestry in Action" style="float:left;" />
+      <div style="margin-left: 125px">
+        <p><a href="http://www.manning.com/lewisship/index.html"><strong>Tapestry in Action</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>Authors:</strong>
+            <a href="http://howardlewisship.com">Howard M. Lewis-Ship</a>
+          </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>
+        
+        <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>
+        </ul>
+      </div>
+      <hr style="margin-top: 1em; margin-bottom: 1em;"/>
+
+      <img src="images/ewdt_tong_cover.jpg" title="Enjoy Web Development with Tapestry" style="float:left;" />
+      <div style="margin-left: 125px">
+        <p><a href="http://www.agileskills2.org/EWDT/"><strong>Enjoy Web Development with Tapestry</strong></a></p>
+
+        <ul>
+          <li><strong>Covers:</strong>Tapestry 4/3</li>
+          <li><strong>Publisher:</strong>Agile Skills</li>
+          <li><strong>Published:</strong>2005</li>
+          <li><strong>Authors:</strong>
+            <a href="http://www.agileskills2.org/EWDT/">Kent Tong</a>
+          </li>
+        </ul>
+  
+        <p>
+          Enjoy Web Development with Tapestry by Kent Tong covers Tapestry 4.0 (as well as 3.0) and 
+          is available in PDF and hard-copy formats.
+        </p>
+        
+        <ul>
+          <li>How to use work with Tapestry 4</li>
+          <li>How to use Tomcat with Tapestry</li>
+          <li>How to use Hivemind with Tapestry</li>
+          <li>How to do test-driven development (TDD) with Tapestry and HtmlUnit</li>
+          <li>How to integrate Struts with Tapestry</li>
+          <li>How to integrate Hibernate transparently with Tapestry</li>
+          <li>How to use PostgreSQL and DBCP connection pooling with Tapestryn</li>
+          <li>How to apply the four layered architecture in a Tapestry application</li>
+          <li>How to handle concurrent accesses in a Tapestry application</li>
+          <li>How to use the Table component</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="margin-left: 125px">
+        <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></a></p>
+        
+        <ul>
+          <li><strong>Covers:</strong>Tapestry 3</li>
+          <li><strong>Publisher:</strong>S&amp;S</li>
+          <li><strong>Published:</strong>2004</li>
+          <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>
+        
+        <ul>
+          <li>Web Frameworks, JavaServer Faces, .NET Web Forms und Tapestry</li>
+          <li>Installation und Einbindung in Tomcat und JBoss</li>
+          <li>Einstieg in Tapestry, HelloWorld</li>
+          <li>Aufbau und Anwendung von Komponenten</li>
+          <li>Formular-Validierung, JavaScript-Support, Internationalisierung</li>
+          <li>Tapestry-Scope-Objekte (Visit, Global), Engines</li>
+          <li>Inspector, Eclipse Plug-in Spindle</li>
+          <li>Persistenz für Tapestry: JDO, Hibernate, Toplink und exotische Mapper</li>
+        </ul>
+      </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>
+      
+      <div style="margin-top: 1.5em;">
+        <table>
+          <tr>
+            <th>Title</th>
+            <th>Publisher</th>
+            <th>Author</th>
+            <th>Published</th>
+          </tr> 
+        </table>
+      </div>
+    </section>
+  </body>
+</document>

Propchange: tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tapestry/tapestry-site/trunk/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/news.xml?rev=413078&view=auto
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/news.xml (added)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/news.xml Fri Jun  9 08:54:38 2006
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>News</title>
+    <author email="jkuhnert@apache.org">Jesse Kuhnert</author>
+  </properties>
+  <body>
+    <section name="General">
+        <p>Keep up to date with the latest events on tapestry.</p>
+        
+        <section name="Moving to TLP">
+            <p>
+                Tapestry has been moved to <a href="http://tapestry.apache.org">http://tapestry.apache.org</a>, 
+                making it a Top Level Project at the ASF.
+            </p>
+        </section>
+        
+    </section>
+    
+    <section name="Awards">
+        <p>Various awards/recognition receieved.</p>
+        <section name="2006 Dukes Choice award!">
+        <p>
+        <img src="images/2006_dukeschoice.jpg" width="440" height="133" title="2006 Dukes Choice Award" />
+        </p>
+        <p>
+            Tapestry was honored with this years <a href="http://java.sun.com/javaone/sf/dukes_choice_awards.jsp">Duke Choice Award</a> for being an innovative framework. 
+        </p>
+        </section>
+    </section>
+    
+    <section name="Upcoming Conferences">
+      <p>
+        Keep track of upcoming conferences where a tapestry related topic will be covered.
+      </p>
+      
+      <div style="margin-top: 1.5em;">
+        <table>
+          <tr>
+            <th>Name</th>
+            <th>When</th>
+            <th>Where</th>
+            <th>Who</th>
+          </tr> 
+          <tr>
+            <td><a href="http://conferences.oreillynet.com/os2006/">2006 OSCON</a></td>
+            <td>July 24-28, 2006</td>
+            <td>Portland, Oregon</td>
+            <td><a href="http://howardlewisship.com">Howard M. Lewis-Ship</a></td>
+          </tr>
+        </table>
+      </div>
+    </section>
+  </body>
+</document>

Propchange: tapestry/tapestry-site/trunk/src/site/xdoc/news.xml
------------------------------------------------------------------------------
    svn:eol-style = native