CORBA 2.3.3 Getting Started Guide (NonStop CORBA 2.3.3+)
Advantages of the Pathway Environment
When you use the NonStop CORBA software you can gain all of the advantages of the Pathway
environment, including ease of development, manageability, data integrity, and fault tolerance.
IIOP protocol support●
IDL Compiler
C++ language bindings●
Java language bindings●
●
Portable Object Adapter (POA)●
Object Method Invocation●
Naming Service and Interoperable Naming Service●
Bootstrap Daemon (BSD)●
Object by Value●
OTS/JTS●
NSots XID Broker●
Event Service●
Error Logging and Tracing●
Legacy Wrapper Interface●
IIOP Protocol Support
Internet InterORB Protocol (IIOP) is the standard protocol that different ORBs must use to communicate
across the Internet. This protocol is standardized by the OMG. Because the objects that you write in
NonStop CORBA comply with IIOP they can be used by other ORBs and clients, and NonStop CORBA
clients can use the objects located on other IIOP-compliant ORBs.
IDL Compiler
The NonStop CORBA IDL compiler (NSDIDL) conforms with the CORBA 2.3 and Portable Object
Adapter (POA) specifications defined by the OMG. The compiler generates stubs and skeletons for use
by client objects and server objects, respectively.