A number of Tutorials have been developed to illustrate how to develop
applications and servers using CORBA technology. Tutorials are presented
for using Java and C++ language applications. These tutorials are
pointed to below.
In addition to the tutorials, a number of helper classes have been
developed to ease the development of CORBA applications, and to hide some
of the more tedious and intricate details.
| Java
Client Development
Describes how to develop Java based client applications which connect to and access remote CORBA servers. The use of some Java helper classes are described. |
|
| OrbHelper A Java wrapper class to help initialize the orb and set configuraation parameters | |
| ConnectionMgr A Java and C++ helper class to provide connections to and obtain references from the nameserver and event notifier | |
| Ns A Java class to provide encapsulated access to the Nameserver from Java clients | |
| EventNotifier A Java class to provide encapsulated access to the Event Notifier | |