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 "EclipseLink/Development/DBWS"

Line 22: Line 22:
 
* Nov 14th, 2008
 
* Nov 14th, 2008
 
** defer work on [https://bugs.eclipse.org/bugs/show_bug.cgi?id=249600 bug 249600 - auto-detect optimistic lock field]
 
** defer work on [https://bugs.eclipse.org/bugs/show_bug.cgi?id=249600 bug 249600 - auto-detect optimistic lock field]
** change in priority - work on Proof-of-concept demonstrating support for PL/SQL Collections
+
** change in priority - work on Proof-of-concept (POC) demonstrating support for PL/SQL Collections
* Nov 21st, 2008
+
* Nov 21st, 2008 (POC)
 
** test via raw JDBC anon PL/SQL block with JPub-style conversion routines - works
 
** test via raw JDBC anon PL/SQL block with JPub-style conversion routines - works
 
** extract sub-set of JPub - approx. one-third - code
 
** extract sub-set of JPub - approx. one-third - code
 +
* Dec 5th, 2008 (POC)
 +
** check-in stubbed-out JPub SqlReflector API
 +
* Dec 12th, 2008 (POC)
 +
** only use JPub at design-time; James to re-create JPub-style conversion routines in code [https://bugs.eclipse.org/bugs/show_bug.cgi?id=259014
 +
* Dec 19th, 2008 (POC)
 +
** convert DBWSBuilder to use JPub SqlReflector
 +
** convert DBWS runtime provider to use PLSQLStoredProcedureCall JPub-style conversion routines
 +
* Dec 29th 2008 (POC)
 +
** test POC on WLS LOAD 11
 +
* Jan 12th 2009
 +
** start integrating POC into Trunk - ToDo:
 +
*** Core work:
 +
**** test IN, OUT and INOUT for records, collections, %ROWTYPE and %TYPE
 +
*** DBWSBuilder work:
 +
**** auto-build O-R project - walk thru SqlReflector's SqlTypeWithMethods, building nested PLSQLrecord and PLSQLCollection helper objects
 +
**** auto-build O-X project - walk thru ..., building XMLCompositeNNN objects
 +
**** generate XML schema for nested complex objects
 +
**** generate WSDL
 +
**** error-handling
 +
 +
 +
 
</td></tr>
 
</td></tr>
 
</table>
 
</table>

Revision as of 10:44, 23 March 2009

Welcome to the Development Home page for the EclipseLink Database Web Services (DBWS) component

This page displays information about the current state of DBWS development.

Status/News

  • Sept 19th, 2008 - bug 234677 custom schema naming (finished 080922)
  • Sept 22nd, 2008 - bug 234681 - Improve DBWSBuilder utility's use of database metadata to support more auto-generated cases
    • DavidT and I decided to move this to post-1.1 timeframe
    • ToDo - create proposal to deal with Database metadata model classes
  • Oct 3rd, 2008 - bug 249600 - DBWSBuilder utility should auto-detect optimistic lock field
  • Nov 6th, 2008 - add section to FL/HLD on DBWSPackager's
  • Nov 14th, 2008
  • Nov 21st, 2008 (POC)
    • test via raw JDBC anon PL/SQL block with JPub-style conversion routines - works
    • extract sub-set of JPub - approx. one-third - code
  • Dec 5th, 2008 (POC)
    • check-in stubbed-out JPub SqlReflector API
  • Dec 12th, 2008 (POC)
  • Dec 19th, 2008 (POC)
    • convert DBWSBuilder to use JPub SqlReflector
    • convert DBWS runtime provider to use PLSQLStoredProcedureCall JPub-style conversion routines
  • Dec 29th 2008 (POC)
    • test POC on WLS LOAD 11
  • Jan 12th 2009
    • start integrating POC into Trunk - ToDo:
      • Core work:
        • test IN, OUT and INOUT for records, collections, %ROWTYPE and %TYPE
      • DBWSBuilder work:
        • auto-build O-R project - walk thru SqlReflector's SqlTypeWithMethods, building nested PLSQLrecord and PLSQLCollection helper objects
        • auto-build O-X project - walk thru ..., building XMLCompositeNNN objects
        • generate XML schema for nested complex objects
        • generate WSDL
        • error-handling


Bugs

Open DBWS-related bugs
Closed DBWS bugs

Useful Links

Back to the top