Suvarna Garge (Editor)

EclipseLink

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Eclipse Foundation

Written in
  
Java

Platform
  
Java platform

Development status
  
Active

Operating system
  
Cross-platform

Stable release
  
2.6.3 / May 5, 2016 (2016-05-05)

EclipseLink is the open source Eclipse Persistence Services Project from the Eclipse Foundation. The software provides an extensible framework that allows Java developers to interact with various data services, including databases, web services, Object XML mapping (OXM), and Enterprise Information Systems (EIS). EclipseLink supports a number of persistence standards including:

  • Java Persistence API (JPA)
  • Java Architecture for XML Binding (JAXB)
  • Java Connector Architecture (JCA)
  • Service Data Objects (SDO).
  • EclipseLink is based on the TopLink product from which Oracle contributed the source code to create the EclipseLink project. The original contribution was from TopLink's 11g code base, and the entire code-base/feature set was contributed, with only EJB 2 Container-Managed Persistence (CMP) and some minor Oracle Application Server specific integration removed. This differs from the TopLink Essentials GlassFish contribution, which did not include some key enterprise features. The package names were changed and some of the code and configuration was moved around.

    The TopLink Mapping Workbench user interface has also been contributed to the project.

    EclipseLink is the intended path forward for persistence for Oracle and TopLink. It is intended that the next major release of Oracle TopLink will include EclipseLink as well as the next major release of Oracle Application Server.

    EclipseLink supports usage in an OSGi environment.

    Sun Microsystems has selected the EclipseLink project to be the reference implementation for JPA 2.0., Oracle did the same for JPA 2.1.

    Webinar

  • EclipseLink Project and its Persistence Services by Doug Clarke
  • Developing Java Persistence API Applications with the NetBeans IDE and EclipseLink by Andrei Badea and Doug Clarke at JavaOne 2008
  • References

    EclipseLink Wikipedia