How to Generate client stubs and server servants?
Answer / Rajan Dhingra
In VisiBroker, you can generate client stubs (also known as skeletons) and server servants using the idl2java and idl2ir commands respectively. The syntax is: idl2java [options] {filename} for generating client stubs, and idl2ir [options] {filename} for generating server servants.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default value of "vbroker.agent.failover" property?
What is the default value of "vbroker.agent.enablelocator" property?
What is the default value of "javax.rmi.corba.stubclass" property?
What are IDL compilers?
What is the use of vbjc [arguments normally passed to javac]?
How to Write the account interface in IDL?
What is the default value of "vborker.agent.clientport" property?
What is the use of java2idl [options] {filename}?
What is the default value of "vbroker.agent.maxretries" property?
What is the use of idl2java [options] {filename}?
What is the default value of "vbroker.agent.addr" property?
What is the use of java2iiop [options] {class name}