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 25: Line 25:
 
* Nov 21st, 2008 (POC)  
 
* 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 code (approx. one-third)
 
* Dec 5th, 2008 (POC)  
 
* Dec 5th, 2008 (POC)  
 
** check-in stubbed-out JPub SqlReflector API
 
** check-in stubbed-out JPub SqlReflector API
Line 48: Line 48:
 
** PublisherVisitor/PublisherWalker/PublisherListener to walk through SqlReflector SqlType objects
 
** PublisherVisitor/PublisherWalker/PublisherListener to walk through SqlReflector SqlType objects
 
** generate XML schema for nested complex objects needed from OX team [https://bugs.eclipse.org/bugs/show_bug.cgi?id=263279|bug 263279]
 
** generate XML schema for nested complex objects needed from OX team [https://bugs.eclipse.org/bugs/show_bug.cgi?id=263279|bug 263279]
 +
* Jan 30th 2009 (convert POC to Production code)
 +
** separate building PLSQLCollection/PLSQLrecord objects from building OR descriptors - use chain of adapter-Vistors
 +
* Feb 6th 2009
 +
** create burn-down spreadsheet of remaining DBWSBuilder work (auto-build projects, XML schema, WSDL, etc) - target 090312
 +
* Feb 13th 2009
 +
** tested complex nested combinations
 +
** create JavaSE6 'container-less' [http://java.sun.com/javase/6/docs/api/javax/xml/ws/Endpoint.html|EndPoint] service: test SOAP message parsing
 +
 
</td></tr>
 
</td></tr>
 
</table>
 
</table>

Revision as of 10:52, 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 code (approx. one-third)
  • 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 (bug 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
  • Jan 23rd 2009 (convert POC to Production code)
    • PublisherVisitor/PublisherWalker/PublisherListener to walk through SqlReflector SqlType objects
    • generate XML schema for nested complex objects needed from OX team 263279
  • Jan 30th 2009 (convert POC to Production code)
    • separate building PLSQLCollection/PLSQLrecord objects from building OR descriptors - use chain of adapter-Vistors
  • Feb 6th 2009
    • create burn-down spreadsheet of remaining DBWSBuilder work (auto-build projects, XML schema, WSDL, etc) - target 090312
  • Feb 13th 2009
    • tested complex nested combinations
    • create JavaSE6 'container-less' [1] service: test SOAP message parsing

Bugs

Open DBWS-related bugs
Closed DBWS bugs

Useful Links

Back to the top