← Prev in month ← Prev in thread
Next in thread → Next in month →

Minor last minute comments on the SDO Java spec

From
Blaise Doughan <>
Date
2008-12-16T15:50:44+00:00
ID
Thread
Minor last minute comments on the SDO Java spec
Hello All,

Minor last minute comments on the SDO Java spec:

http://www.oasis-open.org/apps/org/workgroup/sdo/download.php/30392/sdo-java-3.0-spec-wd04-131208.doc

Page 8

Contains URLs to sites that need to be removed/updated:

http://dev2dev.bea.com/technologies/commonj/index.jsp

http://www.xcalia/xdn/specs/sdo

http:/www.sybase.com

Page 9

Change: 
DataFactory INSTANCE = HelperProvider.getJavaHelper();

To:  JavaHelper INSTANCE = HelperProvider.getJavaHelper();

Page 10

Change:  Type
t = TypeHelper.INSTANCE.define(Customer.class);

To:  Type t = JavaHelper.INSTANCE.define(Customer.class);

Pages 10-11

Shouldn't lines 126-146 be removed?

Page 11

Broken Reference:   REF _Ref196721240 \h Error! Reference
source not found.

Page 23

Shouldn't the HelperProvider class have a getJavaHelper() method?

Page
24

Broken Reference:   REF _Ref196721240 \h Error! Reference
source not found.

-Blaise
← Prev in month ← Prev in thread
Next in thread → Next in month →