|
Courses Java |
|
|
An ORB (Object Request Broker) is a form of middleware that allows objects written in different languages to communicate with each other. CORBA specifies a standard implementation of an ORB so that objects written to work with one ORB can communicate to objects using another ORB. IIOP is the protocol that runs over TCP/IP and allows ORBs to communicate. Using RMI is very similar to using an ORB. But, RMI only works between objects that are written in Java. Using CORBA, objects written in Java can call methods of objects written in C++, C, Smalltalk, etc. Objectives Coverage of this topic focuses on how to use CORBA and Java together. Using the JavaIDL ORB provided by Sun, we will examine:
Specifications
Pre-requisites If you are building a custom course, you will need to cover these topics before this topic can be presented:
A table of contents of this module is available upon request.
Return to the Custom Order Page.
Copyright ©2007 by Petronio Technology Group, Inc. All
rights reserved. Petronio, "Targeted Technology Training", "T3"
and "Turning new technologies into your competitive advantage"
are trademarks of Petronio Technology Group. All other trademarks are the
properties of their respective companies. |