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 2006/10/10 21:44:35 UTC

svn commit: r462529 - in /tapestry/tapestry-site/trunk/src/site: site.xml xdoc/index.xml

Author: hlship
Date: Tue Oct 10 12:44:34 2006
New Revision: 462529

URL: http://svn.apache.org/viewvc?view=rev&rev=462529
Log:
Add link to NetBeans Tapestry module.

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

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?view=diff&rev=462529&r1=462528&r2=462529
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Tue Oct 10 12:44:34 2006
@@ -46,13 +46,5 @@
         <menu name="Support">
             <item name="Tapestry Support" href="/support.html"/>
         </menu>
-        <menu name="Eclipse Support">
-            <item name="Cognition" href="http://www.thelabllc.com"/>
-            <item name="eZing Builder" href="http://ezingbuilder.sourceforge.net/cms/"/>
-            <item name="Spindle" href="http://spindle.sourceforge.net"/>
-            <item name="Spindle Palette" href="http://tapestrypalette.sourceforge.net"/>
-        </menu>
-        <menu name="IDEA Support">
-            <item name="TapIDEA" href="http://tapidea.javaforge.com"/>
-        </menu> ${reports} </body>
+        ${reports} </body>
 </project>

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=462529&r1=462528&r2=462529
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/index.xml Tue Oct 10 12:44:34 2006
@@ -190,6 +190,57 @@
                 </tr>
             </table>
         </section>
+        
+        <section name="IDE Integration">
+            
+            <p> These open-source, third party extensions allow you to more easily develop your Tapestry applications
+                using popular IDEs. </p>
+            
+            <table>
+                <tr>
+                    <td> Eclipse </td>
+                    <td>
+                        <a href="http://www.thelabllc.com">Cognition</a>
+                    </td>
+                    <td> Visual builder for database applications, driven by database object model. </td>
+                </tr>
+                <tr>
+                    <td/>
+                    <td>
+                        <a href="http://ezingbuilder.sourceforge.net/cms/">eZing Builder</a>
+                    </td>
+                    <td> Visual editor for HTML with Tapestry extensions. </td>
+                </tr>
+                <tr>
+                    <td/>
+                    <td>
+                        <a href="http://spindle.sourceforge.net">Spindle</a>
+                    </td>
+                    <td> Integrated editting and simple refactoring. Stable version is Tapestry 3 only. </td>
+                </tr>
+                <tr>
+                    <td/>
+                    <td>
+                        <a href="http://tapestrypalette.sourceforge.net">Palette</a>
+                    </td>
+                    <td> Extends Spindle with palette-based drag and drop editting. </td>
+                </tr>
+                <tr>
+                    <td>IDEA</td>
+                    <td>
+                        <a href="http://tapidea.javaforge.com">TapIDEA</a>
+                    </td>
+                    <td>Based on part of the Spindle code base.</td>
+                </tr>
+                <tr>
+                    <td>NetBeans</td>
+                    <td>
+                        <a href="https://nbtapestrysupport.dev.java.net/">nbtapestrysupport</a>
+                    </td>
+                    <td>Wizards for creating new Tapestry files and elements within files.</td>
+                </tr>
+            </table>
+            
+        </section>
     </body>
 </document>
-