资源描述:
《(毕业论文)JSP的旅店登记系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、JSP的旅店登记系统的设计与实现摘要随着社会和经济的发展,旅店业逐渐发达,管理难度也逐渐增加,为了提高工作效率,降低成木,同时减少出错率,使用计算机管理旅店信息已经越发的重要。我国加入WTO之后,旅丿占业的准入门槛已经降低,大量的大型旅店已经投入运营,为了能够提供更好、更快的服务,采用计算机管理旅店已经是必不可少的事情了。木系统采用Java设计,数据库使用mysql,该系统采用jsp应用开发,具有管理旅店的基础功能,预定,入住,消费,退房等。本文介绍了在Eclipse环境下采用struts2框架和hib
2、ernate框架构建旅店登记系统。文章介绍了旅店管理管理系统的系统分析部分,包括可行性等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了儿个主要模块的算法,本系统界而友好,操作简单,比较实用。关键字:旅店登记系统struts2hibernatemysqlAnAnalysisoftheCharacteristicsofAdvertisingEnglishABSTRACTWiththedevelopmentofsocietyandeconomy,thehotelindustry
3、hasgraduallydeveloped,themanagementdifficultyalsoincreasesgradually^inordertoimprovetheworkefficiency,reducecosts,andreducetheerrorrate,usingcomputertomanagethehotelinformationhasbeenmoreandmoreimportant.AfterChina'saccessiontotheWTO,thehotelindustryacce
4、ssthresholdhasbeenreduced,manylargehotelshavebeenputintooperation,inordertoprovidebetter,fasterservice,usingcomputertomanagethehotelisessential.Javadesignisadoptedinthesystem,thedatabaseusingmysqLthesystemusesJSPapplicationdevelopment,hasthebasicfunction
5、ofmanagement,hotelreservation,check-in,check-outconsumption,etc.ThisarticledescribestheEclipseenvironment,usingStruts2frameworkandHibernateframeworkconstructionofhotelmanagementsystem.Thispaperintroducesthesystemanalysisparthotelmanagementsystem,includin
6、gfeasibilityandsoon;thesystemdesignpartmainlyintroducedthesystemfunctiondesignandthedatabasedesignandthecodedesign;thesystemrealizationpartexplainedseveralmainmodulesalgorithmtthissystemfriendlyinterface,theoperationissimple,quitepractical.Keywords:hotel
7、managementsystemStruts2hibernateMySQL目录第1童绪论1l.i眨题背亲以及点义i1.2国内外研究现状及发展趋势21・3课题研究的意义2第2章需求分析32.1系统现状32.2可行性分析32.2.1经济可行性32.2.2技术可行性32.2.3社会可行性42.3总体设计原则42.3.1易用性原则42.3.2实用性原则42.3.3技术先进性和成熟性原则4第3章系统分析53.1开发平台53.2功能模块分析53.2.1用户信息模块53.2.2房间信息模块53.2.3操作记录模块63
8、.2.4入住记录模块63.2.5顾客信息模块63.3非功能性需求分析6第4章系统设计74.1功能设计74.1.1系统用户组成74.1.2前台管理员功能74.1・3其它员工功能84.1.4管理员功能84.2数据库设计94.2.1数据库逻辑设计94.2.2数据库实现94.2.3数据库表设计94.3功能设计104.3.1系统开发工具104.3.2系统开发框架11第5章系统实现135.1功能实现135.1.1通用功能134.1.2非通用功能135.