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"

(Tutorials)
m (JPA with JSF Web Application Tutorials)
Line 56: Line 56:
 
|[[EclipseLink/Examples/JPA/JBoss_Web_Tutorial|JBoss]] || 4.2.2 || Dynamic weaving is disabled due to ([http://jira.jboss.com/jira/browse/EJBTHREE-572 JIRA-572]) - see  [[EclipseLink/Examples/JPA/Migration/JBoss | static weaving workaround]]
 
|[[EclipseLink/Examples/JPA/JBoss_Web_Tutorial|JBoss]] || 4.2.2 || Dynamic weaving is disabled due to ([http://jira.jboss.com/jira/browse/EJBTHREE-572 JIRA-572]) - see  [[EclipseLink/Examples/JPA/Migration/JBoss | static weaving workaround]]
 
|-
 
|-
|BEA WebLogic || - || -
+
|[[EclipseLink/Examples/JPA/WebLogic_Web_Tutorial|BEA WebLogic]]|| V10.0 || -
 +
|-
 +
|[[EclipseLink/Examples/JPA/WebLogic_10_3_Web_Tutorial|BEA WebLogic]]|| V10.3 || -
 
|-
 
|-
 
|[[EclipseLink/Examples/JPA/GlassFishV2_Web_Tutorial|GlassFish]]|| V2.1 || Requires GlassFish V2.1 build 32
 
|[[EclipseLink/Examples/JPA/GlassFishV2_Web_Tutorial|GlassFish]]|| V2.1 || Requires GlassFish V2.1 build 32

Revision as of 13:50, 13 May 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

JPA with JSF Web Application Tutorials

Container Version Issues
Oracle OC4J 10.1.3 / 11.1.1 -
JBoss 4.2.2 Dynamic weaving is disabled due to (JIRA-572) - see static weaving workaround
BEA WebLogic V10.0 -
BEA WebLogic V10.3 -
GlassFish V2.1 Requires GlassFish V2.1 build 32
GlassFish V3
IBM WebSphere - -
IBM WebSphere CE / Apache Geronimo - -

Migrating to EclipseLink

These how-to's focus on migrating from previous editions of TopLink and other JPA providers to using EclipseLink.

Database Platform Extensions

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

Using Native ORM through JPA Examples

These examples focus on using EclipseLink JPA with native extensions

Native Object-Relational Examples

These examples focus on the usage of EclipseLink's native object-relational APIs and meta-data

Back to the top