Jump to content

EclipseLink: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rro4785 (talk | contribs)
mNo edit summary
Rescuing 1 sources and tagging 1 as dead. #IABot (v1.5.2)
Line 49: Line 49:


== Webinar ==
== Webinar ==
*[https://admin.adobe.acrobat.com/_a300965365/p55062059/ EclipseLink Project and its Persistence Services] by Doug Clarke
*[https://admin.adobe.acrobat.com/_a300965365/p55062059/ EclipseLink Project and its Persistence Services]{{dead link|date=September 2017 |bot=InternetArchiveBot |fix-attempted=yes }} by Doug Clarke
*[http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-5400&yr=2008&track=tools Developing Java Persistence API Applications with the NetBeans IDE and EclipseLink] by Andrei Badea and Doug Clarke at JavaOne 2008
*[http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-5400&yr=2008&track=tools Developing Java Persistence API Applications with the NetBeans IDE and EclipseLink] by Andrei Badea and Doug Clarke at JavaOne 2008


Line 55: Line 55:
*[http://www.eclipse.org/eclipselink/ EclipseLink Home]
*[http://www.eclipse.org/eclipselink/ EclipseLink Home]
*[http://www.vogella.de/articles/JavaPersistenceAPI/article.html Java Persistence API (JPA) with EclipseLink Tutorial] by Lars Vogel
*[http://www.vogella.de/articles/JavaPersistenceAPI/article.html Java Persistence API (JPA) with EclipseLink Tutorial] by Lars Vogel
*[http://www.nabble.com/EclipseLink-f26430.html EclipseLink Nabble Forum]
*[https://web.archive.org/web/20080218054507/http://www.nabble.com/EclipseLink-f26430.html EclipseLink Nabble Forum]
*[http://www.javatips.net/blog/2012/12/java-persistence-jpa-2-0-tutorial-with-eclipselink Java Persistence (JPA 2.0) Tutorial With EclipseLink]
*[http://www.javatips.net/blog/2012/12/java-persistence-jpa-2-0-tutorial-with-eclipselink Java Persistence (JPA 2.0) Tutorial With EclipseLink]



Revision as of 17:15, 16 September 2017

EclipseLink
Developer(s)Eclipse Foundation
Stable release
2.6.3 / May 5, 2016 (2016-05-05)
Repository
Written inJava
Operating systemCross-platform
PlatformJava platform
TypeObject-relational mapping
LicenseEclipse Public License
Eclipse Distribution License
Websitewww.eclipse.org/eclipselink/

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:

EclipseLink is based on the TopLink product from which Oracle contributed the source code to create the EclipseLink project.[1] 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.,[2] Oracle did the same for JPA 2.1.[3]

References

  1. ^ "Eclipse Persistence Platform (EclipseLink) FAQ" (PDF). Oracle. Archived from the original (PDF) on March 11, 2007. Retrieved 2011-02-10.
  2. ^ "Eclipse Announces EclipseLink Project to Deliver JPA 2.0 Reference Implementation". Eclipse Foundation. March 17, 2008. Retrieved 2008-07-27.
  3. ^ "Eclipse Link 2.5.2 Release". Eclipse Foundation. Retrieved 2016-05-11.

Webinar

External links