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 use of idl2java [options] {filename}?
How Defining interfaces without IDL in VisiBroker?
What is the default value of "vbroker.agent.debug" property?
What is the use of vbj [options] [arguments normally sent to java VM] {class} [arg1 arg2 ...]?
How to Write the account interface in IDL?
What is the default value of "vborker.agent.clientport" property?
How to Generate client stubs and server servants?
How VisiBroker provides Interface and implementation repositories?
How to map IDL to Java ?
What is Backing stores in the Naming Service?
What is the use of java2idl [options] {filename}?
What are IDL compilers?