1 |
To use idltojava to compile the "hello" example IDL code as
|
2 |
idltojava -fclient -fserver hello.idl
|
3 |
|
4 |
Two sets of Java codes will be generated:
-
Client Java codes:
-
_helloStub.java
-
hello.java
-
hellohelper.java
-
helloHolder.java
-
Server Java code - _helloImplBase.java
-
and (optional) helloservantBase.java
|