1、本文是中英对照毕业设计论文外文文献翻译, 下载后无需调整复杂的格式直接可 用!一辈子也就一次的事! 文献引用作者出处信息:Jaewon Oh ; Woo Hyun Ahn ; Taegong Kim. 2019 7th IEEE International Conference on Software Engineering and Service Science (ICSESS) (如觉得年份太老,可改为近 2 年,毕竟很多毕业生都这样做) 英文 4879 单词,30979 字符(字符就是印刷符),中文 8084 汉字。 (如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内容进
2、行翻译的。 ) MVC architecture driven restructuring to achieve client-side web page composition Abstract: This paper presents a restructuring approach to relocating web page composition from servers to browsers for Java web applications. The objective is to reduce redundant manipulation and transfer of co
3、de/data that are shared by web pages. The reduction is carried out through a restructuring algorithm, effectively keeping consistency between source and target applications from the perspective of the model- view- controller (MVC) architecture, because the problem requires the target application to
4、preserve the observable behavior of its source application. Case studies show that our restructuring tool can efficiently support the restructuring process. INTRODUCTION In a web application, web pages usually share contents like headers, footers, and menus. A template is used to maintain such common contents in one place, which are separate from page- specific contents. A template- based web application (TWA) uses such a template to dynamically generate web pages, combining page- specific