Separation of Concerns and Linguistic Integration in WebDSL

  • Authors:
  • Danny Groenewegen;Zef Hemel;Eelco Visser

  • Affiliations:
  • Delft University of Technology;Delft University of Technology;Delft University of Technology

  • Venue:
  • IEEE Software
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Web application development is a complex task, in which developers must address many concerns, such as user interface, data model, access control, data validation, and search. Current technology typically requires multiple languages and programming paradigms to cover these aspects. Using such domain-specific languages improves developer expressivity and lets them separate concerns. However, coupling these technologies is often less than optimal. It results in little or no consistency checking between concerns as well as wildly different language styles and paradigms—from XML-style transformation languages like Extensible Style Sheet Language Transformation, to aspect languages like cascading style sheets, to object-oriented languages like Java and Java Script. WebDSL is a domain-specific language for constructing Web information systems. The language comprises sublanguages that address Web application concerns, maintaining separation of concerns, but integrating linguistically to provide consistency checking and reuse of common language concepts consistency checking and reuse of common language concepts between concerns. In this paper we describe the problems in web application development and discuss the WebDSL solution.