You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by bu...@apache.org on 2012/05/24 15:36:20 UTC

svn commit: r818953 - in /websites/staging/wookie/trunk/content: ./ wookie/docs/releases/0p10p0.html

Author: buildbot
Date: Thu May 24 13:36:20 2012
New Revision: 818953

Log:
Staging update by buildbot for wookie

Added:
    websites/staging/wookie/trunk/content/wookie/docs/releases/0p10p0.html
Modified:
    websites/staging/wookie/trunk/content/   (props changed)

Propchange: websites/staging/wookie/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 24 13:36:20 2012
@@ -1 +1 @@
-1342255
+1342257

Added: websites/staging/wookie/trunk/content/wookie/docs/releases/0p10p0.html
==============================================================================
--- websites/staging/wookie/trunk/content/wookie/docs/releases/0p10p0.html (added)
+++ websites/staging/wookie/trunk/content/wookie/docs/releases/0p10p0.html Thu May 24 13:36:20 2012
@@ -0,0 +1,121 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+-->
+
+  <link href="/wookie/css/wookie.css" rel="stylesheet" type="text/css">
+  <link href="/wookie/css/code.css" rel="stylesheet" type="text/css">
+  <title>Apache Wookie (Incubating) - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img alt="Apache Wookie (Incubating)" src="/wookie/images/logo.png"/>
+    <h1 class="title"></h1>
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="/wookie/index.html">Home</a></li>
+<li><a href="/wookie/news.html">News</a></li>
+<li><a href="/wookie/docs/download.html">Download</a></li>
+<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+</ul>
+<h1 id="documentation">Documentation</h1>
+<ul>
+<li><a href="/wookie/docs/download.html">Download and Quickstart</a></li>
+<li><a href="/wookie/docs/admin.html">Server Admin</a></li>
+<li><a href="/wookie/docs/embedding.html">Embedding</a></li>
+<li><a href="/wookie/docs/shindig.html">Integrating with Shindig</a></li>
+<li><a href="/wookie/docs/widgets.html">Building widgets</a></li>
+<li><a href="/wookie/docs/faq.html">FAQ</a></li>
+<li><a href="/wookie/docs/api.html">API Reference</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/wookie/get-involved.html">Get Involved</a></li>
+<li><a href="/wookie/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/wookie/people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/wookie/docs/source.html">Getting Started</a></li>
+<li><a href="/wookie/docs/developer/running.html">Running</a></li>
+<li><a href="/wookie/docs/templates.html">Widget Templates</a></li>
+<li><a href="/wookie/docs/developer/features.html">Extension Features</a></li>
+<li><a href="/wookie/docs/developer/widgets.html">Deploying Widgets</a></li>
+<li><a href="/wookie/docs/develop.html">Environment</a></li>
+<li><a href="/wookie/docs/developer/release-management.html">Release Management</a></li>
+<li><a href="/wookie/docs/developer/issues.html">Issue Tracker</a></li>
+<li><a href="/wookie/docs/developer/index.html">Management</a></li>
+<li><a href="/wookie/docs/developer/parser.html">W3C Widget Parser</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 id="new-and-noteworthy-0100">New and Noteworthy: 0.10.0</h1>
+<h2 id="new-api-key-management">New API key management</h2>
+<p>API Keys are now managed using a text file on the server rather than require database access, allowing
+an admin to more easily add, comment out or remove API keys. For more information see</p>
+<p>http://incubator.apache.org/wookie/docs/admin.html</p>
+<h2 id="json-apis">JSON APIs</h2>
+<p>Most of the Wookie APIs now support JSON; to use JSON either send an Accepts header with the JSON mime type
+in the request, or append ?format=json to the request URL.</p>
+<h2 id="improved-upload-api">Improved upload API</h2>
+<p>You can now add widgets to a running Wookie installation by simply POSTing the widget to /widgets with
+widgetadmin credentials; unlike in 0.9.2 the installation is performed immediately and feedback provided. 
+The Widget's metadata is also returned in a successful response.</p>
+<h2 id="download-api">Download API</h2>
+<p>As well as uploading .wgt files, you can download as well! If you send a GET request to /widgets/{widget}
+using a Accept type of "application/widget" the original .wgt package is returned.</p>
+<h2 id="no-jsp-ui-new-demo-application">No JSP UI; new "demo" application</h2>
+<p>In 0.10.0 we no longer have an Admin JSP application or any other required user interface. Instead we have
+a very simple JQuery demo application for quickly testing widgets. All the administration features that
+used to be in JSP pages are instead available via REST API or editing configuration files.</p>
+<h2 id="improved-connector-framework-for-java">Improved connector framework for Java</h2>
+<p>The Java connector now supports the whole of the Wookie REST API including admin functions, not just creating 
+widget instances.</p>
+<h2 id="openajax-feature">OpenAjax Feature</h2>
+<p>There is a new Feature extension for OpenAjax Hub, enabling inter-widget communication in environments that
+support OpenAjax Managed Hub such as Apache Rave.</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2012 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>