CORBA 2.3.7 Programmer's Guide for C++

Organization of this Guide
Section 1, Introduction to NonStop CORBA Programming, describes prerequisite knowledge and basic
design activities. The major components of NonStop CORBA are introduced.
Section 2, NonStop CORBA Administrative Environment, describes working in the Open System Services
(OSS) environment and in the NonStop CORBA administrative environment. The NonStop Distributed
Component Console is introduced. Application profiles are described.
Section 3, Compiling and Building an Application, gives an overview of the process, and then describes
using the IDL compiler and building application components.
Section 4, Deploying a NonStop CORBA Application, describes the steps needed to deploy a completed
application.
Section 5, Tracing and Debugging NonStop CORBA Applications, describes troubleshooting application
components, using error logging, tracing, and the various tools that aid in troubleshooting.
Section 6, Writing Scalable Applications, describes how to use the features of NonStop CORBA and the
underlying NonStop systems to support larger applications, decrease response time, and increase
throughput.
Section 7, Managing Transactions, describes the NonStop CORBA implementation of the Transaction
Service and explains programming considerations for transactions in NonStop CORBA applications.
Section 8, Writing Multithreaded Applications, describes how to make appropriate threading decisions
and write multithreaded NonStop CORBA applications.
Section 9, Designing Advanced Applications, suggests ways to effectively design and tune your
applications to take advantage of the features of NonStop CORBA and the NonStop systems.
Section 10, Porting CORBA Applications to NonStop CORBA, describes considerations for porting
CORBA applications from other ORBs to NonStop CORBA 2.3.
Section 11, Writing Wrappers for Legacy Clients and Servers, describes how to write a NonStop
CORBA application that includes existing non-CORBA servers or existing non-CORBA clients.
Appendix A, NonStop CORBA Architectural Walkthrough, describes the components of NonStop
CORBA and gives an example of how messages flow through the subsystem.
Appendix B, Object References, describes the specific NonStop CORBA implementations of
interoperable object references (IORs)
Appendix C, Servant Reference Counting in NonStop CORBA, describes a specific reference counting
option available in NonStop CORBA.