Overview of the sample application

The application performs the following steps:

  1. The client-side application, developed with Java, instantiates the middle-tier Java component, JavaArithmetic.

  2. The client calls the multiply method in JavaArithmetic.

  3. The multiply method computes the product of the input values, then returns the result.

  4. The client application displays the result for the end user.