
Chapter 2 Creating CORBA Java Components and Clients
Overview of the sample application
The application performs the following steps:
- The client-side application,
developed with Java, instantiates the middle-tier Java component, JavaArithmetic.
- The client calls the multiply method
in JavaArithmetic.
- The multiply method computes
the product of the input values, then returns the result.
- The client application displays the result for the
end user.
|
Copyright (C) 2004. Sybase Inc. All rights reserved.
|
|