5.4 Development Steps
This topic describes the development steps for writing a Oracle Tuxedo CORBA application that includes transactions. The following table lists the development steps.
Table 5-1 Development Steps for Oracle Tuxedo CORBA Applications That Have Transactions
Step | Description |
---|---|
1 | Write the OMG IDL code for the transactional CORBA interface. |
2 | Define the transaction policies for the CORBA interfac in the Implementation Configuration file (ICF). |
3 | Write the CORBA client application. |
4 | Write the CORBA server application. |
5 | Create a configuration file. |
The Transactions sample application is used to demonstrate these development steps. The source files for the Transactions sample application are located in the \samples\corba\university
directory of the Oracle Tuxedo software. For information about building and running the Transactions sample application, see Guide to the CORBA University Sample Application in the Oracle Tuxedo online documentation.