C++ and Java
C++ and Java...
The message services use the CORBA (ORBIX) protocol, which is available for both C++ and Java. While most of the services run on very few platforms only and are written in C++, the graphical user interfaces (GUI’s) are written in Java. In this way the same GUI code can run on almost any platform, and special informational GUI’s are even available from a Web browser.
The CORBA protocol allows transparent communication between Java- and C++ based objects.
In addition, the Java language provides easy-to-use graphics, which is much easier to develop and to maintain than Motif-based GUI applications.
C++ and Java