This set of files is a sample application for Java IDL,
Java 1.4 version.
(If you are at Java 1.2 or 1.3, use the sample files and
instruction from this page:
http://java.sun.com/docs/books/tutorial/idl/index.html
instead.)
This set of samples includes the following files:
Hello.idl The interface file
HelloImpl.java The interface implementation file
HelloServer.java The object server file
HelloClient.java The object client file
To compile and run:
>idlj -fall Hello.idl
>javac *.java
Start the name server before running the server and client.
Code is based on:
http://java.sun.com/j2se/1.4/docs/guide/idl/jidlSampleCode.html
HelloClient2a only calls sayHello(). HelloClient2b only calls shutdown().