+

Search Tips   |   Advanced Search

Use application clients


We can write client applications that run separately from the appserver and use the framework provided by an underlying client to access the resources provided by WAS.

The high-level procedure for creating and using client application is generally the same for all types of client.

 

  1. Choose the type of client application to use.

    Your choice of client application depends on the objects and functions you want to exploit, and the model to use.

  2. Develop the client application. On the development machine, you install the software development resources needed to develop client applications for use with WebSphere® Application Server. During code development, you do not need access to the WAS. However, to assemble some types of client applications we need to install the client that provides the framework for the client application.

    Development ends with you assembling the client application. This creates the JAR or EAR file that we can deploy to make the client application available for use.

  3. Deploy and run the client application. Deploying a client application depends on installing appropriate supporting files on the client machine, usually some configuring actions, and adding the program files for the client application. When the client application has been deployed, the application can be run. The steps required to deploy and run a client application depend on the type of client and the model used.

 

Example

[AIX] [Linux] [HP-UX] [Solaris]

(Windows) For samples of developing and using client applications, see the Application Clients Samples Gallery


Application Client for WAS

 

Related tasks


Develop client applications
Deploy client applications

 

Related information


Java Web Start frequently asked questions