Steps to Develop an RMI Applet for the Java Card Platform

There are three main steps to develop an RMI applet:

  1. Define remote interfaces.

  2. Develop classes implementing the remote interfaces.

  3. 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: