How to Generate client stubs and server servants?



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

Post New Answer

More VisiBroker Interview Questions

What is the default value of "vbroker.agent.failover" property?

1 Answers  


What is the default value of "vbroker.agent.enablelocator" property?

1 Answers  


What is the default value of "javax.rmi.corba.stubclass" property?

1 Answers  


What are IDL compilers?

1 Answers  


What is the use of vbjc [arguments normally passed to javac]?

1 Answers  


How to Write the account interface in IDL?

1 Answers  


What is the default value of "vborker.agent.clientport" property?

1 Answers  


What is the use of java2idl [options] {filename}?

1 Answers  


What is the default value of "vbroker.agent.maxretries" property?

1 Answers  


What is the use of idl2java [options] {filename}?

1 Answers  


What is the default value of "vbroker.agent.addr" property?

1 Answers  


What is the use of java2iiop [options] {class name}

1 Answers  


Categories