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 "DTP 1 0 API USE CASES"

 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
←[[Data Tools Platform Project | Back to DTP Main Page]]
+
{{Back To|name=DTP Main Page|href=Data Tools Platform Project}}
 
==Purpose==
 
==Purpose==
  
Ultimately, extension points and Java API in Eclipse exist for the purpose of enabling extenders to use the underlying components in their own applications. To the end, Eclipse projects concentrate on delivering extensible frameworks and exemplary tools. Following these principles, DTP has been designed to enable extension. The purpose of this page is to document the use cases covered by these extensions. In other words, we are anwsering the question "What can I build on DTP?"
+
Ultimately, extension points and Java API in Eclipse exist for the purpose of enabling extenders to use the underlying components in their own applications. To the end, Eclipse projects concentrate on delivering extensible frameworks and exemplary tools. The purpose of this page is to document the use cases covered by these extensions. In other words, we are anwsering the question "What can I build on DTP?"
  
 
==Use Cases==
 
==Use Cases==
Line 17: Line 17:
 
*[[UC_CONN_Define_Driver_Definition | Managing Data Source Drivers with DTP]]
 
*[[UC_CONN_Define_Driver_Definition | Managing Data Source Drivers with DTP]]
 
*[[UC_CONN_Define_Connection_Profile | Connecting to a Data Source with DTP]]
 
*[[UC_CONN_Define_Connection_Profile | Connecting to a Data Source with DTP]]
 +
 +
==== Open Data Access (ODA) ====
 +
 +
*[[UC_CONN_ODA_Create_Custom_ODA_Provider | Creating a Custom ODA Data Source]]
 +
*[[Use Case - Extending an ODA Runtime Driver | Extending an ODA Runtime Driver]]
 +
*[[Use Case - Consuming ODA Data Sources | Consuming ODA Data Sources]]
 +
 +
==== SQL Dev Tools ====
 +
 +
*[[Use Case - Extending SQL Editor Framework | Extending SQL Editor Framework]]

Latest revision as of 23:26, 26 August 2007

Back to DTP Main Page

Purpose

Ultimately, extension points and Java API in Eclipse exist for the purpose of enabling extenders to use the underlying components in their own applications. To the end, Eclipse projects concentrate on delivering extensible frameworks and exemplary tools. The purpose of this page is to document the use cases covered by these extensions. In other words, we are anwsering the question "What can I build on DTP?"

Use Cases

In each section below, use cases are provided for each DTP project, to demonstrate extensibility dimensions.

Model Base

Connectivity

Open Data Access (ODA)

SQL Dev Tools

Back to the top