[omniORB] [omniORB]How do I bind to ORB(Visibroker)?

bjorn rohde jensen shamus@tdcadsl.dk
Mon Jun 24 09:44:01 2002


Hi Mohan,

 Client applications need an object reference to contact
a suitable server, and that is pretty much it. The implementation
of the server is transparent to the client. You only have
to decide, how your client applications get object references
to servers. Some options are; NameService, IOR/corbaloc and
TradingService. The easiest way is probably to publish the references
in a NameService, like you have seen in examples. You could
also use an IOR, which is distributed to the clients by
nonCORBA means or persistent ie always the same. This a little
more complicated and less flexible, but you dont need a NameService
that way.

Yours sincerely,

Bjorn