Use application clients
Overview
An application client module is a Java Archive (JAR) file that contains a client for accessing a Java application.
- Decide on a type of application client.
- Develop the application client code.
- Develop ActiveX application client code.
- Develop J2EE application client code.
- Develop pluggable application client code.
- Develop thin application client code.
- Assemble the application client using the Application Server Toolkit.
- Deploy the application client.
Example
View the Application Clients Samples Gallery for more information. To access these samples, install Application Clients, and retrieve the samples from your local file system as the following command indicates:<app_server_root>/samples/index.html
Application Client for WAS
Developing application clients
Developing ActiveX application client code
Developing applet client code
Developing J2EE application client code
Assembling application clients
Running the Pluggable application client code
Running Thin application client code
Deploying J2EE application clients on workstation platforms
Installing Application Client for WAS
Running application clients
Application client troubleshooting tips
Writing command interfaces
Related tasks
Manage application clients
Updating J2EE applications
Monitor overall system health
Related information
Java Web Start frequently asked questions