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

Coordination of Dynamic Software Components with JavaBIP

2017/07/31 by Anastasia Mavridou, Mavridou, Anastasia, Valentin Rutz +3
Computer Science · #FOS: Computer and information sciences #Software Engineering (cs.SE) #cs.SE

paper · pdf · doi:10.48550/arxiv.1707.09716

Technical report that accompanies the paper accepted at the 14th International Conference on Formal Aspects of Component Software

arxiv created 2017/08/15 · arxiv updated 2017/08/17

Abstract

JavaBIP allows the coordination of software components by clearly separating the functional and coordination aspects of the system behavior. JavaBIP implements the principles of the BIP component framework rooted in rigorous operational semantics. Recent work both on BIP and JavaBIP allows the coordination of static components defined prior to system deployment, i.e., the architecture of the coordinated system is fixed in terms of its component instances. Nevertheless, modern systems, often make use of components that can register and deregister dynamically during system execution. In this paper, we present an extension of JavaBIP that can handle this type of dynamicity. We use first-order interaction logic to define synchronization constraints based on component types. Additionally, we use directed graphs with edge coloring to model dependencies among components that determine the validity of an online system. We present the software architecture of our implementation, provide and discuss performance evaluation results.

Related