Identifying KDM Model of JSP Pages
This is an incremental method for software engineers working with JSP pages to improve model identification.
The authors tackled the problem of identifying a KDM model for JSP pages by translating them into Java Servlets and completing the model with JSP tag dependencies, but no concrete results or numbers are reported.
In this report, we propose our approach that identifies a KDM model of JSP pages. Our approach is based on two main steps. The first one aims to reduce the problem space by translating JSP pages into Java Servlets where we can use existing tools to identify a KDM model. The second step aims to complete the resulting KDM model by identifying dependencies of JSP tags that are not codified by the translation step.