Author: taylor
Date: Sat Jan 15 21:13:54 2011
New Revision: 1059413
URL: http://svn.apache.org/viewvc?rev=1059413&view=rev
Log:
first draft of roadmap for 2011
Added:
portals/site/jetspeed/jetspeed-2.2/src/site/xdoc/roadmap.xml
Modified:
portals/site/jetspeed/jetspeed-2.2/src/site/site.xml
Modified: portals/site/jetspeed/jetspeed-2.2/src/site/site.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/src/site/site.xml?rev=1059413&r1=1059412&r2=1059413&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.2/src/site/site.xml (original)
+++ portals/site/jetspeed/jetspeed-2.2/src/site/site.xml Sat Jan 15 21:13:54
2011
@@ -42,7 +42,8 @@
<item name="Welcome" href="index.html" />
<item name="Features" href="features.html" />
<item name="Getting Started" href="getting-started.html" />
- <item name="Jetspeed Online Demos" href="demo.html"/>
+ <item name="Online Demos" href="demo.html"/>
+ <item name="Roadmap" href="roadmap.html" />
</menu>
<menu name="Get Jetspeed">
Added: portals/site/jetspeed/jetspeed-2.2/src/site/xdoc/roadmap.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/src/site/xdoc/roadmap.xml?rev=1059413&view=auto
==============================================================================
--- portals/site/jetspeed/jetspeed-2.2/src/site/xdoc/roadmap.xml (added)
+++ portals/site/jetspeed/jetspeed-2.2/src/site/xdoc/roadmap.xml Sat Jan 15
21:13:54 2011
@@ -0,0 +1,174 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<document>
+ <properties>
+ <title>Jetspeed Roadmap</title>
+ <subtitle>Roadmap for the year 2011</subtitle>
+ <authors>
+ <person name="David Sean Taylor" email="[email protected]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Timeline">
+ <p>Timeline of 2011 releases</p>
+ <ul>
+ <li>by end of Q1 - 2.2.2 Release</li>
+ <li>by end of Q2 - 2.2.3 Release</li>
+ <li>by end of Q4 - 2.2.4 Release</li>
+ </ul>
+ </section>
+ <section name="2.2.2 Release">
+ <ul>
+ <li><b>Portlet instances</b><br/>
+ <p>Instances allow site editors to quickly create new portlet
variants based on
+ modified preference and other descriptor settings. Use
case: a customized
+ IFrame portlet with all preferences and localized metadata
pre-configured.
+ </p>
+
+ <ul>
+ <li>create portlet instances from a portlet (API)</li>
+ <li>wizard to create an instance from a portlet,
overriding preferences</li>
+ <li>Integrate with search, toolbox</li>
+ <li>protect instances from deletion on deployment</li>
+ </ul>
+ <em>feature lead: DST</em>
+ </li>
+ <br/>
+ <li><b>Documentation</b><br/>
+ <p></p>
+ <ul>
+ <li>LDAP documentation updated</li>
+ <li>Improve clarity, provide context where needed</li>
+ <li>Set up documentation team</li>
+ </ul>
+ <em>feature lead: RW</em>
+ </li>
+ <br/>
+ <li><b>Search Engine</b><br/>
+ <p>Improve Jetspeed Search Engine </p>
+ <ul>
+ <li>Continue the work on a more generic Search Engine
API</li>
+ <li>Implement user/user attribute search via new Search
Engine API as prove of concept</li>
+ </ul>
+ <em>feature lead: JM</em>
+ </li>
+ <br/>
+ <li><b>OSGi</b><br/>
+ <p>Support deployment to OSGi container</p>
+ <ul>
+ <li>Deployment on OSGi Web Container</li>
+ <li>OSGi portlet bridge</li>
+ </ul>
+ <em>feature lead: WK</em>
+ </li>
+ <br/>
+ <li><b>Extended Database Support</b><br/>
+ <p>Create/Seed database on jetspeed startup</p><br/>
+ <em>feature lead: VK</em>
+ </li>
+ <br/>
+ <li><b>Maintenance, Bug fixes</b><br/>
+ <p></p>
+ <ul>
+ <li>Performance improvements</li>
+ <li>Data Migration improvements</li>
+ <li>Maven 3.0 compliance</li>
+ <li>Bug fixes</li>
+ </ul>
+ <em>feature lead: team</em>
+ </li>
+ <br/>
+ <li><b>Domains</b><br/>
+ <p>Full support of multihosted domains on a single portal
deployment.</p>
+ <ul>
+ <li>add domains system folder</li>
+ <li>administer users by domain</li>
+ <li>domain valve to map request to domain</li>
+ <li>environments</li>
+ <li>delegated security by domain</li>
+ <li>security policy per domain</li>
+ </ul>
+ <em>feature lead: DST</em>
+ </li>
+ <br/>
+ </ul>
+ </section>
+ <section name="2.2.3 Release">
+ <p>The Jetspeed 2.2.3 release is scheduled for end of Q2
+ </p>
+ <ul>
+ <li><b>JetUI Enhancements</b><br/>
+ <p>Continue JetUI development started in 2.2.1</p>
+ <ul>
+ <li>customization of all template types (DPSML, TPSML,
DPSML)</li>
+ <li>additional layouts in jetui</li>
+ <li>nesting in jetui</li>
+ <li>add/remove columns</li>
+ <li>abstract jetui to work outside of jetspeed</li>
+ <li>preset arrangements (side by side)</li>
+ <li>tabbed menus, add / rename / delete in place</li>
+ <li>client side action handling</li>
+ </ul>
+ <em>feature lead: DST</em>
+ </li>
+ <br/>
+ <li><b>Jetspeed Microkernel (Lite)</b><br/>
+ <ul>
+ <li>a simple build of Jetspeed</li>
+ <li>no pages, no layout</li>
+ <li>no security</li>
+ <li>local PAs</li>
+ <li>eclipse / netbeans simple integration</li>
+ <li>API cleanup</li>
+ </ul>
+ <em>feature lead: WK,DST</em>
+ </li>
+ <br/>
+ <li><b>GWT Portlets (APA)</b><br/>
+ <p>GWT Portlet examples and infrastructure</p><br/>
+ <em>feature lead: BG</em>
+ </li>
+ <br/>
+ <li><b>Content Portlets (APA)</b></li>
+ <em>feature lead: WK</em>
+ <br/><br/>
+ <li><b>OAuth</b></li>
+ <br/>
+ </ul>
+ </section>
+ <section name="2.2.4 Release">
+ <p>The Jetspeed 2.2.4 release is scheduled for end of Q4
+ </p>
+ <ul>
+ <li><b>Jetspeed Express</b><br/>
+ <p>A more feature-enabled distribution of Jetspeed</p><br/>
+ <em>feature lead: VK</em>
+ </li>
+ <br/>
+ <li>Decorator Upgrade</li>
+ <li>Admin Portlets cleanup</li>
+ <li>Gadgets</li>
+ <li>XML cleanup</li>
+ <li>Cleanup Statistics Portlet</li>
+ <li>Replace OJB with JPA</li>
+ <li>Registry Export</li>
+ </ul>
+ </section>
+ </body>
+</document>
+