Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 153999 - New Plug-in Project Template Wizards to generate ODA extension plugin projects
Summary: New Plug-in Project Template Wizards to generate ODA extension plugin projects
Status: CLOSED FIXED
Alias: None
Product: Data Tools
Classification: Tools
Component: Open Data Access (show other bugs)
Version: 0.9   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 1.0RC0   Edit
Assignee: Linda Chan CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 159503 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-15 22:56 EDT by Linda Chan CLA
Modified: 2007-06-26 21:20 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Linda Chan CLA 2006-08-15 22:56:05 EDT
Provide a "New Project" Wizard to create plug-in projects for ODA runtime and designer extensions.  The generated plugin projects will include class templates and default implementation.
The objective is to help an ODA extension developer to kick-start her development of customized ODA data source extensions.
Comment 1 Linda Chan CLA 2006-10-10 17:03:01 EDT
*** Bug 159503 has been marked as a duplicate of this bug. ***
Comment 2 Linda Chan CLA 2006-11-11 04:42:37 EST
Committed initial contribution.
Comment 3 Linda Chan CLA 2006-11-20 21:44:36 EST
Resolved. 

Two ODA plugin template wizards are provided; one for ODA data source runtime driver, another for ODA data source designer.
Each would automatically create a new plug-in project, with auto generated implementations of related ODA extension points.  The auto-generated Java classes are implemented with method stubs that support a single result set and input parameters.  It has hard-coded the result set data retrieved so that an ODA extension developer can immediately verify that the generated ODA driver plugins work fine with an ODA consumer, e.g. BIRT.  
One should then go thru all the "TODO" tags in the generated source code to customize it as appropriate for her own custom data source's behavior.
Comment 4 Linda Chan CLA 2007-06-26 21:20:06 EDT
Verified and closed.