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/JPA"

m (JPA Examples Matrix)
m (JPA Examples Matrix)
Line 153: Line 153:
 
|-
 
|-
 
|Glassfish || || || ||
 
|Glassfish || || || ||
 +
|-
 +
|Sun AS || || || ||
 
|-
 
|-
 
|WebSphere || || || ||
 
|WebSphere || || || ||
Line 159: Line 161:
 
|-
 
|-
 
|Tomcat || || || ||
 
|Tomcat || || || ||
|-
 
| || || || ||
 
 
|-
 
|-
 
|}
 
|}

Revision as of 14:22, 5 September 2008


The following examples are provided to assist developers with their adoption and usage of EclipseLink's JPA and native ORM functionality. See Developing JPA Projects in the EclipseLink User's Guide for details.

EclipseLink JPA Examples/Tutorials

Basic

Diagnostics

Mapping

Querying

Java SE Examples

Rich Client Platform (RCP)

Spring JPA

Using Native ORM through JPA

Using Native EclipseLink ORM API


Tutorials

JPA Web Application Tutorials

  • Step by step Instructions by Container for a basic JEE JPA Application
Container Version JEE Version Issues
Oracle WebLogic Server 10.0/10.3 5 bea-wls-tools-2.0.2 plugin working up to Eclipse Ganymede 3.4M5
Oracle OC4J 10.1.3 / 11.1.1 5 -
GlassFish V2.1 5 Requires GlassFish V2.1 build 32
GlassFish V3 5
JBoss 4.2.2 5 Dynamic weaving is disabled due to (JIRA-572) - see static weaving workaround using the JBoss JSFEJB3 example
Spring 2.5.5 5 - using the Derby database platform
SUN Application Server 9.1 5 -
IBM WebSphere 6.1 1.4 -
IBM WebSphere 7.5 5 -
IBM WebSphere CE 2.0.0.2 5 -
Apache Geronimo 2.0.2 5 -
Apache Tomcat 6.0.18 5 (w/o EJB) 2.5 Servlet container will support application managed JPA entities using RESOURCE_LOCAL or JTA transactions.

SessionCustomizer is required for JTA. Only static weaving (instrumentation) is available. No @EJB or @PersistenceContext injection is available.

Under Construction

Catnicon.gifThis section contains Examples and tutorials that are not yet complete.

Mappings

Querying

Java SE Examples

Database Platform Extensions

  • Oracle: Spatial, VPD/OLS, TIMESTAMP, XDB

Advanced

Application Server specific

JBoss Seam

Integrating EclipseLink JPA with an IDE

The following tutorials describe details on running EclipseLink JPA on a specific Java IDE.

  • Eclipse
  • MyEclipse
  • WebLogic Workshop
  • IBM WebSphere Studio
  • Oracle JDeveloper
  • IntelliJ IDEA
  • SUN Java Studio (NetBeans)
  • Borland JBuilder

Integrating EclipseLink JPA with a Database Platform

The following tutorials describe details on running EclipseLink JPA on a specific database platform.

JPA Examples Matrix

The following grid cross-references examples by Application server and Database.

Oracle MySQL Derby JavaDB HSQL
WebLogic Servlet
OC4J
Glassfish
Sun AS
WebSphere
Geronimo
Tomcat

Back to the top