• 論文格式
          電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學 電氣自動化 歷史論文
          機械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
          制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學 論文降重
          通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
          • 首頁 |
          • 畢業(yè)論文 |
          • 論文格式 |
          • 個人簡歷 |
          • 工作總結(jié) |
          • 入黨申請書 |
          • 求職信 |
          • 入團申請書 |
          • 工作計劃 |
          • 免費論文 |
          • 合作期刊 |
          • 論文同學網(wǎng) |
          搜索 高級搜索

          當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
          畢業(yè)論文標題:

          基于J2EE的材料管理系統(tǒng)設(shè)計與研究

           本文ID:LWGSW14648 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于J2EE的材料管理系統(tǒng)設(shè)計與研究 (收費:1000 積分)  

          論文字數(shù):13947,頁數(shù):41

          摘 要
           
           J2EE體系結(jié)構(gòu)是目前建立電子商務(wù)及其它基于Web的企業(yè)應(yīng)用程序的首選技術(shù)之一。本文對基于J2EE體系架構(gòu)的材料管理系統(tǒng)進行了詳細的研究與設(shè)計。蘇州中級人民法院材料管理系統(tǒng)在體系結(jié)構(gòu)上采用業(yè)界先進的J2EE體系結(jié)構(gòu)來構(gòu)建整個管理系統(tǒng),在開發(fā)中使用了目前比較流行的開發(fā)工具Eclipse 和專業(yè)的技術(shù)。該系統(tǒng)在設(shè)計模式上采用了技術(shù)領(lǐng)先的SSH(Struts+Spring+Hibernate)設(shè)計模式,整個系統(tǒng)的各個模塊保持高度的可重用性,各個模塊之間的耦合程度非常低,保證了系統(tǒng)的高可擴展性、高可維護性。
           本文首先介紹了設(shè)計該系統(tǒng)所用到的基礎(chǔ)知識,并指出進行開發(fā)的需求分析,然后給出該系統(tǒng)的業(yè)務(wù)范圍,在各種基本功能要求下,分析了系統(tǒng)的具體需求。其次,闡述了關(guān)于該系統(tǒng)整體結(jié)構(gòu)的概要設(shè)計方案,說明了模塊的層次與處理的流程。再次,針對該系統(tǒng)的權(quán)限管理及用戶管理模塊,給出了詳細的結(jié)構(gòu)設(shè)計、邏輯流程,為后面所進行的編碼實現(xiàn)打下了基礎(chǔ)。最后,提出了具體的單體測試、集成測試方案,并列出了針對權(quán)限管理及用戶管理模塊的測試結(jié)果。
           
          關(guān)鍵詞:J2EE體系結(jié)構(gòu),SSH設(shè)計模式,材料管理
            Abstract

           J2EE architecture has been one of the first choices in e-business and other web applications nowadays. In this thesis, an enterprise management system of three tires of J2EE architecture has been studied and designed in detail. The advanced three-tire architecture in the software industry is used in the Document Management system of middle court of Suzhou. Based on J2EE architecture we construct the whole manage system. In the developing process, a developing instrument Eclipse, which is very popular recently, and the professional technology are used. The design model of this system is SSH (Struts+spring+Hibernate). Every module in this system keeps highly reusability. The coupling between every module is quite weak; in that case the system surely has highly expansibility and maintainability.
           Firstly, the fundamental knowledge about the technology which is used when designing the system is discussed. Also this paper indicates the requirements and designing of the system. And then, the thesis presents the operation range of this system. On the basis of these basic requirements, the paper gives analysis of the systemic concrete requirements. Secondly, the thesis expatiate the schema of design as to the holistic framework, and it also explains the hierarchy of module and the flow of process. Thirdly, as for management of authority and role module, the thesis presents particular and configurable design, logical flow, which are the foundation of programming. Finally, the thesis lists the testing results of management of authority and role module using the methods of concrete monocular test, integrated test and systemic test,
           
          Keywords: J2EE architecture, SSH design pattern, Document management
           


          目 錄

          摘 要 I
          Abstract II
          第1章 前言和背景 1
          第2章 基礎(chǔ)知識介紹 2
           2.1 J2EE概述 2
           2.2 J2EE體系結(jié)構(gòu) 2
           2.2.1 容器體系結(jié)構(gòu) 3
           2.3 J2EE技術(shù) 4
           2.3.1 組件技術(shù) 4
           2.3.2 服務(wù)技術(shù) 5
           2.4 SSH架構(gòu) 5
           2.4.1 Struts 實現(xiàn)MVC的機制 5
           2.4.2 Spring基本概念及其特點 6
           2.4.3 Hibernate 持久層框架 6
           2.4.4 SSH 輕量級架構(gòu) 7
          第3章 需求分析 8
           3.1 引言 8
           3.2 產(chǎn)品要求 8
           3.2.1 總體效果 8
           3.2.2 產(chǎn)品主要功能概述 9
           3.2.3 運行環(huán)境 9
           3.2.4 市場分析 10
           3.2.5 技術(shù)可行性分析 10
           3.3 項目開發(fā)計劃 11
          第4章 概要設(shè)計 12
           4.1 總體設(shè)計 12
           4.1.1 總體流程描述 12
           4.1.2 模塊的標準流程 12
           4.1.3 安全控制 13
           4.1.4 結(jié)構(gòu) 15
           4.2 接口設(shè)計 16
           4.2.1 用戶接口 16
           4.2.2 外部接口 16
           4.2.3 內(nèi)部接口 16
           4.3 數(shù)據(jù)庫設(shè)計 16
           4.4 出錯處理設(shè)計 18
           4.4.1 出錯信息 18
           4.4.2 補救措施 19
          第5章 詳細設(shè)計 20
           5.1 軟件開發(fā)環(huán)境 20
           5.1.1 開發(fā)工具 20
           5.1.2 開發(fā)環(huán)境 20
           5.2 程序描述 20
           5.3 流程邏輯 21
           5.4 窗體表述 22
           5.4.1 權(quán)限管理模塊 22
           5.4.2 角色管理模塊 24
           5.5 過程、函數(shù)、事件 25
           5.6 算法 26
           5.7 限制條件 26
          第6章 編碼 27
           6.1 權(quán)限管理相關(guān)代碼 27
           6.2 角色管理相關(guān)代碼 29
          第7章 測試 32
           7.1 單體測試 32
           7.2 集成測試 33
          第8章 結(jié)束語 35
          致謝 36
          參考文獻 37


          相關(guān)論文
          本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:圖書館管理系統(tǒng)設(shè)計 下一篇:基于Java的語圖儀設(shè)計及實現(xiàn)
          Tags:基于 J2EE 材料 管理系統(tǒng) 設(shè)計 研究 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

          本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

          論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

          Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

          感谢您访问我们的网站,您可能还对以下资源感兴趣:

          论文格式网:毕业论文格式范文
          <samp id="qk0im"></samp>
        • <blockquote id="qk0im"><dl id="qk0im"></dl></blockquote>
        • <kbd id="qk0im"></kbd>