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/11/06 12:58:19 UTC

svn commit: r833366 - /incubator/click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Fri Nov  6 11:58:18 2009
New Revision: 833366

URL: http://svn.apache.org/viewvc?rev=833366&view=rev
Log:
roadmap

Modified:
    incubator/click/trunk/click/documentation/docs/roadmap-changes.html

Modified: incubator/click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/roadmap-changes.html?rev=833366&r1=833365&r2=833366&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ incubator/click/trunk/click/documentation/docs/roadmap-changes.html Fri Nov  6 11:58:18 2009
@@ -257,6 +257,20 @@
           [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-406">406</a>].
       </li>
       <li class="change">
+          Added an Ant task, called DeployTask, for deploying static resources
+          at build time. This task is useful when deploying Click applications
+          in restricted environments. For more details see the section:
+          <a href="user-guide/html/ch04s03.html#deploying-restricted-env">deploying resources in a restricted environment</a>.
+      </li>
+      <li class="change">
+          Added a <a href="click-api/org/apache/click/service/ResourceService.html">ResourceService</a>,
+          for serving static resources at runtime. This service is useful when
+          deploying Click applications in restricted environments. For more details
+          see the section:
+          <a href="user-guide/html/ch04s03.html#deploying-restricted-env">deploying resources in a restricted environment</a>
+          [<a target='_blank' href="https://issues.apache.org/click/browse/CLK-564">564</a>].
+      </li>
+      <li class="change">
           Added method,
           <a href="click-api/org/apache/click/util/ClickUtils.html#createTemplateModel(org.apache.click.Page, org.apache.click.Context)">ClickUtils.createTemplateModel</a>,
           which returns a template model containing objects such as the Context