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/Migration/Kodo"

m (New page: =Migration of Kodo to EclipseLink= ==Purpose= ''Started 20090212 - under construction'' This page will detail steps and issues surrounding migration from the Kodo JPA or JDO API's to Ecli...)
 
(Migration from Kodo to EclipseLink)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Migration of Kodo to EclipseLink=
+
=Migration from Kodo to EclipseLink=
==Purpose=
+
''Started 20090212 - under construction''
+
  
This page will detail steps and issues surrounding migration from the Kodo JPA or JDO API's to EclipseLink JPA.  It is a work in progress and will involve more familiarization with Kodo JDO.  
+
This page will detail steps and issues surrounding migration from the Kodo's JPA implementation to EclipseLink JPA.  It is a work in progress and will require familiarization with Kodo JPA.
==Migration of Kodo JPA to EclipseLink JPA==
+
 
==Migration of Kodo JDO to EclipseLink JPA==
+
* [[EclipseLink/Examples/JPA/Migration/OpenJPA | JPA Migration]]
 +
 
 +
==References==
 +
 
 +
* Nov 2005
 +
** BEA acquires the object persistence company [http://www.solarmetric.com/solarmetric_jump_page/ SolarMetric Inc.] and Kodo which supports EJB 3.0 and JDO
 +
* Apr 2008
 +
** Oracle acquires [http://www.oracle.com/corporate/press/2008_apr/bea-closes-rls.html BEA]

Latest revision as of 15:07, 7 June 2011

Migration from Kodo to EclipseLink

This page will detail steps and issues surrounding migration from the Kodo's JPA implementation to EclipseLink JPA. It is a work in progress and will require familiarization with Kodo JPA.

References

  • Nov 2005
    • BEA acquires the object persistence company SolarMetric Inc. and Kodo which supports EJB 3.0 and JDO
  • Apr 2008
    • Oracle acquires BEA

Back to the top