分类号:TP317.1 U D C:D10621-408-(2007)5927-0
密 级:公 开 编 号:2003031188
成 都 信 息 工 程 学 院
学 位 论 文
B/S结构下的OA流程可视化的研究与实现
论文作者姓名:
杨洋
申请学位专业:
计算机科学与技术
申请学位类别:
工学学士
指导教师姓名(职称):
叶安胜(讲师)
论文提交日期:
2007年06月10日
B/S结构下的OA流程可视化的研究与实现
摘 要
工作流是指整个或部分业务流程在计算机支持下的全自动或半自动化。在计算
机网络环境下,工作任务在多个人或单位之间的流转实际上将表现为信息或数据在
多个人之间的传送。使用可视化的OA工作流设计工具,用户不需要编程就可以定义
设计出满足要求的收发文流程,实际使用效果良好。论文以可视化的OA工作流设计
工具的开发为基础,主要阐述五个方面的内容。第一部分介绍了工作流和工作流设
计工具的相关概念与开发背景;第二部分对工作相关基础理论技术、系统环境与平
台基础、以及开发技术进行了描述;第三部分对系统功能进行了分析;第四部分详
细介绍了系统流程、流程可视化设计的实际开发过程中使用到的关键技术;最后一
部分在总结了系统开发心得的同时,提出了目前系统存在的不足和有待改进的地方。
关键词:工作流;流程定义;可视化;Java Applet
The Research and Implementation of Visual OA workflow
Based on B/S Structure
Abstract
Workflow is a full automation or semi-automation on business process, which is
supported by the computer technology. In the distributed environment, tasks transferred
among different persons and departments are information or data passed among
participants according to the defined set of rules. Using visual OA workflow designing
tools, users can define and design receiving and ending document workflow without
programming. The actual result is very satisfactory. This paper is based on the
development of visual OA workflow designing tools. And it consists of five parts. The
first part introduces the workflows, the related concepts and the developing background
of the tools designing it. The second surveys the work-related theory and developing
technology. The third one carries on the analysis of the system functions. The fourth
deals with following parts in detail: the system flow, the system environment and the
essential technology of designing for the platform foundation and the visible flow in the
actual developing performance. The last part is summarized the attainment of
system-developing. And at the same time, the insufficiency and the improvements are
also included in this part.
Key words: workflow;flow define;visual;Java Applet
目 录
论文总页数:30页
1 引言...........................................................................1
1.1 课题背景.................................................................1
1.2 技术可行性研究...........................................................1
1.2.1 Java Applet 技术的可行性研究 .......................................1
1.2.2 XML 技术的可行性研究 ...............................................1
1.2.3 Microsoft Office Access 2003 数据库的可行性研究 ....................1
2 相关基础理论技术以及开发技术...................................................1
2.1 工作流的定义与存在问题描述 ...............................................2
2.1.1 OA 中工作流的定义 ..................................................2
2.1.2 工作流中的流程定义问题 .............................................3
2.2 java applet 和 applet 绘图技术的介绍 ......................................3
2.2.1 applet 的介绍 ......................................................3
2.2.2 Applet 的 AWT 绘制 ..................................................4
2.3 系统环境与平台基础 .......................................................5
3 系统需求分析与总体设计.........................................................5
3.1 系统需求分析 .............................................................5
3.2 系统功能介绍.............................................................5
3.3 系统模块功能和设计思想...................................................6
3.4 数据库设计 ...............................................................7
3.4.1 E-R 图设计 .........................................................7
3.4.2 表的构建...........................................................8
3.4.3 数据库连接实现.....................................................9
4 系统功能模块实现...............................................................9
4.2 流程可视化设计实现 ......................................................10
4.2.1 界面可视化 ........................................................10
4.2.2 绘图功能设计......................................................11
4.2.3 流程图保存和读取方法设计..........................................17
4.2.4 节点间关系保存的实现..............................................23
5 系统测试结果及存在的问题和改进的方案..........................................27
结 论........................................................................28