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/06/18 23:52:50 UTC

svn commit: r786302 - in /incubator/click/trunk/click: documentation/docs/roadmap-changes.html extras/src/org/apache/click/extras/gae/package.html

Author: sabob
Date: Thu Jun 18 21:52:50 2009
New Revision: 786302

URL: http://svn.apache.org/viewvc?rev=786302&view=rev
Log:
added Google App Engine support. CLK-560

Added:
    incubator/click/trunk/click/extras/src/org/apache/click/extras/gae/package.html
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=786302&r1=786301&r2=786302&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ incubator/click/trunk/click/documentation/docs/roadmap-changes.html Thu Jun 18 21:52:50 2009
@@ -149,7 +149,7 @@
       <li class="change">
           Added support for <a class="external" target="_blank" href="http://code.google.com/appengine/docs/java/overview.html">Google App Engine</a>,
           a free Java hosting environment from Google. This provides an ideal
-          environment for students and startups to quickly host their Click
+          environment for students and startups to easily host their Click
           applications online. See <a href="extras-api/org/apache/click/extras/gae/GoogleAppEngineListener.html">GoogleAppEngineListener</a>
           for details
           [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-560">560</a>].

Added: incubator/click/trunk/click/extras/src/org/apache/click/extras/gae/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/gae/package.html?rev=786302&view=auto
==============================================================================
--- incubator/click/trunk/click/extras/src/org/apache/click/extras/gae/package.html (added)
+++ incubator/click/trunk/click/extras/src/org/apache/click/extras/gae/package.html Thu Jun 18 21:52:50 2009
@@ -0,0 +1,26 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
+
+<body>
+Provides support for <a class="external" target="_blank" href="http://code.google.com/appengine/docs/java/overview.html">Google App Engine</a>,
+a free Java hosting environment from Google.
+<p/>
+GAE provides an ideal environment for students and startups to easily host their
+Click applications online.
+</body>
\ No newline at end of file