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

(Add version number to BV in JAXB)
 
Line 27: Line 27:
 
* [[EclipseLink/Examples/MOXy/GettingStarted | Getting Started]]
 
* [[EclipseLink/Examples/MOXy/GettingStarted | Getting Started]]
 
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB]]
 
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB]]
* [[EclipseLink/Examples/MOXy/BVinJAXB | Using Bean Validation in JAXB]]
+
* [[EclipseLink/Examples/MOXy/BVinJAXB | Using Bean Validation in JAXB]] '''(NEW in 2.6)'''
 
* [[EclipseLink/Examples/MOXy/MeetInTheMiddle | Meet in the Middle Mapping]]
 
* [[EclipseLink/Examples/MOXy/MeetInTheMiddle | Meet in the Middle Mapping]]
 
* [[EclipseLink/Examples/MOXy/EclipseLink-OXM.XML | Using EclipseLink MOXy's XML Mapping (eclipselink-oxm.xml)]]
 
* [[EclipseLink/Examples/MOXy/EclipseLink-OXM.XML | Using EclipseLink MOXy's XML Mapping (eclipselink-oxm.xml)]]

Latest revision as of 05:32, 29 September 2015

This page serves as an index into examples developers can easily leverage to accomplish common tasks with EclipseLink. Be sure to review the EclipseLink Documentation Center for complete information on using EclipseLink.

Source code to several of these examples, and to other examples can be found in EclipseLink's examples GIT repository, here and SVN repository, here, or accessed through SVN, or downloads.

Foundation Examples

JPA (Object-Relational) Examples

NoSQL Examples

MOXy (Object-XML) Examples

SDO Examples

DBWS Examples

OSGi Examples

EclipseLink OSGi support is provided by the Eclipse Gemini JPA project. See the Gemini documentation for examples.

Case Studies

Back to the top