The CORBA Architecture
  • Review - so far we have:
    • Observed a CORBA application in action
    • Examined the architecture of that application
      • Types of objects the system is composed of
      • Types of interactions between those objects
    • Looked at how those objects are specified in IDL
    • Understood how the IDL specification is reflected in C++ (the language mapping)
    • Seen simple examples of CORBA use in C++
      • Accessing a CORBA object from C++
      • Implementing a CORBA object in C++
    • Traced a CORBA invocation from a client to a server and back
  • Now it is time to look at the CORBA architecture and specification more formally

Next Slide >>