项目进度跟踪管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
项目管理是一项复杂的工程,尤其是对于一些中小企业,没有科学的管理手段很难实现对项目有效的管理。而项目跟踪管理系统(PTS),将可以提高企业管理的科学化水平和信息化水平,从而可以达到对项目的科学有效的管理。
本文结合项目跟踪管理系统的国内外发展和应用现状,通过对系统的需求分析和可行性分析,以JAVA为开发技术,详细说明了项目进度跟踪管理系统的设计与实现过程。该系统具有项目任务管理和BUG管理的功能,实现了客户项目沟通及其管理层对项目进度的控制和对员工日常工作的监督与考核。
本系统使用MyEclipse作为开发工具,使用Java为开发语言,Sqlserver 为数据库。开发简单,而且维护起来比较方便,它的风格类似于C++,从某种意义上来讲,Java是对C++去粗取精加以改良的结果。而且Java预言师完全面向对象的,完全的区别于C++的“半面向对象”。它是健壮的,源自强类型检查和自我内存管理。最重要的一点保证是:Java的安全体系架构稳定。Java代码是解释执行的,与平台无关。Java语言是多线程的,简而言之就是为一项任务多点开工。Java允许程序动态地装入运动中所需要的类。
关键词:项目跟踪管理(PTS)任务管理BUG管理
ABSTRACT
The project management is a complicated engineering, particularly for some small business enterprises. It is difficult to efficiently carry out managing the project without scientific management means. However, the project following the system PTS, will be able to raise the scientific level and information-based level of the management of business enterprises, and can attain thus a valid management to science of the project.
This thesis mainly expounds the system’s design and process while elaborating on Corporation, by combining IT projects to follow a management system of domestic and international development and application present condition, passing the need of analysis to the system and viability assessment, The system has a project task management and BUG management, realize customer project communication and its management to the project schedule control and supervision of the daily work of staff and evaluation.
Task management system this MyEclipse use as a development tool, use Java language for development, Sqlserver database for. and achieves the goal facilitating communication between customers and workers, strengthening the management and controlling the progress of the daily work of supervision and evaluation. The most important guarantee is: the security system of Java architecture stability.Java language is multi-thread, in a word, is for a task more commenced.
Key words:project tracking system(PTS)task management BUG
management
目录
1 前言 (1)
1.1 开发背景 (1)
1.2 国内外研究现状 (1)
1.3 系统设计目标 (2)
2 系统开发所采用的技术 (3)
2.1 JSP技术 (3)
2.2 MVC 架构 (3)
2.3 SQL Serve r (3)
2.4 Tomcat (4)
3 项目进度跟踪管理系统需求分析 (5)
3.1 系统可行性分析 (5)
3.1.1 技术可行性 (5)
3.1.2 经济性 (5)
3.1.3运行可行性 (5)
3.2 系统功能性需求分析 (5)
3.2.1系统功能描述 (5)
3.2.2 系统业务流程 (6)
3.3 系统各模块用例模型分析 (7)
3.3.1 用例模型整体描述 (7)
3.3.2 各功能模块用例描述 (7)
3.4 系统开发环境 (11)
4 概要设计 (12)
4.1 系统架构原则 (12)
4.2 系统的功能结构设计 (12)
4.2.1 执行者管理模块设计 (12)
4.2.2 项目阶段管理模块设计 (13)
4.2.3 BUG信息管理模块设计 (13)
4.2.4 项目任务管理模块设计 (14)
4.2.5 系统管理模块设计 (14)
4.3 系统类图 (15)
4.4 数据库设计 (16)
5 详细设计 (18)