网上宾馆订房管理系统[数据库+源代码+文献及翻译+毕业设计报告].rar
网上宾馆订房管理系统[数据库+源代码+文献及翻译+毕业设计报告],摘 要本系统是根据社会需求而设计的一款网上宾馆订房管理软件,本文主要介绍了订房系统中前台预订和后台管理的设计与实现。作为网络化的订房系统,采用适应internet/intranet的b/s体系结构,以jsp、java、html等作为开发语言,结合人们的心理...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 bshhty 发布网上宾馆订房管理系统[数据库+源代码+文献及翻译+毕业设计报告]
摘 要
本系统是根据社会需求而设计的一款网上宾馆订房管理软件,本文主要介绍了订房系统中前台预订和后台管理的设计与实现。作为网络化的订房系统,采用适应Internet/Intranet的B/S体系结构,以JSP、JAVA、HTML等作为开发语言,结合人们的心理需求,建立了一种简单的、操作方便的网上订房环境。
本系统的设计层次清晰,逻辑简单。设计步骤主要分三个部分:视图层的JSP文件部分,生成系统原型的框架;通过ACTION来控制业务逻辑并且传递表单数据;DAO层用来对数据进行解析并且通过ACTION传递给前台,在框架中显示出来。
本设计主要包括以下六个模块:房间展示、会员功能、查询模块、客户预订房、房间管理、订单管理。它可以帮您实现宾馆订房管理的信息化,不管是在什么地方,使用任何联接在网络中的电脑,即可进行网上远程管理客房。
关键词:MVC模式;B/S;MYSQL;模块化;分层设计
Abstract
This system is an online hotel reservation management software according to the needs of society by design. This paper mainly introduces the reservation system of receptionist and t design and implementation of background manage. As the network of reservation system, establish a kind of simple and convenient operation of online booking using B/S structure adapt to the Internet/ Intranet, With JSP, JAVA, HTML such as language development, combined with the psychological needs of people.
This system design level is clear and Logic is simple. Design steps mainly three part: View the JSP file part layer generate The prototype system framework; Through the ACTION to control the business logic and data transfer form; Analysis data use DAO and Transfer to the front desk through ACTION and display in the framework of .
This design mainly include the following six modules: show room, membership functions, the inquiry module, customers booking room, the room management and order management. It can help you achieve hotel reservation management of informatization, can an online management whether in what place use of any one of the connection of computer network.
Keywords: MVC schema; B/S; MYSQL; modularize; split-level design
目 录
引 言 1
第一章 系统分析 2
1.1 课题简要说明 2
1.2 需求分析 2
1.2.1 需求分析与描述 2
1.2.2 需求分析的步骤 2
1.2.3 用户特点 3
1.2.4 用户需求 3
1.3 可行性研究 3
1.3.1 经济可行性 3
1.3.2 技术可行性 4
1.3.3 运行可行性 4
1.3.4 时间可行性 4
1.3.5 法律可行性 4
第二章 系统结构及开发工具简介 5
2.1 B/S结构简介 5
2.2 MVC架构 5
2.3 STRUTS2简介 6
2.3 JSP简介 6
2.4 MYSQL简介 7
2.4.1 MYSQL的特性 7
2.4.2 MYSQL的应用 8
第三章 系统设计 9
3.1数据库设计 9
3.1.1 数据库逻辑结构设计 9
3.1.2 数据库表设计 11
3.2 功能设计 13
3.2.1 项目规划 13
3.2.2 系统功能结构图 13
3.2.3 业务流程 14
3.2.4 功能描述 15
3.3 代码设计说明 17
第四章 系统的实现 19
4.1 系统流程 19
4.2 构建开发环境 20
4.3 文件夹组织结构 20
4.4 系统实现 20
4.4.1 主界面 20
4.4.2 登录界面 22
4.4.3 查询界面 22
4.4.4 订房界面 23
4.4.4 注册界面 24
4.4.5 后台管理界面 24
结 论 25
参 考 文 献 27
谢 辞 28