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/Release/1.0"

Line 25: Line 25:
 
** Workbench utility enabling meet in the middle mapping for classic ORM, OXM, and EIS
 
** Workbench utility enabling meet in the middle mapping for classic ORM, OXM, and EIS
 
* Documentation is provided through the [http://wiki.eclipse.org/EclipseLink/UserGuide User Guide (wiki)]
 
* Documentation is provided through the [http://wiki.eclipse.org/EclipseLink/UserGuide User Guide (wiki)]
* [[Eclipselink/Examples]]: A growing set of how-to's, functional examples, and tutorials illustrating the use of EclipseLink.
+
* [[EclipseLink/Examples]]: A growing set of how-to's, functional examples, and tutorials illustrating the use of EclipseLink.
  
 
For a complete list of features please see [[EclipseLink/Features]].
 
For a complete list of features please see [[EclipseLink/Features]].

Revision as of 13:07, 7 July 2008

Release Notes

The 1.0 release is the first release of the Eclipse Persistence Services (EclipseLink) project. It brings the entire functionality of Oracle's TopLink product to the entire Java community with the first comprehensive open source persistence solution. The EclipseLink committers are very proud to deliver this initial release and encourages all developers to download the release, try it out, provide feedback, and join this growing community of users, contributors, and committers.

Features

The 1.0 release of EclipseLink provides support for Object-Relational persistence with its JPA component, Object-XML binding with its MOXy component, and the Service Data Objects (SDO) component... The following are some highlights of the features supported in this release.

  • JPA: Implements the 1.0 specification with many advanced features
  • MOXy: Implements JAXB2 features as well as enabling meet in the middle mapping
  • SDO: Implementing the 2.1 specification
  • Foundation
    • Common core shared across the other persistence services
    • Includes the classic (native) object-relational mapping, object-XML binding and EIS mapping support
  • Utilities
    • Migration utilities to help customers using TopLink Essentials or previous versions of Oracle TopLink to migrate to EclipseLink
    • Workbench utility enabling meet in the middle mapping for classic ORM, OXM, and EIS
  • Documentation is provided through the User Guide (wiki)
  • EclipseLink/Examples: A growing set of how-to's, functional examples, and tutorials illustrating the use of EclipseLink.

For a complete list of features please see EclipseLink/Features.

Download

Installation

Getting Started

Back to the top