A simple RPC example, sending a message to a remote machine and
have it printed on the console on that remote machine. The example
comes from the above online manual, including instructions on how to
compile and run the example on a machine that has rpcgen and all other
Sun tools.... The same manual also has a more complex example, using
XDR to convert and pass on complex, user-defined data structures.
Java has support for (nearly) all technologies we will talk
about in class. However, the basic Java Platform (J2SE) supports only a
subset of them (RMI and CORBA, for example). To experiment with the
more advanced technologies (XML-based RPC, Web Services,
etc.), you
need to
install either: