You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/07/29 23:01:42 UTC

svn commit: r799077 - /incubator/click/trunk/click/documentation/docs/extentions.html

Author: sabob
Date: Wed Jul 29 21:01:42 2009
New Revision: 799077

URL: http://svn.apache.org/viewvc?rev=799077&view=rev
Log:
updated extension projects

Modified:
    incubator/click/trunk/click/documentation/docs/extentions.html

Modified: incubator/click/trunk/click/documentation/docs/extentions.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/extentions.html?rev=799077&r1=799076&r2=799077&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/extentions.html (original)
+++ incubator/click/trunk/click/documentation/docs/extentions.html Wed Jul 29 21:01:42 2009
@@ -33,7 +33,7 @@
     </head>
     <body>
 
-        <h1>Click Extensions</h1>
+        <h1>Apache Click Extensions</h1>
 
         There are a number of extension projects that provides extra features
         and components.
@@ -43,6 +43,14 @@
 
         <ul>
             <li>
+                <a class="external" target="_blank" href="http://code.google.com/p/clickclick/">ClickClick</a>
+                is a community based extensions project providing many new
+                components and seamless Ajax integration. ClickClick consists
+                of multiple subprojects including integration with
+                <a class="external" target="_blank" href="http://jquery.com/">jQuery</a> and
+                <a class="external" target="_blank" href="http://mootools.net/">MooTools</a>.
+            </li>
+            <li>
                 <a class="external" target="_blank" href="http://code.google.com/p/click-calendar/">Click Calendar</a>
                 provides a DHTML popup Calendar component for Click. The Calendar component is
                 based upon the JSCalendar library <a class="external" target="_blank" href="http://www.dynarch.com/projects/calendar/">http://www.dynarch.com/projects/calendar/</a>
@@ -52,9 +60,16 @@
                 provides common Chart components for Click. The Chart components
                 are based upon the JavaScript library <a class="external" target="_blank" href="http://www.walterzorn.com">http://www.walterzorn.com</a>.
             </li>
+            <li>
+                <a class="external" target="_blank" href="http://code.google.com/p/chainer/">Chainer</a>
+                is a simple tool for generating JavaBean subclasses where
+                methods can be chained. You can use Chainer to generate Control
+                subclasses to enable method chaining.
+            </li>
         </ul>
 
-        Any questions regarding these projects should be raised on one of the <a href="click-online.html#mailing-lists">Click mailing</a> lists.
+        If you have any questions or would like to contribute to these projects
+        you can send an email to our <a href="click-online.html#mailing-lists">mailing list</a>.
     </body>
 </html>