How Do I Implement Callbacks with Java's RMI?
By Govind Seshadri
Dr. Dobb's Journal March 1998
rmic -d . mypackage.rmiexamples.QuoteServer
rmic -d . mypackage.rmiexamples.QuoteApplet
Example 2: Generating the server skeletons and client stubs for the client and server remote objects.
Back to Article
Copyright © 1998, Dr. Dobb's Journal