Develop applet clients

Unlike typical applets that only communicate using the HTTP protocol, applet clients are capable of communicating over the HTTP protocol and the RMI-IIOP protocol. This additional capability gives the applet direct access to enterprise beans.

  1. Write your applet application client.

  2. Package your applet application client class into a JAR file.

  3. Write the HTML page that embeds the applet application client.

  4. Package and distribute the applet application client.

  5. Configure the applet client runtime support.

  6. Run the applet application client on the client machine. In a supported browser, load the HTML page that embeds the applet application client.