Engineering web services with attribute grammars: a case study

  • Authors:
  • Antonio Sarasa-Cabezuelo;Bryan Temprado-Battad;José-Luis Sierra

  • Affiliations:
  • Fac. Informática, Universidad Complutense, Madrid, Spain;Fac. Informática, Universidad Complutense, Madrid, Spain;Fac. Informática, Universidad Complutense, Madrid, Spain

  • Venue:
  • ACM SIGSOFT Software Engineering Notes
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Applications based on web services make an extensive use of XML documents. These XML documents are structured according to different markup vocabularies, which represent information such as the inputs and the outputs of the services. This paper proposes a way of implementing web services using a framework called XLOP (XML Language-Oriented Processing). XLOP includes a declarative domain-specific language based on attribute grammars, a well-known declarative specification technique used in the development of language processors. XLOP makes possible the automatic generation of efficient XML-processing components from high-level, declarative specifications, facilitating the development of the aforementioned services and enhancing their maintainability. This technique is illustrated in the context of Chasqui, a system for building repositories of learning objects in specialized domains, which implements a REST web service for checking constraints on the metadata of the stored learning objects.