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"

(Foundation Examples)
(NoSQL Examples)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
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/UserGuide|EclipseLink User's Guide]]'' for complete information on using EclipseLink.
+
This page will serve as an index into examples developers can easily leverage to accomplish common tasks with EclipseLink. Be sure to review the '''[http://www.eclipse.org/eclipselink/documentation/ 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 SVN repository, [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/ here], or accessed through [[EclipseLink/Source|SVN]], or [http://www.eclipse.org/eclipselink/downloads/index.php downloads].
 
Source code to several of these examples, and to other examples can be found in EclipseLink's SVN repository, [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/ here], or accessed through [[EclipseLink/Source|SVN]], or [http://www.eclipse.org/eclipselink/downloads/index.php downloads].
Line 16: 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/Distributed | Case Study: Distributed JPA based Application]]
 
 
* [[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]]
 +
* [[EclipseLink/Examples/PolyglotPersistence | Polyglot Persistence (Relational and NoSQL)]]
  
 
== MOXy (Object-XML) Examples ==
 
== MOXy (Object-XML) Examples ==
Line 52: Line 56:
  
 
== 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 ==
 
== Case Studies ==
 
* [[EclipseLink/Examples/Distributed|Distributed JPA Enterprise Application Case Study]]
 
* [[EclipseLink/Examples/Distributed|Distributed JPA Enterprise Application Case Study]]
  
 
[[Category:EclipseLink/Example|Examples Home]]
 
[[Category:EclipseLink/Example|Examples Home]]

Revision as of 16:57, 3 April 2013

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 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 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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.