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/Documentation Center"

(Getting Started with EclipseLink)
(Getting Started with EclipseLink)
Line 50: Line 50:
 
===Getting Started with EclipseLink===
 
===Getting Started with EclipseLink===
  
EclipseLink's persistence services cover a object-relational with JPA and native ORM, MOXy's object-XML support with JAXB, and Service Data Objects. Here are some useful links for getting started with each of EclipseLink's persistence services:
+
EclipseLink's persistence services enable object-relational with JPA and native ORM, MOXy's object-XML support with JAXB, and Service Data Objects. Here are some useful links for getting started with each of EclipseLink's persistence services:
  
 
<div style="border-top:1px #000000 solid;border-right:1px #000000 solid;border-bottom:#999999 1px solid;border-left:#999999 1px solid;"><table cellpadding="4" width="100%">
 
<div style="border-top:1px #000000 solid;border-right:1px #000000 solid;border-bottom:#999999 1px solid;border-left:#999999 1px solid;"><table cellpadding="4" width="100%">
Line 56: Line 56:
 
<td valign="top">JPA
 
<td valign="top">JPA
 
* [[EclipseLink/Examples/JPA|Examples]]
 
* [[EclipseLink/Examples/JPA|Examples]]
* [[:Category:JPA|User's Guide]]
+
* [[:Category:JPA|JPA User's Guide]]
 
+
* [[:Category:ORM|Native ORM User's Guide]]
Native ORM
+
* [[EclipseLink/Examples/JPA|Examples]]
+
* [[:Category:ORM|User's Guide]]
+
 
</td>
 
</td>
 
<td>MOXy
 
<td>MOXy

Revision as of 14:07, 29 January 2008

EclipseLink Overview

If you're new to EclipseLink and want to get started quickly, start here:


EclipseLink User's Guide

Search elug.png Search the guide with a Google Custom Search Engine.

Do you want to learn more about EclipseLink or review the User's Guide? You should start here:

 

Getting Started with EclipseLink

EclipseLink's persistence services enable object-relational with JPA and native ORM, MOXy's object-XML support with JAXB, and Service Data Objects. Here are some useful links for getting started with each of EclipseLink's persistence services:




Back to the top