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 "UC CONN Define Driver Definition"

(No difference)

Revision as of 12:32, 18 September 2006

Back to DTP Main Page

Purpose

To provide one place per Eclipse platform instance where definitions of components (drivers) used to access specific types of resources can be specified. Once complete the Driver Definitions become templates that other components in Eclipse interested in access to that type of data source can leverage. From the user's perspective, this centralization means that driver-specific details do not have to be supplied multiple times across data tooling in Eclipse. In addition to leveraging these driver defintions in the Eclipse platform instance, extenders can provide reasonable defaults for specific cases, reducing the work required of users and providing hints about the values required to achieve connectivity.

Extension Points Involved

  • org.eclipse.datatools.connectivity.driverExtension

Java API Classes

  • org.eclipse.datatools.connectivity.drivers: Core classes for creating, editing, and removing Driver Definitions

Back to the top