What are IDL compilers?
Answer / 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 |
What is the default value of "vbroker.agent.localfile" property?
How VisiBroker provides Interface and implementation repositories?
what does Visibroker's interface repository server is called ?
What is VisiBroker's Smart Agent (osagent) Architecture?
How VisiBroker provides an Implementation and Object Activation Support?
What is the default value of "vbroker.agent.enablecache" property?
How to Write the account interface in IDL?
What is the use of idl2java [options] {filename}?
What is the default value of "broker.agent.port" property?
What is the default value of "vbroker.agent.addrfile" property?
How to Deploy java applications with VisiBroker?
What is the default value of "java.rmi.server.usecodebaseonly" property?