Monday 3 November 2014

CORBA Data Flow


ORB :

  • find the object implementation for the request,prepare the object implementation to receive the request and communicate the data making up the request.
  • ORB throws exception
Object Implementation :
  • provides ORB services to particular groups of object implementations.
IIOP : Internet Inter-ORB Protocol
  • TCP/IP implementation of GIOP

Resources :
http://www.cs.rpi.edu/courses/fall02/netprog/notes/javacorba/javacorba.pdf

No comments:

Post a Comment