MetaCartSign in to MyCiteSeer

Include Citations | Advanced Search | Help

Include Citations | Advanced Search | Help

  Interface negotiation and efficient reuse: A relaxed theory of the component object model (1997) [3 citations — 0 self]

Download:
Download as a PDF | Download as a PS
by Kevin J. Sullivan, Mark Marchukov
http://www.cs.virginia.edu/~sullivan/publications/tr-com-relaxed.ps
Add To MetaCart

Abstract:

Reconciling requirements for (1) the efficient integration of independently developed and evolving components and (2) the evolution of systems built from such components requires novel architectural styles, standards and idioms. Traditional object-oriented approaches have proven inadequate. Two important new mechanisms supporting integration and evolution are dynamic interface negotiation and aggregation, an approach to efficient composition. Both feature prominently in the Component Object Model (COM), a de facto standard providing the architectural foundation for many important systems. Because these are important mechanisms in general, and because they are central to COM in particular, it is essential that engineers be able to reason effectively about them. In earlier work (Sullivan et al. 1997), we showed that reasoning about them is hard and that formal mathematical theories of such mechanisms can provide a foundation for effective reasoning. In this paper, we present a new theory of interface negotiation and aggregation in COM. Our new theory is based on a relaxed interpretation of the COM specification. Our earlier theory reflected an interpretation of the specification in which components had to be designed to follow COM-specified rules for interface negotiation and aggregation under any possible usage. Our new, strictly weaker theory requires only that actual system executions not manifest any violations of the rules. Architectural styles using mediators that we showed to be untenable under the earlier theory are tenable under this one provided that designers follow certain rules. We derive these necessary and sufficient conditions for legal use of interface negotiation in the presence of aggregation. Our results provide a basis for documenting what engineers must not do to use aggregation and interface negotiation properly. 2

Citations

154 Mass Produced Software Components – McIlroy - 1968
130 Inside COM – Rogerson - 1996
34 Mediators: Easing the Design and Evolution of Integrated Systems – Sullivan - 1994
21 Using formal methods to reason about architectural standards – Sullivan, Socha, et al. - 1997
14 C.: Distributed Component Object Model – Brown, Kindel - 1998
10 Inside OLE – Brockschmidt - 1995
4 Reconciling Environment Integration and Evolution – Sullivan, Notkin - 1992
1 What OLE is Really About, Microsoft Corporation – Brockschmidt - 1997
1 Developing ActiveX Web Controls – Williams