You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by me...@apache.org on 2009/05/23 15:09:00 UTC

svn commit: r777910 - /incubator/click/trunk/click/documentation/docs/faq.html

Author: medgar
Date: Sat May 23 13:09:00 2009
New Revision: 777910

URL: http://svn.apache.org/viewvc?rev=777910&view=rev
Log:
doco updates

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

Modified: incubator/click/trunk/click/documentation/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/faq.html?rev=777910&r1=777909&r2=777910&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/faq.html (original)
+++ incubator/click/trunk/click/documentation/docs/faq.html Sat May 23 13:09:00 2009
@@ -489,17 +489,13 @@
    To get Click and Cayenne to work happily with each other you will need to 
    include the following JAR files in your WEB-INF/lib directory:
    <ul style="margin-top:1em;">
-    <li>ashwood-1.1.jar</li>
-    <li>cayenne-nodeps-1.2.x.jar</li>
-    <li>click-1.x.jar</li>
-    <li>click-extras-1.x.jar</li>
-    <li>log4j-1.2.x.jar</li>
-    <li>oro-2.0.8.jar</li>
+    <li>ashwood-2.0.jar</li>
+    <li>cayenne-server-3x.jar</li>
+    <li>click-2x.jar</li>
+    <li>click-extras-2x.jar</li>
+    <li>commons-collections-3.1.jar</li>
+    <li>commons-logging-1.1.jar</li>
    </ul>
-   The default Cayenne JAR includes Velocity 1.3 which is not compatible with
-   Click which uses Velocity 1.5-dev, so instead we use the Cayenne no 
-   dependencies JAR. When using Cayenne nodeps JAR we need to add some additional
-   Java libraries which include ashwood, log4j and oro.
   </dd>
 
 
@@ -510,7 +506,7 @@
    To integrate Spring with Click configure the
    <a href="extras-api/org/apache/click/extras/spring/SpringClickServlet.html">SpringClickServlet</a>
    instead of the normal ClickServlet. The SpringClickServlet is contained in the 
-   <a href="extras.html">Extras</a> library.
+   <a href="extras.html">Extras</a> library and provides exellent integration options.
    <p/>
    The Spring MVC Framework however, is not compatible with Click. The Spring framework
    uses a low level command pattern design like Struts and WebWork.