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 "Teneo/EclipseLink"

m (New page: = Introduction = Teneo provides integration with EclipseLink JPA to support persistence of arbitrary EMF models with JPA. The original goal of this integration was to allow developers to ...)
 
m (Getting Started in Eclipse 3.4 (Ganymede))
Line 5: Line 5:
  
 
1. [http://www.eclipse.org/eclipselink/downloads Download EclipseLink packaged as OSGi Bundles]
 
1. [http://www.eclipse.org/eclipselink/downloads Download EclipseLink packaged as OSGi Bundles]
 +
 
2. Place all the bundles into <ECLIPSE_HOME>/dropins.  Make sure they are directly in dropins or they won't be found.  The download zip file may have all the bundles in "plugins".
 
2. Place all the bundles into <ECLIPSE_HOME>/dropins.  Make sure they are directly in dropins or they won't be found.  The download zip file may have all the bundles in "plugins".
3. Until we get downloadble zips available you'll have to checkout the following projects from the Teneo CVS server
+
 
 +
3. Until we get downloadble zips available you'll have to checkout the following projects from Teneo CVS
 
dev.eclipse.org:/cvsroot/modeling/org.eclipse.emf/org.eclipse.emf/teneo
 
dev.eclipse.org:/cvsroot/modeling/org.eclipse.emf/org.eclipse.emf/teneo
  
Line 25: Line 27:
 
:: org.eclipse.emf.teneo.eclipselink.elistfactory.tests
 
:: org.eclipse.emf.teneo.eclipselink.elistfactory.tests
 
:: org.eclipse.emf.teneo.eclipselink.tests
 
:: org.eclipse.emf.teneo.eclipselink.tests
4.
 

Revision as of 15:06, 21 August 2008

Introduction

Teneo provides integration with EclipseLink JPA to support persistence of arbitrary EMF models with JPA. The original goal of this integration was to allow developers to map EMF generated classes with standard JPA. In future, model driven development will be supported to generate the classes, JPA mappings, and database schema from an EMF model.

Getting Started in Eclipse 3.4 (Ganymede)

1. Download EclipseLink packaged as OSGi Bundles

2. Place all the bundles into <ECLIPSE_HOME>/dropins. Make sure they are directly in dropins or they won't be found. The download zip file may have all the bundles in "plugins".

3. Until we get downloadble zips available you'll have to checkout the following projects from Teneo CVS dev.eclipse.org:/cvsroot/modeling/org.eclipse.emf/org.eclipse.emf/teneo

examples/
org.eclipse.emf.teneo.eclipselink.examples.derby
org.eclipse.emf.teneo.eclipselink.examples.library
org.eclipse.emf.teneo.eclipselink.examples.library.edit
org.eclipse.emf.teneo.eclipselink.examples.library.editor
org.eclipse.emf.teneo.eclipselink.examples.library.orm
plugins/
org.eclipse.emf.teneo.eclipselink
org.eclipse.emf.teneo.eclipselink.common
org.eclipse.emf.teneo.eclipselink.common.ui
org.eclipse.emf.teneo.eclipselink.elistfactory
org.eclipse.emf.teneo.eclipselink.ui
tests/
org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests
org.eclipse.emf.teneo.eclipselink.elistfactory.tests
org.eclipse.emf.teneo.eclipselink.tests

Back to the top