Results 11 -
12 of
12
Supporting Unanticipated Changes with Traits and Classboxes
- In Proceedings of Net.ObjectDays (NODE’05
, 2005
"... Abstract: On the one hand, traits are a powerful way of structuring classes. Traits support the reuse of method collections over several classes. However, traits cannot be used when specifying unanticipated changes to an application. On the other hand, classboxes are a new module system that support ..."
Abstract
-
Cited by 3 (0 self)
- Add to MetaCart
Abstract: On the one hand, traits are a powerful way of structuring classes. Traits support the reuse of method collections over several classes. However, traits cannot be used when specifying unanticipated changes to an application. On the other hand, classboxes are a new module system that supports the local redefinition of classes: a collection of classes can be locally extended with variables and/or methods and the existing clients do not get impacted by changes. However, an extension applied to a class by a classbox cannot be reused for other classes. This paper describes how combining Traits and Classboxes supports the safe introduction of crosscutting collaborations: safe because the existing clients of the classes do not get impacted, crosscutting because collaborations between several classes can be put in place in a unanticipated manner. In the resulting system, a collaboration is represented by a classbox and a role by a trait.
Mise en symbiose des traits et des classboxes : Application à l’expression des collaborations
- In Proceedings of LMO 2005
, 2005
"... des collaborations ..."

