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

(Tutorials)
(Tutorials)
Line 46: Line 46:
  
 
* Tutorial: Use Eclipse WTP to Build, Deploy and Run a Web Application using [[http://www.eclipse.org/eclipselink EclipseLink]] JPA on...
 
* Tutorial: Use Eclipse WTP to Build, Deploy and Run a Web Application using [[http://www.eclipse.org/eclipselink EclipseLink]] JPA on...
 
+
{|{{BMTableStyle}}
{| border="1" cellpadding="2"
+
|+{{BMTableCaptionStyle}}| Web Application Tutorials by Container
 +
|-{{BMTHStyle}}
 
!width="225"|J2EE Server
 
!width="225"|J2EE Server
 
!width="50"|Version
 
!width="50"|Version
Line 62: Line 63:
 
|IBM WebSphere CE / Apache Jeronimo || - || -
 
|IBM WebSphere CE / Apache Jeronimo || - || -
 
|-
 
|-
|BEA WebLogic|| - || -
+
|BEA WebLogic || - || -
 
|}
 
|}
  
 +
 +
{| border="1" cellpadding="2"
 
* [[EclipseLink/Examples/JPA/JSF_Tutorial|Tutorial: Build a Web Application (JSF) Using JPA]]
 
* [[EclipseLink/Examples/JPA/JSF_Tutorial|Tutorial: Build a Web Application (JSF) Using JPA]]
 
=== Migrating to EclipseLink ===
 
=== Migrating to EclipseLink ===

Revision as of 10:47, 30 April 2008


The following examples are provided to assist developers with their adoption and usage of EclipseLink's JPA and native ORM functionality.

Note: Any examples listed without links are place-holders. If there is an example you would like to see please add it to the list.

See Developing JPA Projects in the EclipseLink User's Guide for details.


EclipseLink JPA Examples

Tutorials

  • Tutorial: Use Eclipse WTP to Build, Deploy and Run a Web Application using [EclipseLink] JPA on...
Web Application Tutorials by Container
J2EE Server Version Issues
Oracle OC4J 10.1.3 / 11.1.1 -
jboss.org JBoss 4.2.2 Dynamic weaving is disabled because of JIRA-572 - static weaving is available
SUN AS - -
IBM WebSphere - -
IBM WebSphere CE / Apache Jeronimo - -
BEA WebLogic - -


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