1.4 Tuxedo .NET Workstation Client Samples
Three sample applications are bundled with Tuxedo .NET Workstation Client package:
- Basic Sample
Describes how to develop Tuxedo .NET Workstation Client applications
- Typed Buffer Sample
Demonstrates
FML/VIEW
typed buffer usage in Tuxedo .NET Workstation Client applications - Unsolicited Message Sample
Demonstrates how to register unsolicited message handler in Tuxedo .NET Workstation Client applications
You must do the following steps to access the sample applications:
- Read the
readme.nt
file in each sample application directory. - Run
setenv.cmd
to set Tuxedo environment variable. - Run
nmake -f xxx.nt
to build the Tuxedo .NET Workstation Client application, Tuxedo server program and TuxedoTUXCONFIG
file. - Run
tmboot -y
to start Tuxedo application. - Run Tuxedo .NET Workstation Client application.
Parent topic: Oracle Tuxedo Using the Tuxedo .NET Workstation Client