mvc設(shè)計(jì)模式以及struts開源框架畢業(yè)論文.rar
mvc設(shè)計(jì)模式以及struts開源框架畢業(yè)論文,mvc設(shè)計(jì)模式以及struts開源框架畢業(yè)論文2萬字 55頁包括中英文翻譯,論文,用戶報告,核心模塊功能簡介等資料目 錄摘 要--------------------------------------------------------2abstract--------------------------------...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 weyue 發(fā)布
MVC設(shè)計(jì)模式以及Struts開源框架畢業(yè)論文
2萬字 55頁
包括中英文翻譯,論文,用戶報告,核心模塊功能簡介等資料
目 錄
摘 要--------------------------------------------------------2
ABSTRACT-----------------------------------------------------2
第一章 綜述 (緒論) ------------------------------------------3
1.1 MVC設(shè)計(jì)模式------------------------------------------3
1.2 JSP Model1 和 JSP Model2-----------------------------4
第二章 理論部分-----------------------------------------------7
2.1 Struts概述-------------------------------------------7
2.2 Struts的工作流程-------------------------------------9
2.3 JDBC原理---------------------------------------------11
第三章 實(shí)踐部分----------------------------------------------13
3.1 目標(biāo)系統(tǒng)需求說明-------------------------------------13
3.2 MVC的實(shí)現(xiàn)--------------------------------------------15
3.3 實(shí)踐結(jié)果----------------------------------------------34
第四章 結(jié)論---------------------------------------------------36
致謝----------------------------------------------------------36
附錄----------------------------------------------------------37
關(guān)于三江學(xué)院師資庫的需求說明------------------------------37
參考文獻(xiàn)-------------------------------------------------39
英文文獻(xiàn)-------------------------------------------------42
中文翻譯-------------------------------------------------49
摘要
本文主要論述了MVC設(shè)計(jì)模式的原理、JSP Model1 和 JSP Model2的起源和理論知識以及JDBC的基本知識等。出于理論聯(lián)系實(shí)際的需要,在本文中還詳細(xì)介紹了以下內(nèi)容:1,由于我們使用了Struts開源項(xiàng)目,所以本文對Struts的工作流程有詳細(xì)的介紹。同時結(jié)合MVC設(shè)計(jì)模式,展現(xiàn)了Struts是如何實(shí)現(xiàn)MVC設(shè)計(jì)模式的。2,關(guān)于項(xiàng)目開發(fā)的關(guān)鍵性描述。軟件開發(fā)的成功離不開需求分析與設(shè)計(jì)工作,本文簡要介紹了筆者在需求分析以及設(shè)計(jì)方面所做的工作。3,編碼技巧展示。筆者利用登錄模塊展示MVC設(shè)計(jì)模式。開發(fā)者將登錄模塊用MVC方式分解,利用Struts框架,將登錄模塊分解為View層、Controller層、Model層。本文展示了相關(guān)的編碼,其中重點(diǎn)介紹了所編寫的ActionForm類以及Controller層。論文最后給出了程序運(yùn)行的效果實(shí)例。
ABSTRACT
This text mainly discusses about the basic knowledge of the design-principle of MVC , the theoretical knowledge and the origins of JSP Model1 and JSP Model2, and basic knowledge of JDBC. In practice, as we use the open source software of Struts, all the workflow in Struts have detailed introduction, combine the MVC design mode at the same time, emerge how Struts is carry out the MVC design mode .The successfuly software develop can not get away from need analysis and the design works, at the beginning of the experiment, the synopsis introduced analytical in the need and the work that the design aspect do, then make use of the MVC design mode and decompositing the landing mode , describe how the exploitation Struts carries on the coding of View layer, Controller layer, Model layer in our coding process.It point introduced the ActionForm and the Controller layer that coded by me.Finally , give the result that procedure circulate solid example.
文獻(xiàn)綜述
1.《精通Struts:基于MVC的Java Web 設(shè)計(jì)與開發(fā)》 :`Struts是目前非常流行的基于MVC的Java Web框架。本身詳細(xì)介紹了在最新的Struts1.1以及不久將推出的Struts1.2 版本上設(shè)計(jì)和開發(fā)Java Web應(yīng)用的各種技術(shù)。
2.《J2EE企業(yè)級應(yīng)用開發(fā)》 :本書全面介紹了UML技術(shù)在J2EE企業(yè)級應(yīng)用開發(fā)中各個過程、各個方面的應(yīng)用。包括了企業(yè)級應(yīng)用開發(fā)的基礎(chǔ)、UML技術(shù)和企業(yè)級應(yīng)用開發(fā)建模、設(shè)計(jì)模式的應(yīng)用、需求建模、分析建模、組建建模、部署建模、客戶層實(shí)現(xiàn)、表現(xiàn)層實(shí)現(xiàn)、業(yè)務(wù)層實(shí)現(xiàn)、數(shù)據(jù)訪問的實(shí)現(xiàn)、分布的實(shí)現(xiàn)和完整的開發(fā)實(shí)例。除了介紹這些技術(shù)外,本身著重于企業(yè)級應(yīng)用開發(fā)中的建模技術(shù),并且使用一定的方法、模式來提供應(yīng)有開發(fā)效率。
3.《UML數(shù)據(jù)庫設(shè)計(jì)應(yīng)用》 :本身提供了利用統(tǒng)一建模語言(Unified Modeling Language,UML)進(jìn)行數(shù)據(jù)庫設(shè)計(jì)的實(shí)用指南。本身的目標(biāo)是針對那些必須與先生世界打交道的設(shè)計(jì)人員:他們必須繳付實(shí)際系統(tǒng),以滿足實(shí)際的業(yè)務(wù)需要。
4.《使用UML——關(guān)于對象和組件軟件工程》 :本書旨在介紹使用UML進(jìn)行面向?qū)ο蠛徒M件軟件開發(fā)所必須的知識。本書包括軟件工程和面向?qū)ο箝_發(fā)的概念、UML語言詳述以及對用例的介紹,最后討論了質(zhì)量和質(zhì)量保證、驗(yàn)證、確認(rèn)和測試、軟件項(xiàng)目管理及團(tuán)隊(duì)開發(fā)等問題。
5.《HomePage2000 HTML設(shè)計(jì)實(shí)務(wù)》 :本書從最基礎(chǔ)的HTML開始,輔以詳實(shí)的范例講解,分別講述了HTML語言;網(wǎng)頁設(shè)計(jì)的要素:圖像、文本、表格、分割窗口、表單核多媒體;網(wǎng)頁設(shè)計(jì)的方法;最新的網(wǎng)頁設(shè)計(jì)技術(shù),如樣式表、XML語言和JAVA Applet等內(nèi)容。
2萬字 55頁
包括中英文翻譯,論文,用戶報告,核心模塊功能簡介等資料
目 錄
摘 要--------------------------------------------------------2
ABSTRACT-----------------------------------------------------2
第一章 綜述 (緒論) ------------------------------------------3
1.1 MVC設(shè)計(jì)模式------------------------------------------3
1.2 JSP Model1 和 JSP Model2-----------------------------4
第二章 理論部分-----------------------------------------------7
2.1 Struts概述-------------------------------------------7
2.2 Struts的工作流程-------------------------------------9
2.3 JDBC原理---------------------------------------------11
第三章 實(shí)踐部分----------------------------------------------13
3.1 目標(biāo)系統(tǒng)需求說明-------------------------------------13
3.2 MVC的實(shí)現(xiàn)--------------------------------------------15
3.3 實(shí)踐結(jié)果----------------------------------------------34
第四章 結(jié)論---------------------------------------------------36
致謝----------------------------------------------------------36
附錄----------------------------------------------------------37
關(guān)于三江學(xué)院師資庫的需求說明------------------------------37
參考文獻(xiàn)-------------------------------------------------39
英文文獻(xiàn)-------------------------------------------------42
中文翻譯-------------------------------------------------49
摘要
本文主要論述了MVC設(shè)計(jì)模式的原理、JSP Model1 和 JSP Model2的起源和理論知識以及JDBC的基本知識等。出于理論聯(lián)系實(shí)際的需要,在本文中還詳細(xì)介紹了以下內(nèi)容:1,由于我們使用了Struts開源項(xiàng)目,所以本文對Struts的工作流程有詳細(xì)的介紹。同時結(jié)合MVC設(shè)計(jì)模式,展現(xiàn)了Struts是如何實(shí)現(xiàn)MVC設(shè)計(jì)模式的。2,關(guān)于項(xiàng)目開發(fā)的關(guān)鍵性描述。軟件開發(fā)的成功離不開需求分析與設(shè)計(jì)工作,本文簡要介紹了筆者在需求分析以及設(shè)計(jì)方面所做的工作。3,編碼技巧展示。筆者利用登錄模塊展示MVC設(shè)計(jì)模式。開發(fā)者將登錄模塊用MVC方式分解,利用Struts框架,將登錄模塊分解為View層、Controller層、Model層。本文展示了相關(guān)的編碼,其中重點(diǎn)介紹了所編寫的ActionForm類以及Controller層。論文最后給出了程序運(yùn)行的效果實(shí)例。
ABSTRACT
This text mainly discusses about the basic knowledge of the design-principle of MVC , the theoretical knowledge and the origins of JSP Model1 and JSP Model2, and basic knowledge of JDBC. In practice, as we use the open source software of Struts, all the workflow in Struts have detailed introduction, combine the MVC design mode at the same time, emerge how Struts is carry out the MVC design mode .The successfuly software develop can not get away from need analysis and the design works, at the beginning of the experiment, the synopsis introduced analytical in the need and the work that the design aspect do, then make use of the MVC design mode and decompositing the landing mode , describe how the exploitation Struts carries on the coding of View layer, Controller layer, Model layer in our coding process.It point introduced the ActionForm and the Controller layer that coded by me.Finally , give the result that procedure circulate solid example.
文獻(xiàn)綜述
1.《精通Struts:基于MVC的Java Web 設(shè)計(jì)與開發(fā)》 :`Struts是目前非常流行的基于MVC的Java Web框架。本身詳細(xì)介紹了在最新的Struts1.1以及不久將推出的Struts1.2 版本上設(shè)計(jì)和開發(fā)Java Web應(yīng)用的各種技術(shù)。
2.《J2EE企業(yè)級應(yīng)用開發(fā)》 :本書全面介紹了UML技術(shù)在J2EE企業(yè)級應(yīng)用開發(fā)中各個過程、各個方面的應(yīng)用。包括了企業(yè)級應(yīng)用開發(fā)的基礎(chǔ)、UML技術(shù)和企業(yè)級應(yīng)用開發(fā)建模、設(shè)計(jì)模式的應(yīng)用、需求建模、分析建模、組建建模、部署建模、客戶層實(shí)現(xiàn)、表現(xiàn)層實(shí)現(xiàn)、業(yè)務(wù)層實(shí)現(xiàn)、數(shù)據(jù)訪問的實(shí)現(xiàn)、分布的實(shí)現(xiàn)和完整的開發(fā)實(shí)例。除了介紹這些技術(shù)外,本身著重于企業(yè)級應(yīng)用開發(fā)中的建模技術(shù),并且使用一定的方法、模式來提供應(yīng)有開發(fā)效率。
3.《UML數(shù)據(jù)庫設(shè)計(jì)應(yīng)用》 :本身提供了利用統(tǒng)一建模語言(Unified Modeling Language,UML)進(jìn)行數(shù)據(jù)庫設(shè)計(jì)的實(shí)用指南。本身的目標(biāo)是針對那些必須與先生世界打交道的設(shè)計(jì)人員:他們必須繳付實(shí)際系統(tǒng),以滿足實(shí)際的業(yè)務(wù)需要。
4.《使用UML——關(guān)于對象和組件軟件工程》 :本書旨在介紹使用UML進(jìn)行面向?qū)ο蠛徒M件軟件開發(fā)所必須的知識。本書包括軟件工程和面向?qū)ο箝_發(fā)的概念、UML語言詳述以及對用例的介紹,最后討論了質(zhì)量和質(zhì)量保證、驗(yàn)證、確認(rèn)和測試、軟件項(xiàng)目管理及團(tuán)隊(duì)開發(fā)等問題。
5.《HomePage2000 HTML設(shè)計(jì)實(shí)務(wù)》 :本書從最基礎(chǔ)的HTML開始,輔以詳實(shí)的范例講解,分別講述了HTML語言;網(wǎng)頁設(shè)計(jì)的要素:圖像、文本、表格、分割窗口、表單核多媒體;網(wǎng)頁設(shè)計(jì)的方法;最新的網(wǎng)頁設(shè)計(jì)技術(shù),如樣式表、XML語言和JAVA Applet等內(nèi)容。