Sciweavers

SAC
2010
ACM

Implementing software product lines using traits

13 years 11 months ago
Implementing software product lines using traits
A software product line (SPL) is a set of software systems with well-defined commonalities and variabilities that are developed by managed reuse of common artifacts. In this paper, we present a novel approach to implement SPL by fine-grained reuse mechanisms which are orthogonal to class-based inheritance. We introduce the FEATHERWEIGHT RECORD-TRAIT JAVA (FRTJ) calculus where units of product functionality are modeled by traits, a construct that was already shown useful with respect to code reuse, and by records, a construct that complements traits to model the variability of the state part of products explicitly. Records and traits are assembled in classes that are used to build products. This composition of product functionalities is realized by explicit operators of the calculus, allowing code manipulations for modeling product variability. The FRTJ type system ensures that the products in the SPL are type-safe by type-checking only once the records, traits and classes shared by ...
Lorenzo Bettini, Ferruccio Damiani, Ina Schaefer
Added 17 May 2010
Updated 17 May 2010
Type Conference
Year 2010
Where SAC
Authors Lorenzo Bettini, Ferruccio Damiani, Ina Schaefer
Comments (0)