[omniORB] Thorough documentation

Stephen Crawley crawley@dstc.edu.au
Wed, 03 Jan 2001 12:04:01 +1000


> I have just started working on a project using omniORB 3.0.2 to connect
> to a service written using BOA, but I can't find documentation on the
> BOA interface.  The sample code provided with this remote service
> makes me aware that the omniORB documentation covers essential points,
> but not all of CORBA 2.3.

Erm ... BOA is not part of CORBA 2.3.

If you want documentation on BOA, you'll have to look at the documentation
for the ORB that was used to implement the service you are trying to
connect to.  But I don't see why you would need to do this to implement
a client.  It does not matter to the client-side what OA was used on the
server side.

-- Steve