Author: scottbw
Date: Thu May 24 13:36:15 2012
New Revision: 1342257
URL: http://svn.apache.org/viewvc?rev=1342257&view=rev
Log:
added 0.10 new and noteworthy to website
Added:
incubator/wookie/site/trunk/content/wookie/docs/releases/0p10p0.mdtext
(with props)
Added: incubator/wookie/site/trunk/content/wookie/docs/releases/0p10p0.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/releases/0p10p0.mdtext?rev=1342257&view=auto
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/releases/0p10p0.mdtext
(added)
+++ incubator/wookie/site/trunk/content/wookie/docs/releases/0p10p0.mdtext Thu
May 24 13:36:15 2012
@@ -0,0 +1,58 @@
+Title:
+Notice: 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.
+
+# New and Noteworthy: 0.10.0
+
+## New API key management
+
+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
+
+http://incubator.apache.org/wookie/docs/admin.html
+
+## JSON APIs
+
+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.
+
+## Improved upload API
+
+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.
+
+## Download API
+
+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.
+
+## No JSP UI; new "demo" application
+
+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.
+
+## Improved connector framework for Java
+
+The Java connector now supports the whole of the Wookie REST API including
admin functions, not just creating
+widget instances.
+
+## OpenAjax Feature
+
+There is a new Feature extension for OpenAjax Hub, enabling inter-widget
communication in environments that
+support OpenAjax Managed Hub such as Apache Rave.
\ No newline at end of file
Propchange:
incubator/wookie/site/trunk/content/wookie/docs/releases/0p10p0.mdtext
------------------------------------------------------------------------------
svn:eol-style = native