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/Documentation Center"

m
 
(89 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''[[Image:Elug_draft_icon.png|Warning]] This page is now obsolete. Refer to the [http://eclipse.org/eclipselink/documentation EclipseLink Documentation Center (http://eclipse.org/eclipselink/documentation)] for current information.'''
<table border="0"  width="100%" cellspacing="6">
+
<tr valign="top">
+
  <td valign="top" width="300">
+
=== EclipseLink Overview  ===
+
If you're new to EclipseLink and want to get started quickly, start here:
+
* [[:Category:EclipseLink_User%27s_Guide|EclipseLink User's Guide]]
+
* [[EclipseLink/Examples/MigratingFromOracleTopLink|Migration from Oracle TopLink]]
+
* [[EclipseLink/FAQ|FAQs (and answers)]]
+
* [http://www.eclipse.org/eclipselink/ EclipseLink Home Page]
+
* [http://www.eclipse.org/eclipselink/api/1.0/index.html Javadocs]
+
  
<!-- * Release notes
+
----
* Tips and tricks
+
* Cheatsheets
+
-->
+
<br />
+
  </td>
+
  <td valign="top" rowspan="3" width="310" style="background-color: #cff8d9; border-width: 1px; border-style: solid; border-color: #999999; padding: 10px;">
+
  
=== EclipseLink User's Guide ===
+
<css>
<div style="border:1px solid #999999;background-color:#ffffff">
+
h1.firstHeading{display:none;}
<table cellpadding="5">
+
.rounded {-moz-border-radius: 6pt}
<tr><td width="36">[[image:Search elug.png]]</td>
+
</css>  
<td>Search the guide with a [http://www.google.com/coop/cse?cx=016171230611334810008%3A8qajdsud9zq&hl=en Google Custom Search Engine].</td></tr></table>
+
</div>
+
Do you want to learn more about EclipseLink or review the User's Guide? You should start here:
+
* [[EclipseLink/UserGuide/Overview of EclipseLink Application Development (ELUG)|Overview of EclipseLink Application Development]]
+
* [[EclipseLink/UserGuide/Overview of EclipseLink Development Tools (ELUG)|Overview of EclipseLink Development Tools]]
+
* [[EclipseLink/UserGuide/Overview of EclipseLink Application Deployment (ELUG)|Overview of EclipseLink Application Deployment]]
+
* [[EclipseLink/UserGuide/Optimizing and Customizing an EclipseLink Application (ELUG)|Optimizing and Customizing an EclipseLink Application]]
+
* [[EclipseLink/UserGuide/Overview of EclipseLink Mappings and Project Configuration (ELUG)|Overview of EclipseLink Mappings and Project Configuration]]
+
* [[EclipseLink/UserGuide/Developing JPA Projects (ELUG)|Developing JPA Projects]]
+
* [[EclipseLink/UserGuide/Developing Relational Projects (ELUG)|Developing Relational Projects]]
+
* [[EclipseLink/UserGuide/Developing XML Projects (ELUG)|Developing XML Projects]]
+
* [[EclipseLink/UserGuide/Developing EIS Projects (ELUG)|Developing EIS Projects]]
+
* [[EclipseLink/UserGuide/Using EclipseLink Sessions (ELUG)|Using EclipseLink Sessions]]
+
* [[EclipseLink/UserGuide/Accessing Data with EclipseLink (ELUG)|Accessing Data with EclipseLink]]
+
* [[EclipseLink/UserGuide/Caching with EclipseLink (ELUG)|Caching with EclipseLink]]
+
* [[EclipseLink/UserGuide/Queries (ELUG)|Queries]]
+
* [[EclipseLink/UserGuide/Transactions (ELUG)|Transactions]]
+
* [[Troubleshooting an EclipseLink Application (ELUG)|Troubleshooting]]
+
* [[EclipseLink/UserGuide/Glossary (ELUG)|Glossary]]
+
  </td>
+
</tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr valign="bottom">
+
  <td valign="top" style="background-color: #eeeeee;border-width: 1px; border-style: solid; border-color: #999999; padding: 10px;">
+
  
===Getting Started with EclipseLink===
+
= EclipseLink Documentation Center  =
Do you have a specific issue that you want to use EclipseLink to resolve?
+
  
Using EclipseLink with:
+
__NOTOC__
 +
<div class="rounded" style="float: right; border: 2pt solid rgb(0, 0, 0); width: 500px; padding: 5px; background: none repeat scroll 0% 0% rgb(207, 248, 217);">
 +
=== Information about EclipseLink Services  ===
  
<div style="border-top:1px #000000 solid;border-right:1px #000000 solid;border-bottom:#999999 1px solid;border-left:#999999 1px solid;"><table cellpadding="4" width="100%">
+
EclipseLink's persistence services enable object-relational with JPA and native ORM, MOXy's object-XML support with JAXB, and Service Data Objects. Here are some useful links for getting started with each of EclipseLink's persistence services:
<tr>
+
<div class="rounded" style="margin: auto; border: 1pt solid rgb(0, 0, 0); width: 95%; padding: 5px; background: none repeat scroll 0% 0% rgb(255, 255, 255);">'''For current release:'''
<td valign="top">JPA
+
{| cellpadding="0" width="99%"
* [[EclipseLink/Examples/JPA|Examples]]
+
|-
* [[:Category:JPA|User's Guide]]
+
| width="50%" valign="top" | <div style="margin-right: 20px;">[[Image:Eclipselink jpa.png]]</div>
 +
*[http://www.eclipse.org/eclipselink/documentation/2.4/jpa/extensions/toc.htm JPA Extensions Reference]
 +
*[[EclipseLink/UserGuide/JPA|Documentation]]  
 +
*[[EclipseLink/Examples/JPA|Examples]]
 +
*[http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
  
Native ORM
+
| width="50%" valign="top" | <div style="margin-right: 20px;">[[Image:Eclipselink nosql.png]]</div>
* [[EclipseLink/Examples/JPA|Examples]]
+
*[http://www.eclipse.org/eclipselink/documentation/2.4/jpa/extensions/a_nosql.htm Documentation]
* [[:Category:ORM|User's Guide]]
+
*[[EclipseLink/Examples/JPA/NoSQL|Examples]]  
</td>
+
<td>MOXy
+
* [[EclipseLink/Examples/MOXy|Examples]]
+
* [[:Category:XML|User's Guide]]
+
  
SDO
+
| width="50%" valign="top" |
* [[EclipseLink/Examples/SDO|Examples]]
+
'''OSGI'''
 +
*[[EclipseLink/Examples/OSGi|Examples]]
  
EIS
+
|-
* [[:Category:EIS|User's Guide]]
+
| width="50%" valign="top" | <div style="margin-right: 20px;">[[Image:Eclipselink moxy.png]]</div>  
</td>
+
*[http://www.eclipse.org/eclipselink/documentation/2.4/moxy/ Documentation]
</tr>
+
*[[EclipseLink/Examples/MOXy|Examples]]
</table></div>
+
*[http://www.google.com/cse/home?cx=016171230611334810008:brtjnxzsfyg Search]
</td>
+
</tr>
+
  
</table>
+
| width="50%" valign="top" | <div style="margin-right: 20px;">[[Image:Eclipselink sdo.png]]</div>  
 +
*[[EclipseLink/Examples/SDO|Examples]]
 +
*[[:Category:SDO|Documentation]]
  
 +
| width="50%" valign="top" | <div style="margin-right: 20px;">[[Image:Eclipselink dbws.png]]</div>
 +
*[http://www.eclipse.org/eclipselink/dbws.php Overview]
 +
*[http://www.eclipse.org/eclipselink/documentation/2.4/dbws/ Documentation]
 +
*[[EclipseLink/Examples/DBWS|Examples]]
 +
|}
 +
</div>
 +
<br> '''[[EclipseLink/Documentation Center/Older Releases|For older releases]]...'''
 +
</div> <div style="width: 400px; margin-right: 20px;">
  
 +
=== EclipseLink Overview  ===
  
 +
If you're new to EclipseLink and want to get started quickly, start here:
  
 +
*[[EclipseLink/Installing and Configuring EclipseLink|Installing and Configuring EclipseLink]]
 +
*[http://www.eclipse.org/eclipselink/releases/2.4.php EclipseLink 2.4 Release Notes]
 +
*[[EclipseLink/Examples/MigratingFromOracleTopLink|Migration from Oracle TopLink]]
 +
*[[EclipseLink/FAQ|FAQs (and answers)]]
 +
*[http://www.eclipse.org/eclipselink/ EclipseLink Home Page]
 +
*[http://www.eclipse.org/eclipselink/api/ Javadocs (API)]
 +
*[[EclipseLink/XSDs|EclipseLink XML schemas]]
 +
*[http://www.eclipse.org/eclipselink/downloads/index.php Download EclipseLink]
 +
 +
<!--
 +
* Tips and tricks
 +
* Cheatsheets
 +
-->
 +
 +
{| cellpadding="5"
 +
|-
 +
| width="36" | [[Image:Search elug.png]]
 +
| [http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search EclipseLink JPA Documentation]
 +
|-
 +
| width="36" | [[Image:Search elug.png]]
 +
| [http://www.google.com/cse/home?cx=016171230611334810008:brtjnxzsfyg Search EclipseLink MOXy Documentation]
 +
|-
 +
| width="36" | [[Image:Search elug.png]]
 +
| [http://www.google.com/cse/home?cx=016171230611334810008:ob2bbia9swa Search the entire EclipseLink Wiki].
 +
|}
 +
</div>
 +
<br>
 +
<div style="clear:both"></div>
 
----
 
----
[[Category:Eclipse Technology Project]]
+
 
[[Category:EclipseLink|UserGuide]]
+
[[Category:Eclipse_Technology_Project]] [[Category:EclipseLink|Documentation Center]]

Latest revision as of 09:48, 29 January 2013

Warning This page is now obsolete. Refer to the EclipseLink Documentation Center (http://eclipse.org/eclipselink/documentation) for current information.



EclipseLink Documentation Center

Information about EclipseLink Services

EclipseLink's persistence services enable object-relational with JPA and native ORM, MOXy's object-XML support with JAXB, and Service Data Objects. Here are some useful links for getting started with each of EclipseLink's persistence services:


For older releases...



Back to the top