3.1 Overview of the Development Process for Oracle Tuxedo CORBA Applications
The following table outlines the development process for Oracle Tuxedo CORBA applications.
Table 3-1 Development Process for Oracle Tuxedo CORBA Applications
| Step | Description |
|---|---|
| 1 | Write the Object Management Group (OMG) Interface Definition Language (IDL) code for each CORBA interface you want to use in your Oracle Tuxedo application. |
| 2 | Generate the CORBA client stubs and the skeletons. |
| 3 | Write the CORBA server application. |
| 4 | Write the CORBA client application. |
| 5 | Create an XA resource manager. |
| 6 | Create a configuration file. |
| 7 | Create a TUXCONFIG file. |
| 8 | Compile the CORBA server application. |
| 9 | Compile the CORBA client application. |
| 10 | Start the Oracle Tuxedo CORBA application. |
The steps in the development process are described in the following sections.
The following figure illustrates the process for developing Oracle Tuxedo CORBA applications.
Figure 3-1 Development Process for Oracle Tuxedo CORBA Applications

Parent topic: Developing Oracle Tuxedo CORBA Applications