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"

(MOXy (Object-XML) Examples)
m (MOXy (Object-XML) Examples)
Line 22: Line 22:
  
 
* [[EclipseLink/Examples/MOXy/GettingStarted | Getting Started]]
 
* [[EclipseLink/Examples/MOXy/GettingStarted | Getting Started]]
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB to Manipulate XML]]
+
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB]]
* [[EclipseLink/Examples/MOXy/NativeOxmJaxbContext | Creating a Native OXM aware JAXBContext]]
+
 
* [[EclipseLink/Examples/MOXy/MeetInTheMiddle | Meet in the Middle Mapping]]
 
* [[EclipseLink/Examples/MOXy/MeetInTheMiddle | Meet in the Middle Mapping]]
 
* [[EclipseLink/Examples/MOXy/JPA | Map JPA entities to XML]]
 
* [[EclipseLink/Examples/MOXy/JPA | Map JPA entities to XML]]
 
* [[EclipseLink/Examples/SDO/JAXB | Converting POJOs to/from SDO DataObjects using the POJO/SDO Bridge (via JAXB)]]
 
* [[EclipseLink/Examples/SDO/JAXB | Converting POJOs to/from SDO DataObjects using the POJO/SDO Bridge (via JAXB)]]
 +
* [[EclipseLink/Examples/MOXy/NativeOxmJaxbContext | Creating a Native OXM aware JAXBContext]]
 
* [[EclipseLink/Examples/MOXy | <b>More MOXy Examples...</b>]]
 
* [[EclipseLink/Examples/MOXy | <b>More MOXy Examples...</b>]]
  

Revision as of 17:32, 29 January 2010

This page will serve as an index into examples developers can easily leverage to accomplish common tasks with EclipseLink. Be sure to review the EclipseLink User's Guide for complete information on using EclipseLink.

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

Foundation Examples

JPA (Object-Relational) Examples

MOXy (Object-XML) Examples

SDO Examples

DBWS Examples

OSGi Examples

Back to the top