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 "Connectivity Europa Features"

(Generic Database Support)
Line 4: Line 4:
  
 
The following are the areas of focus for the Europa release.  NOTE: This information is preliminary.
 
The following are the areas of focus for the Europa release.  NOTE: This information is preliminary.
==Europa Requirements==
+
==Release Goals==
 +
===Europa Requirements===
 
These are derived from the [[Europa Simultaneous Release#Requirements For Participation | Europa release requirements]]
 
These are derived from the [[Europa Simultaneous Release#Requirements For Participation | Europa release requirements]]
 
*Separate runtime and SDK feature sets
 
*Separate runtime and SDK feature sets
Line 13: Line 14:
 
:Top level bugzilla entry [https://bugs.eclipse.org/bugs/show_bug.cgi?id=172550 172550]
 
:Top level bugzilla entry [https://bugs.eclipse.org/bugs/show_bug.cgi?id=172550 172550]
  
==API Promotion==
+
===API Promotion===
 
Elevate provisional API to platform status.
 
Elevate provisional API to platform status.
===Unit Test Coverage===
+
====Unit Test Coverage====
 
Improve unit test coverage for public API.
 
Improve unit test coverage for public API.
===Documentation===
+
====Documentation====
 
Improve developer documentation.
 
Improve developer documentation.
  
===API Revisions===
+
====API Revisions====
 
Planned revisions to public API.  These revisions may be released as provisional API.
 
Planned revisions to public API.  These revisions may be released as provisional API.
  
 
Note: API changes must be completed by '''M6'''
 
Note: API changes must be completed by '''M6'''
====Database Recognition====
+
=====Database Recognition=====
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=174877 BZ 174877]
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=174877 BZ 174877]
 
*Enable database recognition extension point
 
*Enable database recognition extension point
Line 34: Line 35:
 
:Information from DatabaseMetaData should supercede statically defined settings in DatabaseDefinition, where/when applicable ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=166526 BZ 166526]).
 
:Information from DatabaseMetaData should supercede statically defined settings in DatabaseDefinition, where/when applicable ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=166526 BZ 166526]).
  
====DSE Specialization for SQL Model Content====
+
=====DSE Specialization for SQL Model Content=====
 
Define standard approaches for specializing SQL model content ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=162291 BZ 162291])
 
Define standard approaches for specializing SQL model content ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=162291 BZ 162291])
 
*Overriding default container names
 
*Overriding default container names
Line 40: Line 41:
 
*Specializing content structure
 
*Specializing content structure
  
====Integrate Work Offline Mode====
+
=====Integrate Work Offline Mode=====
 
Integrate Work Offline mode with core connectivity framework ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=175005 BZ 175005])
 
Integrate Work Offline mode with core connectivity framework ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=175005 BZ 175005])
  
==WTP/RDB Adopter Migration==
+
===WTP/RDB Adopter Migration===
 
*Ensure feature compatibility
 
*Ensure feature compatibility
 
**Connection selection dialog ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=170130 BZ 170130])
 
**Connection selection dialog ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=170130 BZ 170130])
 
*Provide technical support to adopters
 
*Provide technical support to adopters
  
==ODA Enhancements==
+
===ODA Enhancements===
 
*Integrate connection profile framework with ODA runtime
 
*Integrate connection profile framework with ODA runtime
 
*Add support for multi-dimensional data sources (experimental API)
 
*Add support for multi-dimensional data sources (experimental API)
  
==Generic Database Support==
+
===Generic Database Support===
 
*Expand generic DDL generation to include SPs, UDFs, etc. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=175007 BZ 175007])
 
*Expand generic DDL generation to include SPs, UDFs, etc. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=175007 BZ 175007])
 
*Modify JDBC catalog objects to recycle objects during refresh ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=170579 BZ 170579])
 
*Modify JDBC catalog objects to recycle objects during refresh ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=170579 BZ 170579])
  
==Community Outreach==
+
===Community Outreach===
 
*Document contribution process
 
*Document contribution process
==General==
+
===General===
 
*Update Derby catalog loader to use new catalog loader utility classes ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=167471 BZ 167471])
 
*Update Derby catalog loader to use new catalog loader utility classes ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=167471 BZ 167471])

Revision as of 15:25, 21 February 2007

Back to Connectivity Main Page

Back to DTP 1.5 Project Plan

The following are the areas of focus for the Europa release. NOTE: This information is preliminary.

Release Goals

Europa Requirements

These are derived from the Europa release requirements

  • Separate runtime and SDK feature sets
  • All plugins must specify required JVM version Completed
Target for M5
  • All plugins should be JARed Completed
Target for M5
Top level bugzilla entry 172550

API Promotion

Elevate provisional API to platform status.

Unit Test Coverage

Improve unit test coverage for public API.

Documentation

Improve developer documentation.

API Revisions

Planned revisions to public API. These revisions may be released as provisional API.

Note: API changes must be completed by M6

Database Recognition

BZ 174877

  • Enable database recognition extension point
  • Integrate with ConnectionInfo connection factories
  • Investigate whether or not driver definition templates may be simplified (i.e. remove vendor specific driver definitions)

The proposed solution.

Slightly related:

Information from DatabaseMetaData should supercede statically defined settings in DatabaseDefinition, where/when applicable (BZ 166526).
DSE Specialization for SQL Model Content

Define standard approaches for specializing SQL model content (BZ 162291)

  • Overriding default container names
  • Adding content to default containers
  • Specializing content structure
Integrate Work Offline Mode

Integrate Work Offline mode with core connectivity framework (BZ 175005)

WTP/RDB Adopter Migration

  • Ensure feature compatibility
  • Provide technical support to adopters

ODA Enhancements

  • Integrate connection profile framework with ODA runtime
  • Add support for multi-dimensional data sources (experimental API)

Generic Database Support

  • Expand generic DDL generation to include SPs, UDFs, etc. (BZ 175007)
  • Modify JDBC catalog objects to recycle objects during refresh (BZ 170579)

Community Outreach

  • Document contribution process

General

  • Update Derby catalog loader to use new catalog loader utility classes (BZ 167471)

Back to the top