Using interceptors to enhance CORBA

Citation
P. Narasimhan et al., Using interceptors to enhance CORBA, COMPUTER, 32(7), 1999, pp. 62
Citations number
9
Categorie Soggetti
Computer Science & Engineering
Journal title
COMPUTER
ISSN journal
00189162 → ACNP
Volume
32
Issue
7
Year of publication
1999
Database
ISI
SICI code
0018-9162(199907)32:7<62:UITEC>2.0.ZU;2-0
Abstract
The integration of distributed computing and the object model leads to dist ributed object computing, in which objects rather than processes are distri buted across multiple computers. A well-established standard for distribute d object computing is the Common Object Request Broker Architecture (CORBA) . Previously, you would have had to create-and enable the application to use- the components that provide such additional capabilities. Using these compo nents requires specialized knowledge and understanding of problems outside the application domain. With the advent of interceptors-non-application components that can alter a pplication behavior-you can enhance CORBA applications at runtime with comp onents whose operation is transparent to both the application and the CORBA framework, modifying application behavior without modifying the applicatio n or the CORBA framework.