Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/FAQ/General"

Line 6: Line 6:
  
 
See [[Introduction to EclipseLink (ELUG)|Introduction to EclipseLink]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
 
See [[Introduction to EclipseLink (ELUG)|Introduction to EclipseLink]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
 +
 +
=== What is the relationship between EclipseLink and the Oracle TopLink product? ===
 +
 +
EclipseLink was initiated based on the contribution of Oracle TopLink ([http://www.oracle.com/technology/tech/eclipse/pdf/eclipselink-faq.pdf Oracle FAQ for TopLink contribution]).
  
 
== What are the components of EclipseLink? ==
 
== What are the components of EclipseLink? ==
Line 23: Line 27:
 
For a more detailed description of the component see [[EclipseLink/Components]].
 
For a more detailed description of the component see [[EclipseLink/Components]].
  
====What is the relationship between EclipseLink and the Oracle TopLink product?====
 
EclipseLink was initiated based on the contribution of Oracle TopLink ([http://www.oracle.com/technology/tech/eclipse/pdf/eclipselink-faq.pdf Oracle FAQ for TopLink contribution]).
 
  
 
====What are the components of the EclipseLink project?====
 
====What are the components of the EclipseLink project?====

Revision as of 12:59, 14 February 2008

What is EclipseLink?

Eclipse Persistence Services Project (EclipseLink) is a comprehensive persistence framework delivering a set of persistence services based around leading standards with advanced extensions. Consumers can use EclipseLink within Java EE, SE, and soon OSGi/Equinox environments.

The original source contribution for EclipseLink came from Oracle Corporation's TopLink product.

See Introduction to EclipseLink in the EclipseLink User's Guide for more information.

What is the relationship between EclipseLink and the Oracle TopLink product?

EclipseLink was initiated based on the contribution of Oracle TopLink (Oracle FAQ for TopLink contribution).

What are the components of EclipseLink?

The EclipseLink project is broken down into several components based on persistence services provided as well an a structure to organize development and produce functional OSGi/Equinox bundles.

  • Foundation
  • JPA
  • MOXy
  • SDO
  • DBWS
  • EIS
  • Utils
  • Examples
  • Documentation

For a more detailed description of the component see EclipseLink/Components.


What are the components of the EclipseLink project?

The EclipseLink project has several components delivering various persistence services implementations or supporting functionality.

More Details available here.

Where can I download EclipseLink?

At present EclipseLink can only be downloaded directly from the Eclipse project's website:

http://www.eclipse.org/eclipselink/downloads/index.php

How do I get started using EclipseLink?

Back to the top