CORBA 2.6 Programmer's Guide for Java

A feed (Feed)
calc
Demonstrates:
Two object interface definitions written in IDL
A server that implements the two interfaces defined by the
interface definition
A client application that makes use of an instance of a
calcFactory object and an instance of a NS_Calculator
object
Interoperability between JORB Lite and NonStop CORBA for
Java
event_service
Demonstrates the use of the NonStop CORBA Event Service. The Event
Service is a CORBA specified facility which decouples communication
between objects. A supplier object produces events. A consumer object
processes that event data. The Event Channel is an intermediary which
permits suppliers and consumers to be decoupled. The sample
demonstrates:
A "push" supplier that produces events and supplies them to the
event channel at its own pace
A "push" consumer that receives events from the event channel.
These events have previously been produced by a supplier.
A "pull" supplier that produces events and supplies them to the
event channel upon demand
A "pull" consumer that requests events from the event channel as it
requires them
ins
Illustrates some of the basic concepts of Interoperable Naming Service
programming with NonStop CORBA. The ins sample shows you:
A server that publishes its reference as an IOR URL through the
Naming Service
A client that uses orb.string_to_object to transform a URL
to an object reference
A client that uses orb.resolve_initial_references to
transform a URL to an object reference
jpathsend
Illustrates the use of following features:
JPathsend API from a NonStop CORBA Java application to wrap
a back-end TS/MP legacy application
NonStop CORBA Naming Service