Mastering PowerBuilder

HomePrevious Lesson: Jaguar CTS
Next Lesson: Starting Jaguar CTS

PB Distributed App using EAS

In this section, other than learning all the options and concepts, we will be doing the following steps to convert w_product_master window to use Jaguar components for database connectivity.

  1. Configure connection caches in Jaguar CTS
  2. Create Connection user object
  3. Create PowerBuilder class object in PowerBuilder to deploy as Jaguar CTS component
  4. Deploy PowerBuilder class object in Jaguar
  5. Generate Proxy objects
  6. Write code in PowerBuilder to connect to Jaguar using the Connection user object created in the earlier step
  7. Write code in w_product_master to retrieve and update data via Jaguar component.

Let's start with the step 1 which is a onetime setup that is required on the Jaguar CTS side. You don't have to be a seasoned Jaguar CTS administrator to do this setup.
HomePrevious Lesson: Jaguar CTS
Next Lesson: Starting Jaguar CTS