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"

(Required plugins/versions)
(Download locations)
Line 13: Line 13:
 
== Download locations ==
 
== 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 and then the Development Builds tab:
+
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/ http://www.eclipse.org/downloads/]
 
[http://www.eclipse.org/downloads/ 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).
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:
 
EMF is probably included in the Eclipse IDE. But if it isn't then it can be downloaded here:
Line 28: Line 27:
 
(with a different date in your case ofcourse)
 
(with a different date in your case ofcourse)
  
Then download Teneo Hibernate 1.2.0:
+
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
  
Then download hibernate and database drivers 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/]
then select a recent ThirdPartyyDrivers zip file (I used ThirdPartyDrivers_v6.zip).
+
then select a recent ThirdPartyyDrivers zip file (for the tutorials the ThirdPartyDrivers_v6.zip was used).
NOTE: you need to use the Hibernate 3.3.1 version *not* the Hibernate 3.3.2 version!
+
This is an update site and I noticed that in Chrome this link does not open, in Firefox it does. Anyway you can always download and install these plugins through an update manager also. For the tutorials below I downloaded:
+
org.hsqldb - 1.8.0.200912171633
+
org.hibernate - 3.3.2.200912171633
+
com.mysql.jdbc - 5.1.7.200912171633
+

Revision as of 18:00, 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