3 Developing Oracle Tuxedo CORBA Applications
For an in-depth discussion of creating Oracle Tuxedo CORBA client and server applications, see the following in the Oracle Tuxedo online documentation:
- Creating CORBA Client Applications
- Creating CORBA Server Applications
Note:
The Oracle Tuxedo CORBA Java client and Oracle Tuxedo CORBA Java client ORB were deprecated in Tuxedo 8.1 and are no longer supported. All Oracle Tuxedo CORBA Java client and Oracle Tuxedo CORBA Java client ORB text references, associated code samples, should only be used to help implement/run third party Java ORB libraries, and for programmer reference only.Technical support for third party CORBA Java ORBs should be provided by their respective vendors. Oracle Tuxedo does not provide any technical support or documentation for third party CORBA Java ORBs.
This topic includes the following sections:
- Overview of the Development Process for Oracle Tuxedo CORBA Applications
- The Simpapp Sample Application
- Step 1: Write the OMG IDL Code
- Step 2: Generate CORBA client Stubs and Skeletons
- Step 3: Write the CORBA Server Application
- Step 4: Write the CORBA Client Application
- Step 5: Create an XA Resource Manager
- Step 6: Create a Configuration File
- Step 7: Create the TUXCONFIG File
- Step 8: Compile the CORBA Server Application
- Step 9: Compile the CORBA Client Application
- Step 10: Start the Oracle Tuxedo CORBA Application
- Additional Oracle Tuxedo CORBA Sample Applications