Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications
Develop Client applications
This page provides a starting point for finding information about application clients and client applications. Application clients provide a framework on which application code runs, so that your client applications can access information on the application server.
For example, an insurance company can use application clients to help offload work on the server and to perform specific tasks. Suppose an insurance agent wants to access and compile daily reports. The reports are based on insurance rates that are located on the server. The agent can use application clients to access the application server where the insurance rates are located. More introduction...
- Develop client applications
A client application performs business logic and makes use of the framework provided by an underlying client. Developing the code for a client application depends on the objects and functions to exploit, and the programming model to use.
- Deploy client applications
Deploy 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 run.
End-to-end paths for Client applications
Administer Client applications
Secure Client applications
Client applications
Tune Client applications
Troubleshoot Client applications