资源描述:
《基于mvc模式的酒店管理系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、梧州学院毕业论文论文题目基于MVC酒店管理系统的设计与实现系别计算机科学系专业计算机科学与技术班级07计本三班学号0700609121学生姓名唐智林指导教师(签名)完成时间2011年3月 --摘要酒店管理系统是较为典型的管理信息系统,系统的开发主要包括前端的程序开发和后台数据库的建立和维护。数据库要求具有一致性、完整性、数据安全性好的特点,而前端的程序要求功能完备,使用便捷。本系统使用SUN公司的JSP和SQLSEVER作为程序开发工具和数据库开发工具。本文通过详细的调查论证根据企业的实际要求提出了如下的需求分析。基于MVC模式的酒店管理系统具有员工管理能添加员工、查看员工、删
2、除员工。具有房间种类管理可以查看房间种类、添加房间种类、删除房间种类、修改房间种类。可以对房间管理即可以查看房间、添加房间、删除房间。可以对订购房间进行管理加查看未订出房间、查看已订出房间。并且可以修改自己的登录密码以及退出登录。对酒店管理系统设计时,首先在短时间内建立起系统应用的原型,然后对原型系统进行需求分析,并不断修正和改进,直到最终形成用户满意的可行性系统。系统的难点在于数据库的设计和系统的MVC模式的设计。关键词:JSPMVC酒店管理SQLSERVERI--HotelManagementSystemAbstractHotelManagementSystemisamore
3、typicalmanagementinformationsystem,systemdevelopmentincludesthefrontendandback-enddatabaseapplicationdevelopmentandmaintenanceoftheestablishment.Databaserequiresconsistency,integrity,datasecurityandgoodfeatures,butthefrontoftheproceduralrequirementsfullyfunctional,easytouse.ThesystemusesSUN's
4、JSPandSQLSEVERasapplicationdevelopmenttoolsanddatabasedevelopmenttools.Thispaperdemonstratesthroughadetailedinvestigationrequestinaccordancewiththeactualneedsofthefollowinganalysis.MVCmodelbasedhotelmanagementsystemwithstaffmanagementcanaddemployees,seestaff,deleteemployees.Managementhasthero
5、omtypetoviewroomtypes,roomtypestoadd,delete,roomtype,modifytheroomtype.Roomthatcanmanagetoseetheroom,addaroom,deletetheroom.Ordertomanagetheroomcanaddviewdoesnotsetoutitsrooms,hassetoutoftheroom.Andcanmodifytheirownpasswordandlogout.Whenthehotelmanagementsystem,thefirstapplicationinashorttime
6、tobuildaprototypesystem,thentheprototypesystemneedsanalysis,andconstantlyrevisedandimproved,untiltheendusersaresatisfiedwiththefeasibilityofthesystem.System,thedifficultyliesindatabasedesignandsystemdesignofMVCpattern.Keywords:JSP;MVC;hotelmanagement;SQLSERVERIII目录第一章绪论11.1课题背景11.2本课题的研究意义11.
7、3本论文的主要内容与结构21.4开发目标与设计思想21.5开发平台3第二章系统需求分析72.1酒店简介及所存在的问题72.2 详细需求分析82.3系统的可行性分析16第三章基于MVC模式的酒店管理系统的功能设计183.1总体功能模块183.2管理员功能模块183.3订购房间管理的功能203.4普通管理员用户管理的功能203.5系统性能要求21第四章系统设计思想234.1B/S结构开发思想234.2系统工程的流程思想234.3面向对象机制的设计思想244.4数据库技术介绍244.5