Answer Posted / shilpa jain
VisiBroker comes with three IDL compilers that make object development easier,
– idl2java:Theidl2javacompilertakesIDLfilesasinputandproducesthenecessary client stubs and server skeletons in Java.
– idl2cpp:Theidl2cppcompilertakesIDLfilesasinputandproducesthenecessary client stubs and server skeletons in C++.
– idl2ir:Theidl2ircompilertakesanIDLfileandpopulatesaninterfacerepository with its contents. Unlike the previous two compilers, idl2ir functions with both the C++ and Java ORBs.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you have experience on implementing system access control and security service using VisiBroker for Java?
What is the default value of "vbroker.agent.clienthandlerport" property?
What is the default value of "javax.rmi.corba.portableremoteobjectclass" property?
Files produced by the idl compiler how ?
What is the default value of "vbroker.agent.enablelocator" property?
How to Generate client stubs and server servants?
How the Customizing of the VisiBroker ORB with interceptors and object wrappers?
What is the default value of "vbroker.agent.maxretries" property?
What is the default value of "vbroker.agent.keepalivethreshold" property?
What is the default value of "java.rmi.server.codebase" property?
What is the default value of "vbroker.agent.debug" property?
What is the use of java2idl [options] {filename}?
What is the default value of "java.rmi.server.usecodebaseonly" property?
How VisiBroker provides an Implementation and Object Activation Support?
How VisiBroker provides an Enhanced Object Discovery Using the Location Service?