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...
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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.