Re: connections over networks



Hi
> Will this work with Orbit to non-Orbit if I do my work on my side (with
> Orbit) and a ORB on the other side wich is accepting requests over
> networks?
> And how would I do it with the NameServer ?
> Do you know any docs or tutorials about CORBA over Network ?

Yes this should also work with other ORB's. The point is: have at least
one
IOR from the "servers" at client side. This means for simple services
move the
server IOR via file to the client and use it. For complex server client
configurations
you can use the NameService as a central dispatcher for server addresses
and you have
only to handle with the NameService IOR. 

So useing NameService means: get the NameService IOR to all servers and
client. Pick
a good name for each Service and code into the server: register your
Interface under
this name at the NameService. Now your clients take the NameService IOR
and ask there
for the Name and get the Object Refernce. This can be directly used in
the client.

Regards,
		Harald

PS: For ref. to CORBA guides have a look to ORNit home page
http://www.labs.redhat.com/orbit/
-- 
       <<<<              Harald Böhme, Berlin 12489          >>>>
      <<<<             Radicke Str. 52                      >>>>
     <<<<            boehme informatik hu-berlin de        >>>>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]