Proceedings Article10.1109/ICIT.2008.15
Slicing Java Server Pages Application
Madhusmita Sahu,Durga Prasad Mohapatra +1 more
- 17 Dec 2008
- pp 252-253
TL;DR: This work constructs the system dependence graph for a web application and then performs backward slicing on that graph corresponding to a given slicing criterion to propose an efficient technique for slicing web applications.
read more
Abstract: We propose an efficient technique for slicing web applications. First we construct the system dependence graph for a web application and then perform backward slicing on that graph corresponding to a given slicing criterion. We use Java server pages for the web application.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
•Dissertation
Slicing of Web Applications Using Source Code Analysis
Ankit Kumar,Anubhav Panda +1 more
- 01 May 2015
TL;DR: This work has extended the system dependence graph to Web-Application Dependence Graph (WADG) and developed a partial tool for automatic generation of the WADG and computation of slices, which will be help full for program debugging and testing.
References
Slicing Web application based on hyper graph
Junhua Wu,Baowen Xu,Jixiang Jiang +2 more
- 18 Nov 2004
TL;DR: A kind of slicing method that use hyper graph to define dependency of elements named PDSG (program dependence hyper graph), which makes the slicing algorithm simpler and the slice captured is integrated in semantics.
6
Web application slicing
Filippo Ricca,Paolo Tonella +1 more
- 07 Nov 2001
TL;DR: This work proposes to extend the extraction of slices to Web applications, in order to produce a reduced Web application which behaves as the original one with respect to some criterion, i.e., some displayed information of interest.