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.
Package your applet application client class into a JAR file.
Write the HTML page that embeds the applet application client.
Run the applet application client on the client machine. In a supported browser, load the HTML page that embeds the applet application client.