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 (Getting Started in Eclipse 3.4 (Ganymede))
m (Getting Started in Eclipse 3.4 (Ganymede))
Line 2: Line 2:
 
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.
 
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) =
+
'''Under Construction'''
 +
 
 +
= Getting Started with Teneo-EclipseLink in Eclipse 3.4 (Ganymede) =
  
 
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]
Line 27: Line 29:
 
:: 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 16:35, 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.

Under Construction

Getting Started with Teneo-EclipseLink 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

4.

Back to the top