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"

(Links)
Line 4: Line 4:
 
<td>
 
<td>
  
=== Welcome to the <b>Eclipse Persistence Services Project (EclipseLink)</b> wiki home ===
+
=== Welcome to the <b>Eclipse Persistence Services Project (EclipseLink)</b> Development Home ===
The EclipseLink project provides a runtime persistence solution focussed on leading standards and extended functionality needed for today's enterprise Java and SOA application development. EclipseLink offers support for:
+
This page is focussed on information about current development and development process for the comitters of the EclipseLink project.
* [[/FAQ/WhatIsOR |Object-Relational (JPA)]]
+
 
* [[/FAQ/WhatIsMOXy |MOXy: Object-XML (JAXB)]]
+
* [[/FAQ/WhatIsSDO |Service Data Objects (SDO)]]
+
* [[/FAQ/WhatIsEIS |Non-Relational (EIS via JCA)]]
+
EclipseLink is a sub-project of the Technology Project and is currently in its incubation phase.  
+
 
</td>
 
</td>
 
<td rowspan="2" width="310" style="background-color: #bbbad2; border-width: 1px; border-style: solid; border-color: #fabd23; padding: 10px;">
 
<td rowspan="2" width="310" style="background-color: #bbbad2; border-width: 1px; border-style: solid; border-color: #fabd23; padding: 10px;">
Line 26: Line 22:
 
* [http://eclipselink.blogspot.com EclipseLink Team Blog]
 
* [http://eclipselink.blogspot.com EclipseLink Team Blog]
 
* [http://java-persistence.blogspot.com Doug's Java Persistence Blog]
 
* [http://java-persistence.blogspot.com Doug's Java Persistence Blog]
 
=== User Documents ===
 
* [[EclipseLink/UserManual|User Manual]]
 
* [[EclipseLink/HowTos|How Tos]]
 
* [[EclipseLink/Examples|Examples]]
 
  
 
=== Development Documents ===
 
=== Development Documents ===
Line 63: Line 54:
 
</td>
 
</td>
 
</tr>
 
</tr>
 
+
</table>
<tr>
+
<td colspan="2">
+
=== Articles ===
+
 
+
* [http://www.oracle.com/corporate/press/2007_mar/OpenSource-TopLink.html Announcement: Oracle Proposes Open Source Persistence Project at Eclipse Foundation]
+
</td>
+
</tr></table>
+
[[Category:EclipseLink]]
+
  
 
=== EclipseLink Development Process ===
 
=== EclipseLink Development Process ===
Line 84: Line 67:
 
== Design Docs ==
 
== Design Docs ==
 
[[EclipseLink/Development/DesignDocs/Template|design doc template]]
 
[[EclipseLink/Development/DesignDocs/Template|design doc template]]
 +
 +
[[Category:EclipseLink]]

Revision as of 12:03, 9 October 2007

Welcome to the Eclipse Persistence Services Project (EclipseLink) Development Home

This page is focussed on information about current development and development process for the comitters of the EclipseLink project.

Links

Newsgroups & Mailing Lists

Blogs

Development Documents

Project Status/News

EclipseLink Development Process

The development process for working on EclipseLink is based on the agile development process Scrum. In a nutshell, a prioitized backlog is created and kept up to date using input from the community. The task list is the work that is done in a Sprint, organized by componant.

Features and Enhancements

Features and Enhancements will have a BugZilla enhancement associated with it. A functional specification and design document will be created for each each feature. A review of these docs will be initially done by mailing list (eclipselink-dev@eclipse.org) and by meeting if followup is required. Prior to code being checked in, code reviews will be done through the mailing list (eclipselink-dev@eclipse.org).

Bugs

Docs are usually note required for bug fixes. Prior to code being checked in, code reviews will be done through the mailing list (eclipselink-dev@eclipse.org).

Design Docs

design doc template

Back to the top