Archived

This forum has been archived. Please start a new discussion on GitHub.

Indirect Proxy

In Ice 3.4.1 documentation there is an explaination of stringified proxy. The Printer Hello World example only explains about stringified proxy. Can anyone help me explaning indirect proxy using some example. I tried to read thru the pdf got an idea of what is indirect proxy but if i can have an example of indirect implementation will give much more understanding.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Did you check out the sample from the demo/IceGrid/simple directory in your Ice distribution? If not, I recommend try it out and check its source code and configuration. The client configuration file contains the specification of the Ice default locator that will be used at runtime to resolve indirect proxies. For the demo, the locator is used to resolve the "hello" stringified indirect proxy.

    Cheers,
    Benoit.
  • yup it is working fine now. Thank you.