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 "Ecore ODA Driver-Proposal"

(Status)
m (Introduction)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
  
The Ecore ODA Driver is in process to become a [[DTP Incubator]] project. It will provide the ability to query Ecore models using [http://www.eclipse.org/modeling/mdt/?project=ocl OCL] by implementing the [[Use Case - Create a Custom ODA Data Source|ODA]] API. The restriction to use OCL (text-based) queries is based on the design of the ODA API. [http://www.eclipse.org/modeling/emf/?project=query#query EMF Queries] may be supported at runtime in the future.
+
The Ecore ODA Driver is a proposed component of the [[DTP Incubator]] project. It will provide the ability to query Ecore models using [http://www.eclipse.org/modeling/mdt/?project=ocl OCL] by implementing the [[Use Case - Create a Custom ODA Data Source| Open Data Access (ODA)]] API. The restriction to use OCL (text-based) queries is based on the design of the ODA API. [http://www.eclipse.org/modeling/emf/?project=query#query EMF Queries] may be supported at runtime in the future.
  
 
==Status==
 
==Status==

Revision as of 17:02, 1 April 2008

Introduction

The Ecore ODA Driver is a proposed component of the DTP Incubator project. It will provide the ability to query Ecore models using OCL by implementing the Open Data Access (ODA) API. The restriction to use OCL (text-based) queries is based on the design of the ODA API. EMF Queries may be supported at runtime in the future.

Status

Initial code has been committed (see CVS, below) but the code is not yet complete. While most of the driver itself is in place the UI requires some finish work.

Detail status are tracked in Bugzilla 132958.

It is hoped that a useful release will be complete in time for Ganymede.

Contributors

CVS

The Ecore ODA Driver and UI can be checked out of CVS from the Datatools_Project Repository of dev.eclipse.org with a path of org.eclipse.datatools.incubator/plugins.

Browse: ViewCVS

Back to the top