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 "CDO/Hibernate Store/Download and Install"

(Download locations)
(Download locations)
Line 29: Line 29:
 
Teneo Hibernate 1.2.0 can be downloaded here:
 
Teneo Hibernate 1.2.0 can be downloaded here:
 
[http://www.eclipse.org/modeling/emf/downloads/?project=teneo http://www.eclipse.org/modeling/emf/downloads/?project=teneo]
 
[http://www.eclipse.org/modeling/emf/downloads/?project=teneo http://www.eclipse.org/modeling/emf/downloads/?project=teneo]
(Teneo 1.2.0 can be found a little lower on the page
+
(Teneo 1.2.0 can be found a little lower on the page)
  
 
Download hibernate and database drivers (mysql and hsqldb) from here:
 
Download hibernate and database drivers (mysql and hsqldb) from here:
 
[http://net4j.sourceforge.net/update/downloads/ http://net4j.sourceforge.net/update/downloads/]
 
[http://net4j.sourceforge.net/update/downloads/ http://net4j.sourceforge.net/update/downloads/]
 
then select a recent ThirdPartyyDrivers zip file (for the tutorials the ThirdPartyDrivers_v6.zip was used).
 
then select a recent ThirdPartyyDrivers zip file (for the tutorials the ThirdPartyDrivers_v6.zip was used).

Revision as of 18:01, 20 January 2010

Required plugins/versions

The CDO Hibernate data store for CDO 3.0 requires the following software:

  • Eclipse 3.6 (Helios)
  • EMF 2.6
  • CDO 3.0
  • Hibernate 3.3.2 or later (not earlier)
  • Teneo 1.2.0
  • JDBC drivers for relevant databases

All the software should be installed/installed as plugins.

Download locations

To download Eclipse 3.6 (Helios). At this time (January 2010) Eclipse 3.6 is still under development so to download it go to this page: http://www.eclipse.org/downloads/ and then the Development Builds tab. To follow the tutorials the Eclipse IDE for Java EE Developers or Eclipse IDE for Java Developers can be used (no need to pick the full modeling tools).

EMF is probably included in the Eclipse IDE. But if it isn't then it can be downloaded here: http://www.eclipse.org/modeling/emf/downloads/?project=emf (see the maintenance builds a bit lower on the page):

To download the CDO plugins visit this page: https://build.eclipse.org/hudson/job/cbi-emf-net4j-cdo-3.0/lastSuccessfulBuild/artifact/build and then click on Nxyz (where xyz is a date) to open the nightly build location. The easiest is to download the all features and plugins zip: emf-cdo-AllFeaturesAndPlugins-N201001181004.zip (with a different date in your case ofcourse)

Teneo Hibernate 1.2.0 can be downloaded here: http://www.eclipse.org/modeling/emf/downloads/?project=teneo (Teneo 1.2.0 can be found a little lower on the page)

Download hibernate and database drivers (mysql and hsqldb) from here: http://net4j.sourceforge.net/update/downloads/ then select a recent ThirdPartyyDrivers zip file (for the tutorials the ThirdPartyDrivers_v6.zip was used).

Back to the top