Transparent Interface Composition in Web Applications

Jeronimo Ginzburg, Gustavo Rossi, Matias Urbieta, Damiano Distante. Transparent Interface Composition in Web Applications. In Luciano Baresi, Piero Fraternali, Geert-Jan Houben, editors, Web Engineering, 7th International Conference, ICWE 2007, Como, Italy, July 16-20, 2007, Proceedings. Volume 4607 of Lecture Notes in Computer Science, pages 152-166, Springer, 2007. [doi]

Abstract

In this paper we present an approach for oblivious composition of Web user interfaces, particularly for volatile functionality. Our approach, which is inspired on well-known techniques for advanced separation of concerns such as aspect-oriented software design, allows to clearly separate the design of the core’s interface from the one corresponding to more volatile services, i.e. those that are offered for short periods of time. Both interfaces are oblivious from each other and can be seamlessly composed using a transformation language. We show that in this way we simplify the application’s evolution by preventing intrusive edition of the interface code. Using some illustrative examples we focus both on design and implementation issues, presenting an extension of the OOHDM design model which supports modular design of volatile functionality.