HomeEMF HibernateEMF JDO/JPOXWeb App GenerationServices
Built with Apache Forrest logo
 

Teneo Eclipse EMF project

Teneo persistency is an Eclipse EMF project:

  • The elver.org website will remain the source for documentation of Teneo.
  • The source code can be retrieved from Eclipse cvs. The new main java package name is now: org.eclipse.emf.teneo.jpox
  • Teneo/Elver is part of the EMF build process, builds can be downloaded here: Teneo Downloads (select the Teneo project in the listbox). For the Eclipse update manager use: http://download.eclipse.org/modeling/emf/updates/interim/.
  • Support is given on the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.

EMF Persistency Solution using JDO/JPOX

The EMF - JPOX integration supports all EMF and JDO 2.0/JPOX features. EMF objects can be persisted in most major relational databases and retrieved using an EMF resource approach or advanced JDOQL queries.

Current versions:

Teneo can currently only be used with an older version of jpox: JPOX 1.1.9. Support for the newest JPOX version: DataNucleus is expected in the third quarter of 2008.

  • 0.7.5 for Eclipse 3.2/EMF 2.2/JPOX 1.1.7 and jdk 1.4
  • 1.0.0 for Eclipse 3.4-3.3/EMF 2.4-2.3/JPOX 1.1.9 and jdk 1.5

For more information, visit the following links: Status, Features, Release Notes

For troubleshooting please visit the Known Issues and Troubleshooting pages.

JPOX

The EMF - JDO/JPOX integration is a layer over the JPOX 1.1.9 (JDO 2.0) product. JPOX is the reference implementation for JDO 2.0. The jpox website has excellent documentation. Please visit JPOX at http://www.jpox.org.

JPOX Logo

EMF

The Eclipse Modeling Framwork (EMF) is a modeling and code generation framework which generates source code from different sources: an UML diagram or a XML Schema. For more information see here.