1、此文档是毕业设计外文翻译成品( 含英文原文+中文翻译) ,无需调整复杂的格 式!下载之后直接可用,方便快捷!本文价格不贵,也就几十块钱!一辈子也就 一次的事! 外文标题:A Comparative Study of Web Application Design Models Using the Java Technologies 外文作者:Budi Kurniawan and Jingling Xue(澳大利亚籍) 文献出处: Advanced Web Technologies and Applications,2018, pp 711-721 (如 觉得年份太老,可改为近 2 年,毕竟很多毕
2、业生都这样做) 英文 4443 单词,28543 字符(字符就是印刷符),中文 6982 汉字。 (如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。 ) A Comparative Study of Web Application Design Models Using the Java Technologies Abstract: The Servlet technology has been the most widely used technology for building scalable Web applications. In the events
3、, there are four design models for developing Web applications using the Java technologies: Model 1, Model 2, Struts, and JavaServer Faces (JSF). Model 1 employs a series of JSP pages; Model 2 adopts the Model-View-Controller pattern; Struts is a framework employing the Model 2 design model; and JSF
4、 is a new technology that supports ready-to-use components for rapid Web application development. Model 1 is not recommended for medium-sized and large applications as it introduces maintenance nightmare. This paper compares and evaluates the ease of application development and the performance of the three design models (Model 2, Struts, and JSF) by building three versions of an online store application using each of the three design models, respectively. 1Introduction Today, Web applications ar