Sophie Chabridon and Chantal Taconet, CORBA Introduction
.
Client-server models
Traditional (Remote Procedure Call - RPC)
Object-oriented (Remote Method Invocation - RMI)
Data-oriented (using SQL requests)
web-based (using HTTP requests)
CORBA - a middleware for distributed objects 6
Sophie Chabridon and Chantal Taconet, CORBA Introduction
.
Middleware for distributed objects
Comes from two technologies :
objects (inheritance, encapsulation and
polymorphism)
RPC or Remote Procedure Call (distribution,
heterogeneity, data marshalling and unmarshalling)
CORBA - a middleware for distributed objects 7