Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by truefriend

  1. truefriend

    Writing Idl dynamically to IR

    hi, can any one tell me how to write Idl dynamically to IR . when ir is empty. using the create_xxxx methods siva
  2. truefriend

    How does the client locate the specific server object that it requires

    actually client finds the server by IOR(Interoperability Object Reference). This IOR contains the information about the server, its port and object references! its in binary format. we cannot understand the IOR. Naming services uses the IOR to map to the server.use visibroker for java start the...
  3. truefriend

    Objects as parameters to a remote method call to a corba object

    the java object should also have an idl. You have to create an idl for the object and put as a parameter for the method, in the same file or different file.if u want to use predefined java objects like vectors, and other java object types then try with Any class provided in org.omg.CORBA package.
  4. truefriend

    reflection in CORBA!

    hai, yes we can have reflection in CORBA . we use InterfaceRepository(IR) for reflection. in corba we do not call as reflection. There are some interfaces provided by the corba using which we can do this reflection. bye

Part and Inventory Search

Back
Top