Table of Contents Previous Next PDF


Introduction

Introduction
This topic describes the University sample applications provided for the CORBA environment in the Oracle Tuxedo product. The sample applications provide client and server programmers with the basic concepts of developing distributed client/server applications using the CORBA environment and introduces many of the more advanced CORBA features of the Oracle Tuxedo product.
This topic includes the following sections:
Notes:
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.
An Overview of the University Sample Applications
The Oracle Tuxedo software kit includes a CORBA sample application suite based on client and server applications implemented at a university. Each University sample application demonstrates a new set of CORBA features while building on the experience obtained from the previous examples. The University sample applications are intentionally simplified to demonstrate only the steps and processes associated with using a particular CORBA feature of the Oracle Tuxedo product.
Table 1‑1 describes the University sample applications.
 
Use the University sample applications in conjunction with the following manuals:
Naming Conventions Used in the University Sample Applications
The naming conventions listed and described in Table 1‑2 are used in the code of the University sample applications.
 
A CORBA::Object reference.
Use all lowercase letters for the name and underscores to separate words within the method name (for example, m_v_crs_syn_list is member data that is a var holding a course synopsis list).
 

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.