Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 (Getting Started with EclipseLink)
m
Line 2: Line 2:
 
<table border="0"  width="100%" cellspacing="6">  
 
<table border="0"  width="100%" cellspacing="6">  
 
  <tr valign="top">
 
  <tr valign="top">
   <td valign="top" width="300">
+
   <td valign="top" width="310">
 
=== EclipseLink Overview  ===
 
=== EclipseLink Overview  ===
  
Line 27: Line 27:
  
 
   </td>
 
   </td>
   <td valign="top" rowspan="3" width="310" style="background-color: #cff8d9; border-width: 1px; border-style: solid; border-color: #999999; padding: 10px;">
+
   <td valign="top" width="310" style="background-color: #cff8d9; border-width: 1px; border-style: solid; border-color: #999999; padding: 10px;">
 
+
===Getting Started with EclipseLink===
 +
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:
 +
    <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%">
 +
        <tr>
 +
          <td valign="top">
 +
JPA
 +
* [[EclipseLink/Examples/JPA|Examples]]
 +
* [[:Category:JPA|JPA Documentation]]
 +
* [[:Category:ORM|Classic ORM Documentation]]
 +
MOXy
 +
* [[EclipseLink/Examples/MOXy|Examples]]
 +
* [[:Category:XML|Documentation]]
 +
DBWS
 +
* [[EclipseLink/Examples/DBWS|Examples]]
 +
* [[:Category:DBWS|Documentation]] </td>
 +
          <td valign="top">
 +
SDO
 +
* [[:Category:SDO|Documentation]]
 +
* [[EclipseLink/Examples/SDO|Examples]]
 +
EIS
 +
* [[:Category:EIS|Documentation]]
 +
OSGI
 +
* [[EclipseLink/Examples/OSGi|Examples]] </td>
 +
        </tr>
 +
      </table>
 +
    </div></td>
 +
</tr>
 +
<tr><td>&nbsp;</td></tr>
 +
<tr valign="bottom">
 +
  <td valign="top" width="310" style="background-color: #cff8d9; border-width: 1px; border-style: solid; border-color: #999999; padding: 10px;">  
 
=== EclipseLink User's Guide ===
 
=== EclipseLink User's Guide ===
<div style="border:1px solid #999999;background-color:#ffffff">
+
      <div style="border:1px solid #999999;background-color:#ffffff">
<table cellpadding="5">
+
        <table cellpadding="5">
<tr><td width="36">[[image:Search elug.png]]</td>
+
          <tr>
<td>Search the guide with a [http://www.google.com/coop/cse?cx=016171230611334810008%3A8qajdsud9zq&hl=en Google Custom Search Engine].</td></tr></table>
+
            <td width="36">[[image:Search elug.png]]</td>
</div>
+
            <td>Search the guide with a [http://www.google.com/coop/cse?cx=016171230611334810008%3A8qajdsud9zq&hl=en Google Custom Search Engine].</td>
Do you want to learn more about EclipseLink or review the User's Guide? You should start here:
+
          </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 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 Development Tools (ELUG)|Overview of EclipseLink Development Tools]]  
* [[EclipseLink/UserGuide/Overview of EclipseLink Application Deployment (ELUG)|Overview of EclipseLink Application Deployment]]
+
* [[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/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/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 JPA Projects (ELUG)|Developing JPA Projects]]  
* [[EclipseLink/UserGuide/Developing Relational Projects (ELUG)|Developing Relational Projects]]
+
* [[EclipseLink/UserGuide/Developing Relational Projects (ELUG)|Developing Relational Projects]]  
* [[EclipseLink/UserGuide/Developing XML Projects (ELUG)|Developing XML Projects]]
+
* [[EclipseLink/UserGuide/Developing XML Projects (ELUG)|Developing XML Projects]]  
* [[EclipseLink/UserGuide/Developing EIS Projects (ELUG)|Developing EIS Projects]]
+
* [[EclipseLink/UserGuide/Developing EIS Projects (ELUG)|Developing EIS Projects]]  
* [[EclipseLink/UserGuide/Using EclipseLink Sessions (ELUG)|Using EclipseLink Sessions]]
+
* [[EclipseLink/UserGuide/Using EclipseLink Sessions (ELUG)|Using EclipseLink Sessions]]  
* [[EclipseLink/UserGuide/Accessing Data with EclipseLink (ELUG)|Accessing Data with EclipseLink]]
+
* [[EclipseLink/UserGuide/Accessing Data with EclipseLink (ELUG)|Accessing Data with EclipseLink]]  
* [[EclipseLink/UserGuide/Caching with EclipseLink (ELUG)|Caching with EclipseLink]]
+
* [[EclipseLink/UserGuide/Caching with EclipseLink (ELUG)|Caching with EclipseLink]]  
* [[EclipseLink/UserGuide/Queries (ELUG)|Queries]]
+
* [[EclipseLink/UserGuide/Queries (ELUG)|Queries]]  
 
* [[EclipseLink/UserGuide/Transactions (ELUG)|Transactions]]
 
* [[EclipseLink/UserGuide/Transactions (ELUG)|Transactions]]
 
* [[Troubleshooting an EclipseLink Application (ELUG)|Troubleshooting]]
 
* [[Troubleshooting an EclipseLink Application (ELUG)|Troubleshooting]]
* [[EclipseLink/UserGuide/Glossary (ELUG)|Glossary]]
+
* [[EclipseLink/UserGuide/Glossary (ELUG)|Glossary]] </td>
  </td>
+
   </tr>
</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'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:
+
 
+
<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%">
+
<tr>
+
<td valign="top">JPA
+
* [[EclipseLink/Examples/JPA|Examples]]
+
* [[:Category:JPA|JPA User's Guide]]
+
* [[:Category:ORM|Classic ORM User's Guide]]
+
 
+
MOXy
+
* [[EclipseLink/Examples/MOXy|Examples]]
+
* [[:Category:XML|User's Guide]]
+
 
+
DBWS
+
* [[EclipseLink/Examples/DBWS|Examples]]
+
* [[:Category:DBWS|User's Guide]]
+
 
+
 
+
</td>
+
<td valign="top">SDO
+
* [[:Category:SDO|User's Guide]]
+
* [[EclipseLink/Examples/SDO|Examples]]
+
 
+
EIS
+
* [[:Category:EIS|User's Guide]]
+
 
+
OSGI
+
* [[EclipseLink/Examples/OSGi|Examples]]
+
</td>
+
</tr>
+
</table></div>
+
</td>
+
</tr>
+
  
 
</table>
 
</table>

Revision as of 10:27, 12 March 2009

EclipseLink Overview

If you're new to EclipseLink and want to get started quickly, start here:


Search elug.png Search the entire EclipseLink wiki Google Custom Search Engine.

Getting Started with EclipseLink

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:

 

EclipseLink User's Guide

Search elug.png Search the guide with a Google Custom Search Engine.

Do you want to learn more about EclipseLink or review the User's Guide? You should start here:




Back to the top