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/GettingStarted"

(New page: = Getting Started with EclipseLink = This page will focus on helping new users to get started with EclipseLink. It will have a sub-section/page per persistence services walking through it...)
 
(Redirecting to EclipseLink/UserGuide)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Getting Started with EclipseLink =
+
#REDIRECT [[EclipseLink/UserGuide]]
 
+
This page will focus on helping new users to get started with EclipseLink. It will have a sub-section/page per persistence services walking through its basic configuration and usage.
+
 
+
== Object-Relational ==
+
 
+
=== Java Persistence API ===
+
 
+
=== Native ORM ===
+
 
+
=== Oracle TopLink ===
+
 
+
For those customers who have experience with or are already using Oracle TopLink they will be able to easily convert their application over to use EclipseLink.
+
 
+
== MOXy: Object-XML ==
+
 
+
=== Java XML Binding (JAXB) ===
+
 
+
=== Native MOXy ===
+
 
+
=== Orcale TopLink OXM ===
+

Latest revision as of 13:57, 29 January 2008

Back to the top