Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}
h1. How to get involved
The Apache Geronimo project was built by the open source community for the open source community - we welcome your input and contributions!
*What we are looking for:*
* Source code and fixes contributions
* Documentation assistance
* Product and feature suggestions
* Detailed and constructive feedback
* Articles and whitepapers

*How do I Contribute?*
* To discuss Apache Geronimo topics check out the [mailing lists|http://geronimo.apache.org/mailing.html].
* Informal discussion also occurs on the [#geronimo IRC channel|irc://irc.freenode.net/geronimo] on [freenode.net|http://freenode.net]. ([Help with IRC|http://www.irchelp.org/]). A log of this discussion can be found [here|http://servlet.uwyn.com/drone/log/bevinbot/geronimo].
* Bugs and other issues can be posted on the project [JIRA|http://issues.apache.org/jira/browse/GERONIMO].
* Project documentation and discussion can be found on the project's [wiki|http://cwiki.apache.org/geronimo].

h1. Roadmap - where do I fit?

This is a list of evolving ideas that will become features in the next version of Geronimo. The ideas are listed along with their originator(s). You are welcome to add your ideas here and/or at [Jira issues|http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220]. Be sure to discuss them first at [developers list|mailto:dev@geronimo.apache.org] or at [IRC|irc://irc.freenode.net/geronimo]. {color:#cc0000}√ {color} {color:#000000}means that this functionality is required for spec compliance.{color}
* [#The Server]
** [#Runtime]
** [#Deployment and Configuration]
* [#Build System]
** [#Maven Build]
** [#Ant Build]
** [#Gbuild]
** [#Installer]
* [#Documentation]
* [#Application Development and Migration]
* [#Administration]
* [#Performance]
* [#Integration with Third Party Software]
* [#Custom Server]
* [#Sub Projects]

h1. The Server


h2. Runtime

* Support for the multiple-protocols-over-one-port network listener
* Global non-persistent JNDI implementation - {color:#00cc66}Aaron Mulder{color}
* A JDBC network wrapper allowing a remote client to access a JDBC pool running in the server (WebLogic and OC4J may have this).

h3. Thread Pools - {color:#00cc66}Aaron Mulder{color}

* Consolidate all thread usage into a group of manageable thread pools. e.g. pools for WorkManager, network listeners and monitors (e.g. hot deploy directory monitor).
* Make Web, EJB containers use external thread pools.

h3. Security

* Integration with Other Security Servers -
** [http://jpam.sourceforge.net] {color:#00cc66}David Jenks, Jeff Genender{color}
** [http://acegisecurity.org/] {color:#00cc66}James Strachen{color}
The integration will be at two levels -
 Authorization based on subject/principal supplied by the security server
 Delegate the authorization decisions to the security server.
* Built-in simple user management apis and a console plugin that covers the 80% of use cases, username/password + groups, with the ability to add, remove, modify and suspend accounts.
* Intelligent Keystore Service - {color:#00cc66}Aaron Mulder{color}
Provide a more intelligent Keystore service that tracks available keystore(s) and can issue SocketFactories (or the NIO or J2SE 5 equivalent) preconfigured with the certificates it needs.
* Plugins for popular third-party app server add-on products like (for security) RSA, Tivoli AM, Netegrity. {color:#00cc66}Aaron Mulder{color}

h3. Hot Deployment - {color:#00cc66}Sachin Patel{color}

* Run off exploded directories

h3. Multiple server Instance Support -

* Support for running more than one instance of Geronimo out of the same installation (multiple /var directories, perhaps with one parent
ConfigStore in the main installation for the core code and one child ConfigStore in each /var for the individual instances).

h3. JSR \-77 - {color:#00cc66}Aaron Mulder{color}

* {color:#cc0000}√{color} JSR-77 statistics support for most of the server

h3. EJB 2.x - {color:#00cc66}Dain Sundstrom{color}

* Better Caching

h3. J2SE 5 support -

* Use new ORB

h3. JEE 5 -

* JSR 175 based annotations - {color:#00cc66}Sachin Patel{color}

h2. Deployment and Configuration


h3. JSR-88 Support - {color:#00cc66}Aaron Mulder{color}

* A standalone JSR-88 JAR (meaning, it actually includes all the other modules' code it needs in its own JAR).
* Complete JSR-88 DConfigBean support (presently we have only connectors, and not much of the GUI support for them at that). {color:#00cc66}Sachin Patel{color}
* A configuration option that would prevent an application from seeing resources, EJBs, etc. in any other application (e.g. only stuff in itself or top-level in the server).

* Full XDoclet and Ant support.

h3. Web Services - {color:#00cc66}Aaron Mulder, Erik Daughtrey{color}

* Provide an option for Stateless Session Bean web services to auto-generate WSDL, JAX-RPC mapping file, and webservices.xml.
* provide a command-line tool to generate these.

h1. Build System


h2. Maven Build

* Conversion to Maven 2 - {color:#00cc66}Jason Dillon{color}
* Publishing various artifacts - {color:#00cc66}Prasad Kashyap{color}
** Publishing the drivers/binaries from the daily builds.
* Testing - {color:#00cc66}Aaron Mulder{color}
** Integration tests that cover servlets, webservices and jms
** An organized effort to create test CMP EJBs with all possible data types (including BLOBs, CLOBs, etc.), and then run some create/update/search/delete tests against that on every database we can lay our hands on, and provide a clear list of which database products should use which syntax factories and which exception handlers and so on.
** Automated performance tests and tracking the results - {color:#00cc60}Sachin Patel{color}
** Trending information for other tests in addition to performance tests, e.g. code coverage, cts ,unit tests etc.
* Installer - {color:#00cc66}Eric Daughtrey{color}

h2. Ant Build

* Ant versions of the Geronimo Plugins - {color:#00cc66}Jason Dillon{color}

h1. Documentation

* Documentation - {color:#00cc66}Hernan Cunico{color}
** User Guide and Developer's Guide - for each major release.

h1. Application Development and Migration

* Incremental Update - {color:#00cc66}Dave Colasurdo{color}
 Provide a mechanism that allows users to apply fixes from a "dot" release to an existing binary installation (e.g. apply 2.0.1 fixes (jars) to an existing 2.0 installation)
* Migration - {color:#00cc66}Dave Colasurdo{color}
Provide a mechanism to migrate applications and configurations to a later release (e.g. user upgrade from 1.0 \-> 2.0)

h1. Administration


h2. Console - {color:#00cc66}Aaron Mulder, Joe Bohn{color}

* Remove embedded Pluto Portal Server in console, provide external dependency for "a Portal".
* Pluggable console component structure so that the admin functions are only included if the managed component is included in the assembly (ex. only include EJB management if an EJB container is included).
* Role based authorization for individual console activities (not just one size fits all).
* Clean up admin portlets for programming best practices.
* Extend console to keep up with new features (mgmt. of Portal Appls., clusters, etc...)
* Web Console configuration for clustered environment (one console with remote management?)
* Greater use of AJAX for more interactive admin on the console.

h1. Performance -

* Performance monitoring and management
** Application Response monitoring - {color:#00cc66}Alan D. Cabrera{color}

h1. Integration with Third Party Software

* IDE Integration -
* All others -
** Integration with Pluto Simple Portal
** Integration with Jetspeed 2 - {color:#00cc66}David Jenks, Jian Liao{color}
** Integration with James, Roller, OfBiz, Jira, drools - {color:#00cc66}David Jenks{color}

h1. Custom Servers -

* Little G -

h1. Sub Projects -

* Devtools - {color:#00cc66}Sachin Patel{color}
** Better tooling/runtime integration (GERONIMO-1526)
** XDoc integration into tools (hook into WTP content assist)
** Full UI editors/wizards pages for deployment plans

h1. Geronimo V1.0 Unassigned defects

{jiraissues:url=http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&&pid=10220&assigneeSelect=unassigned&status=1&sorter/field=versions&sorter/order=ASC&sorter/field=created&sorter/order=ASC&sorter/field=updated&sorter/order=DESC&tempMax=25&reset=true&decorator=none}
{jiraissues}