BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Getting Started   |   Topic List   |   Previous   |   Next   |   Contents

   Tutorials for Developing a BEA Tuxedo Application

Learning About the STOCKAPP Files

The files that make up the STOCKAPP application are delivered in a directory called STOCKAPP, which is positioned as follows.

Exploring the Stock Application Files

The STOCKAPP directory contains the following files:

The following table lists the files that make up STOCKAPP. The table lists the source files delivered with the BEA Tuxedo system software, files that are generated when the stock application is built, and a summary of the contents of each file.

Purpose of the Stock Application Files

Source File

Generated File

Contents

BUY.cbl

BUY.o

BUY

Client

BUYSR.cbl

BUYSR.o

BUYSR

Contains BUY service

ENVFILE

ENVFILE used by tmloadcf

FILES

Descriptive list of all the files in STOCKAPP

FUNDPR.cbl

FUNDPR.o FUNDPR

Client

FUNDPRSR.cbl

FUNDPRSR.o FUNDPRSR

Contains PRICE QUOTE service

FUNDUP.cbl

FUNDUP.o FUNDUP

Client

FUNDUPSR.cbl

FUNDUPSR.o FUNDUPSR

Contains FUND UPDATE service

README

On-line version of the installation and boot procedures

SELL.cbl

SELL.o SELL

Client

SELLSR.cbl

SELLSR.o SELLSR

Contains SELL service

STKVAR

Contains variable settings, except for those within ENVFILE

STOCKAPP.mk

Application makefile

UBBCBSHM

TUXCONFIG

Sample UBBCONFIG file for use in a SHM-mode configuration

cust

CUST.cbl cust.V cust.h

View used to define the structure passed between the BUY and SELL clients and the BUYSR and SELLSR servers

quote

QUOTE.cbl quote.V quote.h

View used to define the structure passed between the FUNDPR and FUNDUP clients and all the servers

See Also