Slicing Web Application Based on Hyper Graph

  • Authors:
  • Junhua Wu;Baowen Xu;Jixiang Jiang

  • Affiliations:
  • Southeast University, Nanjing, China/ Nanjing University of Technology, China;Southeast University, Nanjing, China/ Jiangsu Institute of Software Quality, Nanjing, China;Southeast University, Nanjing, China

  • Venue:
  • CW '04 Proceedings of the 2004 International Conference on Cyberworlds
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Program slicing is an available method that is widely used in program understanding, analyzing, debugging, testing, maintaining. There are many solutions for slicing procedural program and object-oriented program. But traditional slicing method usually based on PDG and SDG that is not suitable to a web application because of web's special characteristics. This paper suggests a kind of slicing method that use hyper graph to define dependency of elements named PDSG (program dependence hyper graph). PDSG can describe dependence of the web elements better than PDG. This method also makes the slicing algorithm simpler and the slice captured is integrated in semantics.