How can I implement W3 spec. in Smalltalk ?

Oleg Moroz moroz at metahood.ru
Tue Sep 21 10:07:41 UTC 1999


> Is there a common / standard / normative way of transforming an IDL spec
> into smalltalk-valid message names ?

That is the subject of CORBA "Smalltalk Language Mapping Specification"
document, the latest version is 99-07-65 (apparently revised for CORBA 2.3),
available from OMG (http://www.omg.org).

For your example,

ProcessingInstruction createProcessingInstruction(in DOMString target, in
DOMString data)
    raises (DOMException);

maps to

createProcessingInstruction: aTarget data: aData

Oleg Moroz
Software Engineer
Geonix / MetaHood





More information about the Squeak-dev mailing list