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"

(CVS, Support, Commit Mailing List and FAQ)
(Documentation)
 
(21 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
'''EMF & ORM''': Teneo is a Model-Relational mapping and runtime database persistence solution for the [http://www.eclipse.org/emf Eclipse Modeling Framework] (EMF). Teneo integrates EMF with both [http://www.hibernate.org Hibernate] and [http://www.eclipse.org/eclipselink EclipseLink].
 
'''EMF & ORM''': Teneo is a Model-Relational mapping and runtime database persistence solution for the [http://www.eclipse.org/emf Eclipse Modeling Framework] (EMF). Teneo integrates EMF with both [http://www.hibernate.org Hibernate] and [http://www.eclipse.org/eclipselink EclipseLink].
  
'''Web-service/Web-application''': Teneo with EMF is particularly well-suited for use in ''server oriented model-driven web-service and web-application environments''.  
+
'''Web-service/Web-application''': If you want to work with EMF in a web environment or connect your RCP to a standard JPA web-server, consider using the '''EMFT Texo''' project, for more information see the [[Texo|Texo wiki]].  
  
 
'''RCP''': if you want to develop a RCP with less emphasys on custom server side logic consider using [[CDO|CDO]]. Teneo is used for Model Relational mapping within the [[CDO_Hibernate_Store|CDO Hibernate Store]].
 
'''RCP''': if you want to develop a RCP with less emphasys on custom server side logic consider using [[CDO|CDO]]. Teneo is used for Model Relational mapping within the [[CDO_Hibernate_Store|CDO Hibernate Store]].
 +
 +
'''RCP connected to a JPA compliant server''': if you want to connect your RCP to a standards compliant JPA (web-)server consider using the '''EMFT Texo''' project, for more information see the [[Texo|Texo wiki]].
 +
 
==Features==
 
==Features==
 
* '''Powerful Tool Combination''': Teneo integrates EMF with existing persistency solutions, combining strong model-driven code generation functionality with the power of storage, caching and querying of sophisticated object-relational mapping and persistency software.
 
* '''Powerful Tool Combination''': Teneo integrates EMF with existing persistency solutions, combining strong model-driven code generation functionality with the power of storage, caching and querying of sophisticated object-relational mapping and persistency software.
Line 15: Line 18:
 
For detailed information, manuals and tutorials for each solution visit the ORM specific part of the site:
 
For detailed information, manuals and tutorials for each solution visit the ORM specific part of the site:
 
* '''[[Teneo/Hibernate|Hibernate]]''': The EMF - Hibernate integration supports persisting of basic EObjects, ELists with 1:n, n:m, one-way, two-way and contained relations. EMF Objects can be retrieved using HQL queries. For more information see [[Teneo/Hibernate|here]]
 
* '''[[Teneo/Hibernate|Hibernate]]''': The EMF - Hibernate integration supports persisting of basic EObjects, ELists with 1:n, n:m, one-way, two-way and contained relations. EMF Objects can be retrieved using HQL queries. For more information see [[Teneo/Hibernate|here]]
* '''[[Teneo/EclipseLink|EclipseLink]]''': The EMF - EclipseLink integration is a fully JPA compliant solution using the EclipseLink orm tool. For more information see [[Teneo/EclipseLink|here]]
+
* '''[[Teneo/EclipseLink|EclipseLink]]''': '''[[Teneo/EclipseLink|Teneo Eclipselink]] is not actively maintained anymore (from 2012 onwards). For using EMF in combination with Eclipselink please check out the [[Texo|EMFT Texo]] project.'''
  
 
==Versions==
 
==Versions==
 
Teneo supports the three current EMF versions:
 
Teneo supports the three current EMF versions:
* EMF 2.4 (Eclipse 3.4): for this EMF version the Teneo release numbered 1.0.4 should be used.
+
* EMF 2.7 (Eclipse 3.7): supported by Teneo version 2.0.0.
* EMF 2.5 (Eclipse 3.5): for this EMF version the Teneo builds numbered 1.1.2 should be used.
+
* EMF 2.8 (Eclipse 3.8): supported by Teneo version 2.0.0.
* EMF 2.6 (Eclipse 3.6): for this EMF version the Teneo builds numbered 1.2.0 should be used.
+
* EMF 2.9-2.10 (Eclipse 4.0-4.4): supported by Teneo versions 2.0.0 and 2.1.0 (supports Hibernate 4.3 and further).
  
== CVS, Support, Commit Mailing List and FAQ ==
+
== GIT, Support, Commit Mailing List and FAQ ==
  
The Teneo source code can be found here (CVS):
+
The Teneo source code is stored in git in this location:
* dev.eclipse.org
+
* /cvsroot/modeling
+
* org.eclipse.emf/org.eclipse.emf.teneo
+
  
 +
{{Git|teneo|org.eclipse.emf.teneo.git}}
 
If you encounter issues, check the [[Teneo/Hibernate/FAQ|FAQ]] page.  
 
If you encounter issues, check the [[Teneo/Hibernate/FAQ|FAQ]] page.  
  
Support for Teneo is given on the [http://www.eclipse.org/modeling/emf/newsgroup-mailing-list.php EMF newsgroup]. For accessing the news group through a browser visit this [http://www.eclipse.org/forums/index.php?t=thread&frm_id=108 page].
+
Support for Teneo is given on the [http://www.eclipse.org/modeling/emf/newsgroup-mailing-list.php EMF newsgroup]. For accessing the news group through a browser visit this [http://www.eclipse.org/forums/eclipse.tools.emf page]. To read newsgroups using a client application, install [http://pan.rebelbase.com/ Pan Newsreader] (<tt>pan</tt> Debian/Ubuntu package) or [http://knode.sourceforge.net/ KNode] (<tt>knode</tt> Debian/Ubuntu package).
  
 
To subscribe to the commit mailing list, visit this page: https://dev.eclipse.org/mailman/listinfo/teneo-commit
 
To subscribe to the commit mailing list, visit this page: https://dev.eclipse.org/mailman/listinfo/teneo-commit
 +
 +
Before November 2011, source code was stored in cvs, the cvs repository has been converted to git, for your reference you can find the archived cvs repository [http://archive.eclipse.org/modeling/emf/teneo/teneo_cvs.tgz here].
 +
 +
== Continuous Build ==
 +
 +
Teneo is build using [[Buckminster|Buckminster]] and [[Hudson|Hudson]] in a continuous build system.
 +
 +
* [https://hudson.eclipse.org/hudson/job/emf-teneo-nightly/ Teneo nightly build job]
 +
* Detailed description on  [[Teneo/Teneo_Build_Setup|Teneo's build setup]]
 +
 +
Update site containing the latest successful nightly builds:
 +
https://hudson.eclipse.org/hudson/job/emf-teneo-nightly/lastSuccessfulBuild/artifact/build/result/p2site/
 +
 +
[[Category:Teneo]][[Category:EMF]][[Category:Hibernate]]

Latest revision as of 17:29, 6 January 2015

EMF & ORM: Teneo is a Model-Relational mapping and runtime database persistence solution for the Eclipse Modeling Framework (EMF). Teneo integrates EMF with both Hibernate and EclipseLink.

Web-service/Web-application: If you want to work with EMF in a web environment or connect your RCP to a standard JPA web-server, consider using the EMFT Texo project, for more information see the Texo wiki.

RCP: if you want to develop a RCP with less emphasys on custom server side logic consider using CDO. Teneo is used for Model Relational mapping within the CDO Hibernate Store.

RCP connected to a JPA compliant server: if you want to connect your RCP to a standards compliant JPA (web-)server consider using the EMFT Texo project, for more information see the Texo wiki.

Features

  • Powerful Tool Combination: Teneo integrates EMF with existing persistency solutions, combining strong model-driven code generation functionality with the power of storage, caching and querying of sophisticated object-relational mapping and persistency software.
  • Flexible Approach: Teneo automatically maps models to relational database schema. The mapping can be fully controlled, overridden and extended with JPA annotations in the model itself or in a separate xml file.
  • Extensive Coverage: Teneo supports persistence of virtually every ecore model out-of-the-box without additional manual mapping work.
  • Server-Side-Solutions: Teneo is primarily for server-oriented environments with business logic running on the server. Especially web-service solutions can benefit from the EMF XML (de-) serialization support combined with automatic Model-Relational mapping and runtime database persistence.

Documentation

For detailed information, manuals and tutorials for each solution visit the ORM specific part of the site:

  • Hibernate: The EMF - Hibernate integration supports persisting of basic EObjects, ELists with 1:n, n:m, one-way, two-way and contained relations. EMF Objects can be retrieved using HQL queries. For more information see here
  • EclipseLink: Teneo Eclipselink is not actively maintained anymore (from 2012 onwards). For using EMF in combination with Eclipselink please check out the EMFT Texo project.

Versions

Teneo supports the three current EMF versions:

  • EMF 2.7 (Eclipse 3.7): supported by Teneo version 2.0.0.
  • EMF 2.8 (Eclipse 3.8): supported by Teneo version 2.0.0.
  • EMF 2.9-2.10 (Eclipse 4.0-4.4): supported by Teneo versions 2.0.0 and 2.1.0 (supports Hibernate 4.3 and further).

GIT, Support, Commit Mailing List and FAQ

The Teneo source code is stored in git in this location:

org.eclipse.emf.teneo.git (browse, stats, fork on OrionHub)

If you encounter issues, check the FAQ page.

Support for Teneo is given on the EMF newsgroup. For accessing the news group through a browser visit this page. To read newsgroups using a client application, install Pan Newsreader (pan Debian/Ubuntu package) or KNode (knode Debian/Ubuntu package).

To subscribe to the commit mailing list, visit this page: https://dev.eclipse.org/mailman/listinfo/teneo-commit

Before November 2011, source code was stored in cvs, the cvs repository has been converted to git, for your reference you can find the archived cvs repository here.

Continuous Build

Teneo is build using Buckminster and Hudson in a continuous build system.

Update site containing the latest successful nightly builds: https://hudson.eclipse.org/hudson/job/emf-teneo-nightly/lastSuccessfulBuild/artifact/build/result/p2site/

Back to the top