- 1、本文档共32页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于MVC模式下机关办公自动化系统(OAB)核心功能的实现 计算机本科毕业论文设计范文模板参考资料
XXXX大学本科毕业设计(论文)
题 目:基于MVC模式下机关办公自动化系统(OA-B)
Subject:The corn function design of OA-B system based on MVC pattern
姓 名:XXX
学 号:016211012
专 业:计算机软件
学 院:计算机信息工程学院
指导老师:XXX
完成时间:2005 . 4
摘 要
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 SendReceive 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 SendReceive Manage , Workflow Control and User Manage structure and analysis of implementation in details.
Keyword:MVC Patterns J2EE relative technology OA-B
Message SendReceive 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系统的开发平台 错误!未定义书
文档评论(0)