版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、此文檔是畢業(yè)設(shè)計(jì)外文翻譯成品( 含英文原文+中文翻譯) ,無(wú)需調(diào)整復(fù)雜的格式!下載之后直接可用,方便快捷!本文價(jià)格不貴,也就幾十塊錢(qián)!一輩子也就一次的事!外文標(biāo)題:A Comparative Study of Web Application Design Models Using the Java Technologies外文作者:Budi Kurniawan and Jingling Xue(澳大利亞籍)文獻(xiàn)出處: Advanced
2、Web Technologies and Applications,2018, pp 711-721 (如覺(jué)得年份太老,可改為近 2 年,畢竟很多畢業(yè)生都這樣做)英文 4443 單詞,28543 字符(字符就是印刷符),中文 6982 漢字。 (如果字?jǐn)?shù)多了,可自行刪減,大多數(shù)學(xué)校都是要求選取外文的一部分內(nèi)容進(jìn)行翻譯的。 )A Comparative Study of Web Application Design Models Usin
3、g the Java TechnologiesAbstract: The Servlet technology has been the most widely used technology for building scalable Web applications. In the events, there are four design models for developing Web applications using t
4、he 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 mode
5、l; and JSF 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
6、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
7、 design models, respectively.1IntroductionToday, Web applications are the most common applications for presenting dynamic contents. There are a number of technologies for building Web applications, the most popular of wh
8、ich is the Servlet technology [5]. This technology gains its popularity from its superiority over other technologies such as CGI and PHP [2], [3], [13]. We build three versions of an online store application named BuyDir
9、ect using Model 2, Struts and JSF. The parameters compared are the number of lines of code, the number of classes, and the performance measurement results. We investigate which of the design models allows the most rapid
10、development process. We evaluate the performances of the applications built upon these models. We provide some suggestions to perfect the existing design models to make development more rapid.The rest of the paper is org
11、anised as follows. Section 2 discusses the issues in Web development. Section 3 explains how the three design models address these development issues. Section 4 provides the details of the hardware and software used in t
12、hese experiments. Section 5 presents the experiment results and analysis. Section 6reviews the related work. Section 7 concludes by offering some suggestions to improve the existing design models.2Java Web Development Is
13、suesAll Java Web development uses the Servlet technology as the underlying technology. As such, all Java Web applications have certain issues that need to be addressed:? User Interface. The user interface is what the cli
14、ent browser renders as HTML tags. Any server-side component used in the application must be encoded into the corresponding HTML elements. Besides for displaying the content and data, the user interface is also responsibl
15、e in receiving input from the user.? Input Validation. User input needs to be validated. There are two types of input validation, server-side and client-side. As the name implies, the server-side input validation is perf
16、ormed on the server after the input reaches the server. Client-side input validation is done on the browser, usually by using JavaScript or other scripting languages. The advantages of using client-side input validation
17、are prompt response and reducing the server workload. The server-side input validation should always be performed regardless the presence of client-side validation because there is no guarantee the user browser's scr
18、ipting feature is being on and malicious users can easily work around client-side validation.? Model Objects. Model objects in Java-based Web applications are in the forms of JavaBeans. Model objects make up the Model pa
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫(kù)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 【中英雙語(yǔ)】429關(guān)于計(jì)算機(jī)專(zhuān)業(yè)app應(yīng)用程序網(wǎng)絡(luò)管理設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:具有高效性能的java web應(yīng)用程序的設(shè)計(jì)方法(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】452關(guān)于計(jì)算機(jī)專(zhuān)業(yè)vm有關(guān)的外文文獻(xiàn)翻譯成品:java應(yīng)用程序虛擬機(jī)的應(yīng)用程序輔助的動(dòng)態(tài)遷移(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】431關(guān)于計(jì)算機(jī)專(zhuān)業(yè)應(yīng)用軟件程序app設(shè)計(jì)開(kāi)發(fā)有關(guān)的外文文獻(xiàn)翻譯成品:spring boot開(kāi)發(fā)web應(yīng)用程序(中英文雙語(yǔ)對(duì)照)
- 【精品文檔】433關(guān)于計(jì)算機(jī)專(zhuān)業(yè)網(wǎng)頁(yè)小程序有關(guān)的外文文獻(xiàn)翻譯成品:java web start和小應(yīng)用程序applets(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】482關(guān)于計(jì)算機(jī)專(zhuān)業(yè)應(yīng)用軟件app程序檢測(cè)測(cè)試有關(guān)的外文文獻(xiàn)翻譯成品:測(cè)試spring boot應(yīng)用程序(中英文雙語(yǔ)對(duì)照)
- 【精品文檔】429關(guān)于計(jì)算機(jī)專(zhuān)業(yè)app應(yīng)用程序網(wǎng)絡(luò)管理設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:具有高效性能的ja-v-a web應(yīng)用程序的設(shè)計(jì)方法(中英文雙語(yǔ)對(duì)照)
- 【精品文檔】452關(guān)于計(jì)算機(jī)專(zhuān)業(yè)vm有關(guān)的外文文獻(xiàn)翻譯成品:java應(yīng)用程序虛擬機(jī)的應(yīng)用程序輔助的動(dòng)態(tài)遷移(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】513關(guān)于計(jì)算機(jī)專(zhuān)業(yè)app應(yīng)用html設(shè)計(jì)的畢業(yè)設(shè)計(jì)論文英文英語(yǔ)外文文獻(xiàn)翻譯成品資料:面向?qū)ο蟮膚eb應(yīng)用程序開(kāi)發(fā)(中英文雙語(yǔ)對(duì)照)
- 【精品文檔】431關(guān)于計(jì)算機(jī)專(zhuān)業(yè)應(yīng)用軟件程序app設(shè)計(jì)開(kāi)發(fā)有關(guān)的外文文獻(xiàn)翻譯成品:spring boot開(kāi)發(fā)web應(yīng)用程序(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】509關(guān)于計(jì)算機(jī)專(zhuān)業(yè)app設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品英文英語(yǔ)資料:web應(yīng)用程序開(kāi)發(fā)中mysql和mongodb的混合數(shù)據(jù)庫(kù)系統(tǒng)(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】435關(guān)于計(jì)算機(jī)專(zhuān)業(yè)手機(jī)平板電腦軟件應(yīng)用程序ui設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:關(guān)于如何改善用戶(hù)體驗(yàn)的app應(yīng)用界面研究(中英文雙語(yǔ)對(duì)照)
- 【精品文檔】482關(guān)于計(jì)算機(jī)專(zhuān)業(yè)應(yīng)用軟件app程序檢測(cè)測(cè)試有關(guān)的外文文獻(xiàn)翻譯成品:測(cè)試spring boot應(yīng)用程序(中英文雙語(yǔ)對(duì)照)
- 【精品文檔】435關(guān)于計(jì)算機(jī)專(zhuān)業(yè)手ji平板電腦軟件應(yīng)用程序ui設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:關(guān)于如何改善用戶(hù)體驗(yàn)的app應(yīng)用界面研究(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】279關(guān)于計(jì)算機(jī)專(zhuān)業(yè)食品食物推薦應(yīng)用程序app系統(tǒng)設(shè)計(jì)有關(guān) 的外文文獻(xiàn)翻譯成品:dietos:用于自適應(yīng)飲食監(jiān)測(cè)和個(gè)性化食物建議的推薦系統(tǒng)(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】關(guān)于計(jì)算機(jī)專(zhuān)業(yè)有關(guān)的外文文獻(xiàn)翻譯成品:對(duì)asp n-e-t web窗體的介紹(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】161關(guān)于計(jì)算機(jī)專(zhuān)業(yè)android安卓軟件程序應(yīng)用app開(kāi)發(fā)介紹有關(guān)的外文文獻(xiàn)翻譯成品:android(安卓)開(kāi)發(fā)簡(jiǎn)介(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】514關(guān)于計(jì)算機(jī)專(zhuān)業(yè)app安卓用戶(hù)隱私安全檢測(cè)系統(tǒng)設(shè)計(jì)的畢業(yè)設(shè)計(jì)論文英文英語(yǔ)外文文獻(xiàn)翻譯成品資料:基于權(quán)限分析的android應(yīng)用程序檢測(cè)系統(tǒng)(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】221關(guān)于計(jì)算機(jī)專(zhuān)業(yè)圖書(shū)管理系統(tǒng)設(shè)計(jì)有關(guān) 的外文文獻(xiàn)翻譯成品:圖書(shū)館管理系統(tǒng)的設(shè)計(jì)(中英文雙語(yǔ)對(duì)照)
- 【中英雙語(yǔ)】439關(guān)于計(jì)算機(jī)專(zhuān)業(yè)對(duì)python概述介紹有關(guān)的外文文獻(xiàn)翻譯成品:python簡(jiǎn)介(中英文雙語(yǔ)對(duì)照)
- 94計(jì)算機(jī)專(zhuān)業(yè)相關(guān)有關(guān)外文文獻(xiàn)翻譯成品分析java ee應(yīng)用程序中的程序依賴(lài)性
評(píng)論
0/150
提交評(píng)論