BEA Logo BEA Tuxedo Release 7.1

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

 

   Tuxedo Doc Home   |   Programming   |   Topic List   |   Previous   |   Next   |   Contents

   Programming a BEA Tuxedo Application Using FML

FML Examples in bankapp

bankapp is a sample application distributed with the BEA Tuxedo system. The servers

ACCT.ec
BTADD.ec
TLR.ec

show FML functions being used to manipulate data in FML typed buffers that have been passed to the servers from bankclt, the bankapp client.

Note that in these servers the ATMI functions tpalloc(3c) and tprealloc(3c)-rather than the FML functions Falloc, Falloc32(3fml) and Frealloc, Frealloc32(3fml)-are used to allocate message buffers.