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/DB4O Store"

< CDO
Line 11: Line 11:
  
 
This document will help users setup their environment and configure CDO to work with DB4O.
 
This document will help users setup their environment and configure CDO to work with DB4O.
 +
 +
== Installation ==
 +
 +
As the [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4861 legal review] is still pending as of now the CDO DB4OStore can not be contributed to the CDO SDK. Consequently it is not yet part of the (Indigo) release train. But it is installable from the [http://www.eclipse.org/cdo/downloads/updates.php CDO Downloads] page.
 +
 +
The DB4O Java Driver bundle is available at, e.g., [http://net4j.sourceforge.net/update http://net4j.sourceforge.net/update]. Ensure that you either install it '''before'' you try to install the CDO DB4OStore or at least add this URL to the list of enabled software sites in your p2 preferences.
 +
 +
----
 +
 +
Wikis: [[CDO]] | [[Net4j]] | [[EMF]] | [[Eclipse]]

Revision as of 12:45, 22 February 2011

The CDO DB4OStore is an implementation of a CDO Store that allows to store models and meta models to DB4O Object-Oriented database.

The current implementation supports all CDO 4.0features with the following exceptions:

  • No External References (hence no meta references)
  • No Delta-Based commits
  • No Raw Access (hence no offline support)
  • No Audit Support
  • No Branching Support
  • No Crash Recovery

This document will help users setup their environment and configure CDO to work with DB4O.

Installation

As the legal review is still pending as of now the CDO DB4OStore can not be contributed to the CDO SDK. Consequently it is not yet part of the (Indigo) release train. But it is installable from the CDO Downloads page.

The DB4O Java Driver bundle is available at, e.g., http://net4j.sourceforge.net/update. Ensure that you either install it 'before you try to install the CDO DB4OStore or at least add this URL to the list of enabled software sites in your p2 preferences.


Wikis: CDO | Net4j | EMF | Eclipse

Back to the top