Client-side web application slicing

  • Authors:
  • Josip Maras;Jan Carlson;Ivica Crnkovic

  • Affiliations:
  • Department for Modelling and Intelligent Systems, University of Split, Croatia;Mälardalen Real-Time Research Center, Mälardalen University, Västerås, Sweden;Mälardalen Real-Time Research Center, Mälardalen University, Västerås, Sweden

  • Venue:
  • ASE '11 Proceedings of the 2011 26th IEEE/ACM International Conference on Automated Software Engineering
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Highly interactive web applications that offer user experience and responsiveness of standard desktop applications are becoming prevalent in the web application domain. However, with these benefits come certain drawbacks. For example, the event-based architectural style, and poor support for code organization, often lead to a situation where code responsible for a certain behavior is intermixed with irrelevant code. This makes development, debugging and reuse difficult. One way of locating code implementing a certain behavior is program slicing, a method that, given a subset of a program's behavior, reduces the program to a minimal form that still produces that behavior. In this paper we present a semi-automatic client-side web application slicing method, describe the web page dependency graph, and show how it can be used to extract only the code implementing a certain behavior.