Before you begin
Applet clients have the following setup requirements:Why and when to perform this task
Unlike typical applets that reside on either Web servers or WebSphere Application Servers and can 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.Steps for this task
-Djava.security.policy=<product_installation_dir>\properties\client.policy -Dwas.install.root=<product_installation_dir> -Djava.ext.dirs=<product_installation_dir>\classes; <product_installation_dir>\java\jre\lib\ext; <product_installation_dir>\java\jre\lib; <product_installation_dir>\lib;<product_installation_dir>\properties -Dcom.ibm.CORBA.ConfigURL=file:<product_installation_dir>\properties\sas.client.props -classpath <product_installation_dir>\properties
View the Samples gallery for more information about application clients.