Skip navigation.

CORBA Sample Applications


Note: The BEA Tuxedo CORBA Java client and BEA Tuxedo CORBA Java ORB were deprecated in Tuxedo 8.1 and no longer supported. All BEA Tuxedo CORBA Java client and BEA Tuxedo CORBA Java ORB text references and associated code samples should only be used for programmer reference and to assist in implementing or running third party CORBA Java ORBs.


Topic

Description

Provides CORBA C++ client and server applications. The CORBA server application contains two operations that manipulate strings received from the CORBA client application.

Implements the necessary development and administrative changes to the Simpapp sample application to support certificate authentication for CORBA.

Provides a description of each University sample application, along with general instructions on how to build and run samples in the CORBA environment.

Provides instructions for setting up your BEA Tuxedo CORBA environment to build and run the University sample applications.

Describes how to develop CORBA client and server applications and configure a BEA Tuxedo CORBA application.

Describes adding authentication to a BEA Tuxedo CORBA application.

Adds transactional objects to the CORBA server application in the Basic sample application. The Transactions sample application demonstrates how to use the Implementation Configuration File (ICF) to define transaction policies for CORBA objects.

Demonstrates how to wrap a BEA Tuxedo ATMI service as a CORBA object.

Demonstrates replicating server applications, creating stateless objects, and implementing factory-based routing in server applications.

Provides a description of the PersonQuery sample application, which illustrates the implementation of request-level interceptors(RLI). This topic provides general instructions on how to build and run the sample in the CORBA environment.

Demonstrates creating a simple client/server interceptor pair.

Demonstrates creating a simple client/server interceptor pair that implement a basic security model.

InteceptorData Sample

Demonstrates creating an inteceptor that intercepts and logs client application request and reply parameters.

Provides a description of each CORBA Notification sample application, along with general instructions on how to build and run the samples.

Demonstrates how to use joint client/server applications and callback objects to implement events in a BEA Tuxedo CORBA application.

Provides a more complex implementation of events in a CORBA application with transient and persistent subscriptions and data filtering.

Modifies the Simpapp sample application to use a namespace to store the SimpleFactory object.

Provides a CORBA C++ client application and multithreaded CORBA server applications. The sample application creates two server processes, one using the thread-per-request concurrency strategy and one using the thread-per-object concurrency model. The client application communicates with each server process.

Demonstrates connectivity between an RMI over IIOP client application and an Enterprise JavaBean. In the sample application, a BEA Tuxedo CORBA C++ client application interacts with a WebLogic Server Enterprise JavaBean. The CORBA client application uses a value type, representing a class whose values can be moved between systems.

Demonstrates the development steps for CORBA C++ joint client/server applications.