项目进度跟踪管理系统毕业设计(论文)摘要项目管理是一项复杂的工程,尤其是对于一些中小企业,没有科学的管理手段很难实现对项目有效的管理。而项目跟踪管理系统(PTS),将可以提高企业管理的科学化水平和信息化水平,从而可以达到对项目的科学有效的管理。本文结合项目跟踪管理系统的国内外发展和应用现状,通过对系统的需求分析和可行性分析,以JAVA为开发技术,详细说明了项目进度跟踪管理系统的设计与实现过程。该系统具有项目任务管理和BUG管理的功能,实现了客户项目沟通及其管理层对项目进度的控制和对员工日常工作的监督与考核。本系统使用MyEclipse作为开发工具,使用Java为开发语言,Sqlserver为数据库。开发简单,而且维护起来比较方便,它的风格类似于C++,从某种意义上来讲,Java是对C++去粗取精加以改良的结果。而且Java预言师完全面向对象的,完全的区别于C++的“半面向对象”。它是健壮的,源自强类型检查和自我内存管理。最重要的一点保证是:Java的安全体系架构稳定。Java代码是解释执行的,与平台无关。Java语言是多线程的,简而言之就是为一项任务多点开工。Java允许程序动态地装入运动中所需要的类。关键词:项目跟踪管理(PTS)任务管理BUG管理ABSTRACTTheprojectmanagementisacomplicatedengineering,particularlyforsomesmallbusinessenterprises.Itisdifficulttoefficientlycarryoutmanagingtheprojectwithoutscientificmanagementmeans.However,theprojectfollowingthesystemPTS,willbeabletoraisethescientificlevelandinformation-basedlevelofthemanagementofbusinessenterprises,andcanattainthusavalidmanagementtoscienceoftheproject.Thisthesismainlyexpoundsthesystem’sdesignandprocesswhileelaboratingonCorporation,bycombiningITprojectstofollowamanagementsystemofdomesticandinternationaldevelopmentandapplicationpresentcondition,passingtheneedofanalysistothesystemandviabilityassessment,ThesystemhasaprojecttaskmanagementandBUGmanagement,realizecustomerprojectcommunicationanditsmanagementtotheprojectschedulecontrolandsupervisionofthedailyworkofstaffandevaluation.TaskmanagementsystemthisMyEclipseuseasadevelopmenttool,useJavalanguagefordevelopment,Sqlserverdatabasefor.andachievesthegoalfacilitatingcommunicationbetweencustomersandworkers,strengtheningthemanagementandcontrollingtheprogressofthedailyworkofsupervisionandevaluation.Themostimportantguaranteeis:thesecuritysystemofJavaarchitecturestability.Javalanguageismulti-thread,inaword,isforataskmorecommenced.Keywords:projecttrackingsystem(PTS)taskmanagementBUGmanagement目录1前言................................................................................................................11.1开发背景......................................................................................................................11.2国内外研究现状........................................................................................................11.3系统设计目标.............................................................................................................22系统开发所采用的技术....................................................................................32.1JSP技术.........................................................................................................32.2MVC架构........................................................................................................32.3SQLServer.....................................................................................................32.4Tomcat............................................................................................................43项目进度跟踪管理系统需求分析.................................................................53.1系统可行性分析............................................................................................53.1.1技术可行性..........................................................................................53.1.2经济性..................................................................................................53.1.3运行可行性...........................................................................................53.2系统功能性需求分析....................................................................................53.2.1系统功能描述.......................................................................................53.2.2系统业务流程......................................................................................63.3系统各模块用例模型分析............................................................................73.3.1用例模型整体描述..............................................................................73.3.2各功能模块用例描述..........................................................................73.4系统开发环境..............................................................................................114概要设计..............................................................................................................124.1系统架构原则..............................................................................................124.2系统的功能结构设计..................................................................................124.2.1执行者管理模块设计........................................................................124.2.2项目阶段管理模块设计....................................................................134.2.3BUG信息管理模块设计.....................................................................134.2.4项目任务管理模块设计....................................................................144.2.5系统管理模块设计............................................................................144.3系统类图......................................................................................................154.4数据库设计..................................................................................................165详细设计........................