+

Search Tips   |   Advanced Search

Use application clients

We can write client applications that run separately from the application server and use the framework provided by an underlying client to access the resources provided by WebSphere Application Server.

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 to exploit, and the programming 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, we 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 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 programming model used.


Example

For samples of developing and using client applications, see the Application Client samples.


Related concepts

  • Application Client for WebSphere Application Server


    Related tasks

  • Develop client applications
  • Deploy client applications
  • Samples documentation


    Related information:

  • Java Web Start frequently asked questions