What is BANKAPP?

The BANKAPP application provided with the C++ Expert product contains the same on-line banking transactions as the BANKAPP application provided with BEA TUXEDO, described in the following table:

Table 5-1 BankApp Features

Transaction Description

Logon

Log on to the BEA TUXEDO application

BackOffice

Open or close an account

Teller

Make a balance inquiry, deposit, withdrawal, or transfer

Logoff

Log off of the BEA TUXEDO application

The BANKAPP features are described in more detail in the Running the BANKAPP Sample section.
 

Where to Find the BANKAPP Sample

The C++ Expert Samples directory contains two versions of the BANKAPP client sample:


 

What You Need to Start BANKAPP

Before starting the BANKAPP application, you must perform some simple configuration and build tasks. For a complete description of the prerequisite tasks, refer to the ReadMe file in the C++ Expert Samples directory.

The ReadMe file for the non-database version of the sample is located in:

YourDrive:\TUXBldr\Samples\CPPExpert\NoDB\ReadMe.txt (Windows NT)
<Builder_Install_dir>/client/Samples/CPPExpert/NoDB/ReadMe.txt (UNIX)

The ReadMe file for the sample that uses an Oracle database is located in:

YourDrive:\TUXBldr\Samples\CPPExpert\Ora\ReadMe.txt (Windows NT)
<Builder_Install_dir>/client/Samples/CPPExpert/Ora/ReadMe.txt (UNIX)