vix.ing · top · new · best · stats · spec

Promoting Component Reuse by Separating Transmission Policy from Implementation

2010/06/18 by Scott Mervyn Walker, Scott Walker, Walker, Scott +7
Computer Science · Environmental Science · #Optimization and Search Problems #Recycling and Waste Management Techniques #cs.DC

paper · pdf · doi:10.48550/arxiv.1006.3739

Submitted to ICDCS 2005

arxiv created 2010/06/18 · arxiv updated 2010/06/21

Abstract

In this paper we present a methodology and set of tools which assist the construction of applications from components, by separating the issues of transmission policy from component definition and implementation. This promotes a greater degree of software reuse than is possible using traditional middleware environments. Whilst component technologies are usually presented as a mechanism for promoting reuse, reuse is often limited due to design choices that permeate component implementation. The programmer has no direct control over inter-address-space parameter passing semantics: it is fixed by the distributed application's structure, based on the remote accessibility of the components. Using traditional middleware tools and environments, the application designer may be forced to use an unnatural encoding of application level semantics since application parameter passing semantics are tightly coupled with the component deployment topology. This paper describes how inter-address-space parameter passing semantics may be decided independently of component implementation. Transmission policy may be dynamically defined on a per-class, per-method or per-parameter basis.

Related