nameservice

Java's CORBA ORB and connecting to a 3rd party Naming Service

Hi all, The Following is from JavaTM IDL FAQ: How do I connect to a 3rd-party Naming Service from Sun's ORB? The recommended way is to use the Interoperable Naming Service (INS) , if this option is supported by the 3rd-party Naming Service. To use the Sun ORB with another vendor's Naming Service, Start th...

Zeroconf Name resolution

I am developing a control device with an embedded webserver. The webserver provides a control interface to any web browser that requests it (from Windows browsers, Mac browsers, iPhone android etc). The problem I am having is with a general way of generically knowing how to access the device. i.e. what address to type in the web browser...