Community
Participate
Working Groups
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.
*** Bug 159503 has been marked as a duplicate of this bug. ***
Committed initial contribution.
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.
Verified and closed.