基于mvc模式下機(jī)關(guān)辦公自動(dòng)化系統(tǒng)(oa-b)核心功能的實(shí)現(xiàn).doc
基于mvc模式下機(jī)關(guān)辦公自動(dòng)化系統(tǒng)(oa-b)核心功能的實(shí)現(xiàn),基于mvc模式下機(jī)關(guān)辦公自動(dòng)化系統(tǒng)(oa-b)核心功能的實(shí)現(xiàn)摘 要mvc模式是一種可應(yīng)用于j2ee的開(kāi)放式框架結(jié)構(gòu)。它允許web頁(yè)面或其它瀏覽內(nèi)容(視圖層)能夠最大限度的與內(nèi)部代碼(模型/控制層)分離開(kāi)來(lái),從而使設(shè)計(jì)者和程序員能夠?qū)⒆⒁饬性谒麄兏髯缘膶iT(mén)技術(shù)上。并因java的“一次寫(xiě)入后,任何處運(yùn)行”的特性而提高了...
內(nèi)容介紹
此文檔由會(huì)員 csfujixie 發(fā)布基于MVC模式下機(jī)關(guān)辦公自動(dòng)化系統(tǒng)(OA-B)核心功能的實(shí)現(xiàn)
摘 要
MVC模式是一種可應(yīng)用于J2EE的開(kāi)放式框架結(jié)構(gòu)。它允許Web頁(yè)面或其它瀏覽內(nèi)容(視圖層)能夠最大限度的與內(nèi)部代碼(模型/控制層)分離開(kāi)來(lái),從而使設(shè)計(jì)者和程序員能夠?qū)⒆⒁饬性谒麄兏髯缘膶iT(mén)技術(shù)上。并因Java的“一次寫(xiě)入后,任何處運(yùn)行”的特性而提高了開(kāi)發(fā)效率。
本論文著眼于在JBuilder環(huán)境下應(yīng)用MVC模式開(kāi)發(fā)機(jī)關(guān)辦公自動(dòng)化系統(tǒng)的核心功能,即發(fā)/收文管理、工作流控制以及用戶管理。
本論文以我們OA小組開(kāi)發(fā)的機(jī)關(guān)辦公自動(dòng)化系統(tǒng)WebOA為例,介紹了由本人參與設(shè)計(jì)的發(fā)/收文工作流模塊和用戶管理模塊的相關(guān)技術(shù),并進(jìn)行程序結(jié)構(gòu)分析和具體功能實(shí)現(xiàn)闡述。
關(guān)鍵詞:MVC模式 J2EE相關(guān)組件 機(jī)關(guān)辦公自動(dòng)化
發(fā)\收文管理 工作流 用戶管理
ABSTRACT
MVC is an open source framework for JSP Web applications. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers and programmers to focus on their respective areas of expertise. It improve the efficiency of the development process thanks to JAVA “Write Once, run anywhere” nature.
This dissertation focuses on implementation of MVC patterns to develope Office Automatic system for Bureau (OA-B) which run on JBuilder environment, and mainly introduce its kernel functions theory such as Message Send&Receive Manage, Workflow Control and User Manage .
This dissertation introduces the function of implemented office automation for bureau named WebOA by our OA team . It also expatiate its relative technology which were concerned and designed by me as well as this system’s Message Send&Receive Manage , Workflow Control and User Manage structure and analysis of implementation in details.
Keyword:MVC Patterns J2EE relative technology OA-B
Message Send&Receive Manage Workflow Control UserManage
目 錄
第一章 緒 論
1.1 研究背景
1.2 OA-B概念的提出
第二章 系統(tǒng)相關(guān)技術(shù)簡(jiǎn)介
2.1系統(tǒng)開(kāi)發(fā)架構(gòu)
2.2系統(tǒng)所采用的主要技術(shù)分析
2.2.1系統(tǒng)采用的MVC模式架構(gòu)
2.2.2系統(tǒng)采用的J2EE相關(guān)標(biāo)準(zhǔn)組件技術(shù)
2.2.3Browser/Server系統(tǒng)的三層體系結(jié)構(gòu)
2.3 系統(tǒng)的運(yùn)行環(huán)境和開(kāi)發(fā)平臺(tái)
2.3.1系統(tǒng)的開(kāi)發(fā)平臺(tái)
2.3.2 系統(tǒng)運(yùn)行環(huán)境
第三章 系統(tǒng)功能結(jié)構(gòu)
3.1 OA-B模式
3.1.1基本需求:報(bào)文傳遞功能
3.1.2應(yīng)用模式:工作流
3.1.3數(shù)據(jù)整合:復(fù)合型文檔
3.2 本系統(tǒng)功能模塊
第四章 核心子系統(tǒng)模塊設(shè)計(jì)
4.1 發(fā)/收文管理
4.1.1 M-V-C模式分析發(fā)文管理
4.1.2 發(fā)文工作流數(shù)據(jù)庫(kù)實(shí)現(xiàn)
4.1.3 收文查詢中值對(duì)象控制
4.2 用戶權(quán)限管理
4.2.1用戶權(quán)限的數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)
4.2.2用戶管理數(shù)據(jù)庫(kù)的物理結(jié)構(gòu)
第五章 小 結(jié)
結(jié) 語(yǔ)
致 謝
參考文獻(xiàn)
附 錄:發(fā)文管理源代碼
TA們正在看...
- pc機(jī)與單片機(jī)溫度檢測(cè)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).pdf
- 畢業(yè)設(shè)計(jì)-基于89c51單片機(jī)的數(shù)字式智能多路巡檢儀...doc
- 單機(jī)多路溫度檢測(cè)及數(shù)據(jù)管理的設(shè)計(jì)與實(shí)現(xiàn).pdf
- 單片機(jī)多路溫度檢測(cè)及數(shù)據(jù)管理的設(shè)計(jì)與實(shí).pdf
- 單片機(jī)溫度檢測(cè)系統(tǒng).pdf
- 單片機(jī)在多路信號(hào)巡回檢測(cè)儀中的應(yīng)用.pdf
- 多路溫度檢測(cè)系統(tǒng)的設(shè)計(jì)與研究.pdf
- 多路溫度檢測(cè)系統(tǒng)設(shè)計(jì).pdf
- 多路智能巡檢儀畢業(yè)設(shè)計(jì)ppt.ppt
- 高精度多路溫度檢測(cè)系統(tǒng)的研制.pdf