基于mvc模式下机关办公自动化系统(oa-b)核心功能的实现.doc
基于mvc模式下机关办公自动化系统(oa-b)核心功能的实现,基于mvc模式下机关办公自动化系统(oa-b)核心功能的实现摘 要mvc模式是一种可应用于j2ee的开放式框架结构。它允许web页面或其它浏览内容(视图层)能够最大限度的与内部代码(模型/控制层)分离开来,从而使设计者和程序员能够将注意力集中在他们各自的专门技术上。并因java的“一次写入后,任何处运行”的特性而提高了...
内容介绍
此文档由会员 csfujixie 发布基于MVC模式下机关办公自动化系统(OA-B)核心功能的实现
摘 要
MVC模式是一种可应用于J2EE的开放式框架结构。它允许Web页面或其它浏览内容(视图层)能够最大限度的与内部代码(模型/控制层)分离开来,从而使设计者和程序员能够将注意力集中在他们各自的专门技术上。并因Java的“一次写入后,任何处运行”的特性而提高了开发效率。
本论文着眼于在JBuilder环境下应用MVC模式开发机关办公自动化系统的核心功能,即发/收文管理、工作流控制以及用户管理。
本论文以我们OA小组开发的机关办公自动化系统WebOA为例,介绍了由本人参与设计的发/收文工作流模块和用户管理模块的相关技术,并进行程序结构分析和具体功能实现阐述。
关键词:MVC模式 J2EE相关组件 机关办公自动化
发\收文管理 工作流 用户管理
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概念的提出
第二章 系统相关技术简介
2.1系统开发架构
2.2系统所采用的主要技术分析
2.2.1系统采用的MVC模式架构
2.2.2系统采用的J2EE相关标准组件技术
2.2.3Browser/Server系统的三层体系结构
2.3 系统的运行环境和开发平台
2.3.1系统的开发平台
2.3.2 系统运行环境
第三章 系统功能结构
3.1 OA-B模式
3.1.1基本需求:报文传递功能
3.1.2应用模式:工作流
3.1.3数据整合:复合型文档
3.2 本系统功能模块
第四章 核心子系统模块设计
4.1 发/收文管理
4.1.1 M-V-C模式分析发文管理
4.1.2 发文工作流数据库实现
4.1.3 收文查询中值对象控制
4.2 用户权限管理
4.2.1用户权限的数据库逻辑结构
4.2.2用户管理数据库的物理结构
第五章 小 结
结 语
致 谢
参考文献
附 录:发文管理源代码