One More Step in the Direction of Modularized Integration Concerns

By: Hridesh Rajan

PDF Download Download Paper

Abstract

Component integration creates value by automating the costly and error-prone task of imposing desired behavioral relationships on components manually. Requirements for component integration, however, complicate software design and evolution in several ways: first, they lead to coupling among components; second, the code that implements various integration concerns in a system is often scattered over and tangled with the code implementing the component behaviors. Straightforward software design techniques map integration requirements to scattered and tangled code, compromising modularity in ways that dramatically increase development and maintenance costs.

ACM Reference

Rajan, H. 2004. One More Step in the Direction of Modularized Integration Concerns. ICSE ’04: Proceedings of the 26th International Conference on Software Engineering (Washington, DC, USA, 2004), 36–38.

BibTeX Reference

@inproceedings{rajan2004one,
  author = {Hridesh Rajan},
  title = {One More Step in the Direction of Modularized Integration Concerns},
  booktitle = {ICSE '04: Proceedings of the 26th International Conference on Software Engineering},
  year = {2004},
  isbn = {0-7695-2163-0},
  pages = {36--38},
  publisher = {IEEE Computer Society},
  address = {Washington, DC, USA},
  entrysubtype = {conference},
  abstract = {
    Component integration creates value by automating the costly and error-prone
    task of imposing desired behavioral relationships on components manually.
    Requirements for component integration, however, complicate software design
    and evolution in several ways: first, they lead to coupling among components;
    second, the code that implements various integration concerns in a system is
    often scattered over and tangled with the code implementing the component
    behaviors. Straightforward software design techniques map integration
    requirements to scattered and tangled code, compromising modularity in ways
    that dramatically increase development and maintenance costs.
  }
}