There are three main steps to develop an RMI applet:
Define remote interfaces.
Develop classes implementing the remote interfaces.
Develop the main
class for the applet. For a simple applet, the main class of the applet can also be the class implementing the remote interface.
This section includes the following topics: