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
How Defining interfaces without IDL in VisiBroker?
What is the default value of "javax.rmi.corba.utilclass" property?
How to Deploy java applications with VisiBroker?
What is the default value of "vbroker.agent.keepalivethreshold" property?
what is tie mechanism in CORBA/Visibroker?
What is the default value of "vbroker.agent.keepalivetimer" property?
How to map IDL to Java ?
What is the default value of "vbroker.agent.clientportrange" property?
What is the use of idl2java [options] {filename}?
Do you have experience on implementing system access control and security service using VisiBroker for Java?
What is the default value of "vbroker.agent.localfile" property?
What is the default value of "broker.agent.port" property?
Files produced by the idl compiler how ?
What is the default value of "vbroker.agent.addrfile" property?
How VisiBroker provides Interface and implementation repositories?