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 2010/09/21 06:22:33 UTC

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

Author: sabob
Date: Tue Sep 21 04:22:33 2010
New Revision: 999212

URL: http://svn.apache.org/viewvc?rev=999212&view=rev
Log:
added Portlet faq

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

Modified: click/trunk/click/documentation/docs/faq.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/faq.html?rev=999212&r1=999211&r2=999212&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/faq.html (original)
+++ click/trunk/click/documentation/docs/faq.html Tue Sep 21 04:22:33 2010
@@ -85,6 +85,8 @@
   </li>
   <li><a href="#why-velocity">Why doesn't Click use FreeMarker as the default rendering engine?</a>
   </li>
+  <li><a href="#portlet">Can Click be used to develop Portlet applications?</a>
+  </li>
   <li><a href="#why-click">Why develop a new Web Application Framework?</a>
   </li>
 </ol>
@@ -819,8 +821,20 @@ public MyPage extends Page {
   </dd>
 
 
+  <dt><a name="portlet"></a>
+      <b>24.&nbsp; Can Click be used to develop Portlet applications?</b>
+  </dt>
+  <dd>
+  Unfortunately no. Click is built on top of the Servlet specification which is
+  incompatible with the Portlet specification. However in a future Click release
+  the <a target="_blank" class="external" href="http://portals.apache.org/bridges/">Portals Bridges</a>
+  project could be leveraged to allow Click applications to run inside a Portlet
+  container.
+  </dd>
+
+
   <dt><a name="why-click"></a>
-      <b>24.&nbsp; Why develop a new Web Application Framework?</b>
+      <b>25.&nbsp; Why develop a new Web Application Framework?</b>
   </dt>
   <dd>
   Because the existing frameworks did not meet my needs. Struts doesn't really do much,