Developing clients

To create a PowerBuilder client, use the EAServer Proxy wizard to generate PowerScript proxies for the components that the client calls. New PowerBuilder users may find it helpful to run the Template Application wizard to create some of the client-side connection logic. To run the Template Application wizard, select New | Target | Template Application.

Clients can use the PowerBuilder Connection object generated by the Template Application wizard to connect to the server, generate proxies using the EAServer Proxy wizard, then instantiate the proxies and invoke the proxy methods to call the component’s business methods.

For more information, see the Application Techniques manual in the PowerBuilder documentation.