资源描述:
《基于jsp(java)工资管理系统的设计和开发.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、毕业设计(论文)基于jsp(java)工资管理系统的设计和开发姓 名系别、专业导师姓名、职称完成时间摘 要随着现代企业管理制度的建立和软件产业的迅速发展,企业人事劳资管理系统已成为企业进行日常管理工作的重要工具,加强人事劳资管理类软件的开发和运作已成为提高企业管理效率的重要手段,而工资管理是企业人事劳资管理的重要组成部分。本文论述了基于Web的工资管理系统的开发和实现过程,主要包括系统开发技术、系统需求分析、系统概要分析与设计、系统详细设计与实现等。重点介绍了数据库的设计及系统的实现过程,此外还介绍了系统框架结构。本系统采用了
2、目前较为流行的SSH组合框架开发技术。在表示层采用Struts技术实现了经典的MVC模式,规范了表示层的开发过程。在业务层中,使用Spring组件技术,用容器管理表示层的控制器和数据层的数据访问对象,以提高系统的可扩展性能。在数据持久层,使用Hibernate框架技术,实现了数据与业务的分离,降低了系统的耦合度。开发结果表明,将Struts、Spring和Hibernate技术整合为一种组合型多框架,极大的提高了系统的可维护性、可扩展性、可移植性和组件的复用性。关键词:工资管理;SSH框架;MVC模式AbstractWithth
3、eestablishmentofmodernenterprisemanagementsystemandtherapiddevelopmentofsoftwareindustry,businesspersonnellabormanagementsystemhasbecomethedailymanagementofanimportanttooltostrengthenthepersonnellabormanagementclasssoftwaredevelopmentandoperationofbusinessmanagementt
4、oimproveefficiencyhasbecomeanimportantmeansofandwagesofpersonnelmanagementisanimportantpartoflabormanagement.ThispapersdiscussestheWeb-basedpayrollsysteminthedevelopmentandimplementationprocess,includingsystemdevelopmenttechnology,systemrequirementsanalysis,systempro
5、filinganddesign,detaileddesignandimplementation.Focusesondatabasedesignandsystemimplementationprocess,theframeworkalsointroducesthesystemstructure.ThesystemusesacombinationofthecurrentframeworkofthemorepopularSSHdevelopmenttechnology.InthepresentationlayerusingStruts
6、technologytoachievetheclassicMVCpattern,thepresentationlayerspecificationofthedevelopmentprocess.Inthebusinesslayer,theuseofSpringcomponenttechnology,withcontainer-managedpresentationlayerofthecontrollerandthedatalayerdataaccessobjectstoimprovesystemscalability.Inthe
7、datapersistencelayer,Hibernateframeworkusingtechnologytoachievetheseparationofdataandservices,reducingthesystemcoupling.TheresultsshowthatthedevelopmentwillbeStruts,SpringandHibernatetechnologyintegrationasacombinationofmultiframe,greatlyimprovingsystemmaintainabilit
8、y,scalability,portabilityandreusabilityofcomponents.KeyWords:payrollmanagement,SSHframework,MVCmode目 录1引言11.1编写目的11.2项目背景11.3系统概述11