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"

(OSGi Examples)
(16 intermediate revisions by 4 users not shown)
Line 5: Line 5:
  
 
== Foundation Examples ==
 
== Foundation Examples ==
* [[EclipseLink/Foundation/Logging |  How do I integrate with a third party logging framework? ]]
+
* [[EclipseLink/Examples/Foundation/Logging |  How do I integrate with a third party logging framework? ]]
* [[EclipseLink/Examples/Foundation | <b>More Foundation Examples</b>]]
+
* [[EclipseLink/Examples/Foundation/DynamicPersistence | How do I map Persistence Entities without Java classes?]]
 +
* [[EclipseLink/Examples/Foundation | <b>More Foundation Examples...</b>]]
  
 
== JPA (Object-Relational) Examples ==
 
== JPA (Object-Relational) Examples ==
Line 15: Line 16:
 
* [[EclipseLink/Examples/JPA/Migration | How to migrate to EclipseLink JPA from other persistence solutions]]
 
* [[EclipseLink/Examples/JPA/Migration | How to migrate to EclipseLink JPA from other persistence solutions]]
 
* [[EclipseLink/Examples/SDO/JPA | Accessing Relational Data as SDO DataObjects using JPA]]
 
* [[EclipseLink/Examples/SDO/JPA | Accessing Relational Data as SDO DataObjects using JPA]]
* [[EclipseLink/Examples/JPA#JPA_Web_Application_Tutorials | JPA JEE Application Server Examples]]
 
 
* [[EclipseLink/Examples/JPA#JPA 2.0|JPA 2.0 Examples]]
 
* [[EclipseLink/Examples/JPA#JPA 2.0|JPA 2.0 Examples]]
 
* [[EclipseLink/Examples/JPA | <b>More JPA Examples...</b>]]
 
* [[EclipseLink/Examples/JPA | <b>More JPA Examples...</b>]]
 +
 +
== NoSQL Examples ==
 +
 +
* [[EclipseLink/Examples/JPA/NoSQL | Accessing MongoDB through JPA]]
  
 
== MOXy (Object-XML) Examples ==
 
== MOXy (Object-XML) Examples ==
  
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB to Manipulate XML]]
+
* [[EclipseLink/Examples/MOXy/GettingStarted | Getting Started]]
* [[EclipseLink/Examples/MOXy/NativeOxmJaxbContext | Creating a Native OXM aware JAXBContext]]
+
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB]]
* [[EclipseLink/Examples/MOXy/JPA | Converting JPA entities to/from XML (via JAXB)]]
+
* [[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/Dynamic | Dynamic JAXB]]
 +
* [[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>]]
  
Line 47: Line 55:
  
 
== OSGi Examples ==
 
== OSGi Examples ==
* [[EclipseLink/Examples/OSGi/Equinox Byte Code Weaving|Equinox Byte Code Weaving]]
+
EclipseLink OSGi support is provided by the Eclipse Gemini JPA project.  See the [[Gemini/JPA/Documentation|Gemini documentation]] for examples.
* [[EclipseLink/Examples/OSGi/LazyLoadingRCP|Lazy Loading RCP Tree Example]]
+
 
* [[EclipseLink/Examples/OSGi | <b>More OSGi Examples...</b>]]
+
== Case Studies ==
 +
* [[EclipseLink/Examples/Distributed|Distributed JPA Enterprise Application Case Study]]
  
[[Category:EclipseLink]]
+
[[Category:EclipseLink/Example|Examples Home]]
[[Category:EclipseLink Examples]]
+

Revision as of 08:47, 24 October 2012

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

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