Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Incubator"

(New page: == EclipseLink Incubation == The (proposed) Incubation component of EclipseLink allows new functionality and prototypes to be developed in isolation of the shipped components and does not...)
 
Line 10: Line 10:
 
! Committer(s)
 
! Committer(s)
 
! Wiki
 
! Wiki
 +
! SVN Location
 
|-
 
|-
| [http://bugs.eclipse.org/200045 200045] Dynamic Persistence || [[User:Douglas.clarke.oracle.com | dclarke]] || [[EclipseLink/Development/JPA/Dynamic]]
+
| [http://bugs.eclipse.org/200045 200045] Dynamic Persistence || [[User:Douglas.clarke.oracle.com | dclarke]] || [[EclipseLink/Development/JPA/Dynamic]] || \trunk\incubation\dynamic
 
|-
 
|-
 
|}
 
|}
Line 17: Line 18:
 
=== Incubation Process Guidelines ===
 
=== Incubation Process Guidelines ===
  
The development of incubation sub-components is intended to be simple.
+
The development of incubation sub-components is intended to allow rapid innovation of ideas independent of the main development while still conforming to the Eclipse development and IP rules.  
  
 
==== Creating a new Incubation Sub-Component ====
 
==== Creating a new Incubation Sub-Component ====
Line 29: Line 30:
 
The creation and development of the sub-component should include the following:
 
The creation and development of the sub-component should include the following:
  
* Create a folder in the incubation component for the work /trunk/incubation/''my-project''
+
* Create a WIKI for the work under: wiki.eclipse.org/Development/...
* Create a WIKI for the work under: wiki.eclipse.org/Development/''MyProject''
+
** Explain the work being developed
+
** Functional requirements and design
 +
** How to download use and provide feedback
 +
 
 +
* Create a folder in the incubation component for the work /trunk/incubation/...
 +
** Folder should contain a project and ANT build/package scripts (''Note: These will only be executed manually'')
 +
 
 +
* During development ensure all commits clearly indicate the incubation sub-component and bug #
 +
** EXAMPLE: ''Incubation-Dynamic-200045: Added support for JPA eclispelink-orm.xml metadata processing''
  
 
==== Promoting an Incubation Sub-Component ====
 
==== Promoting an Incubation Sub-Component ====
  
After the incubation work has reached maturity and the owning committer(s) wish to promote it into the product
+
After the incubation work has reached maturity and the owning committer(s) wish to promote it into the product. This should be done under standard project development with other committers reviewing the requirements, design, implementation, and tests prior to committing.

Revision as of 12:14, 27 November 2008

EclipseLink Incubation

The (proposed) Incubation component of EclipseLink allows new functionality and prototypes to be developed in isolation of the shipped components and does not affect the regular build/test processes. Each incubation sub-component will exist on its own and will be developed in association with an open bug or enhancement request.

Current Incubation Sub-Components

Name Committer(s) Wiki SVN Location
200045 Dynamic Persistence dclarke EclipseLink/Development/JPA/Dynamic \trunk\incubation\dynamic

Incubation Process Guidelines

The development of incubation sub-components is intended to allow rapid innovation of ideas independent of the main development while still conforming to the Eclipse development and IP rules.

Creating a new Incubation Sub-Component

In order to create a new incubation sub-component the following steps should be followed:

  1. Open a bug or enhancement request for the proposed incubation work
  2. Send an email to the eclipselink-dev@eclipse.org mailing list proposing the bug for development in the incubation component
  3. At the next weekly committer meeting present the idea and seek approval

The creation and development of the sub-component should include the following:

  • Create a WIKI for the work under: wiki.eclipse.org/Development/...
    • Explain the work being developed
    • Functional requirements and design
    • How to download use and provide feedback
  • Create a folder in the incubation component for the work /trunk/incubation/...
    • Folder should contain a project and ANT build/package scripts (Note: These will only be executed manually)
  • During development ensure all commits clearly indicate the incubation sub-component and bug #
    • EXAMPLE: Incubation-Dynamic-200045: Added support for JPA eclispelink-orm.xml metadata processing

Promoting an Incubation Sub-Component

After the incubation work has reached maturity and the owning committer(s) wish to promote it into the product. This should be done under standard project development with other committers reviewing the requirements, design, implementation, and tests prior to committing.

Back to the top