3.2 The Simpapp Sample Application

Throughout this topic, the Simpapp sample application is used to demonstrate the development steps.

The CORBA server application in the Simpapp sample application provides an implementation of a CORBA object that has the following two methods:

  • The upper method accepts a string from the CORBA client application and converts the string to uppercase letters.
  • The lower method accepts a string from the CORBA client application and converts the string to lowercase letters.

The following figure illustrates how the Simpapp sample application works.

Figure 3-2 Simpapp Sample Application

Describes the Simpapp Sample Application diagram.

The source files for the Simpapp sample application are located in the $TUXDIR\samples\corba\simpapp directory of the Oracle Tuxedo software. Instructions for building and running the Simpapp sample applications are in the Readme.txt file in the same directory.

Note:

The Simpapp sample applications demonstrate building CORBA C++ client and server applications.

Oracle Tuxedo offers a suite of sample applications that demonstrate and aid in the development of Oracle Tuxedo CORBA applications. For an overview of the available sample applications, see Samples in the Oracle Tuxedo online documentation.