摘 要
网上点餐最大的优点就是我们能够在家就能看到自己想要的餐品并且进行预定它,在这个软件中我们可以大大的减低我们花费在交通的时间和费用的一大部分。
在本次主要介绍的是点餐系统是基于JSP的点餐系统,在本开发设计中,采用的是B/S(Browser/Server)结构,这种结构使得数据只有结果集合在浏览器中显示,数据的处理在服务器进行,用户不用安装客户端,而且由于通过服务器端统一管理数据,易于保证数据的一致性。系统分为两大模块,前台点餐子系统可以开桌点餐、菜单展示、查看更新菜单、结算,而后台调度管理子系统则是基本信息的维护、查看修改菜单状态。系统具有强大的网上功能,可以在Internet上发布数据库中的数据。允许用户简单的使用一些向导和工具把数据库的数据发布到网络上,并且可以根据需要来调度修改已经发布的数据。系统数据库设计:菜品信息表、餐桌表等。该系统的运行成果,体现了该系统开发的可行性,便捷性,符合设计理念,已达到设计的基本需求。
关键词:点餐系统; B/S结构;JSP;Spring框架;Mybatis框架
ABSTRACT
The biggest advantage of online ordering is that we can see what we want at home and book it. In this software, we can greatly reduce the amount of time and expenses we spend on transportation.
In this paper, we mainly introduce the ordering system based on JSP. In this development and design, we adopt the Bass (Browser/Server) structure, which makes the data only show in the browser. Data processing in the server, users do not need to install the client, and through the server-side unified management of data, easy to ensure the consistency of the data. The system is divided into two modules. The front table ordering subsystem can open the table to order, display the menu, view the update menu, settle the account, and the background dispatching management subsystem is the maintenance of the basic information, check the status of the modified menu. System The system has a powerful online feature that allows you to publish data in a database on the Internet. Allows the user to simply use some wizards and tools to publish the database's data to the network, and to schedule modification of the published data as needed. System database design: dish information table, table table, etc. The operation results of the system show the feasibility and convenience of the system development and meet the design concept and meet the basic requirements of the design.
Key words: ordering system; Bass structure; JSP;Spring framework; Mybatis framework
目 录
第一章 绪论 1
1.1系统研究背景和意义 1
1.2研究现状 1
1.3研究主要内容 2
第二章 相关技术说明 3
2.1 JSP(Java Server Page)简介 3
2.2 Spring框架简介 4
2.3 Spring MVC框架简介 5
2.4 MyBatis 框架简介 5
2.4 MySql数据库简介 6
2.6 Tomcat简介 7
2.7 jQuery简介 8
2.8系统开发环境概述 8
第三章 餐厅点餐系统系统分析 9
3.1可行性分析 9
3.2系统体系结构设计 10
3.3用户用例 10
3.4管理员用例 12
第四章 餐厅点餐系统总体设计 16
4.1总体设计目标 16
4.2系统类图 16
第五章 餐厅点餐系统数据库设计 23
5.1数据库需求分析 23
5.2 数据库表的实体E-R图 23
5.3 数据库逻辑结构设计 26
第六章 餐厅点餐系统详细设计 29
6.1 点餐系统的前台界面显示 29
6.2顾客注册 30
6.3顾客登入系统 31
6.4管理员登录后台管理 33
6.5管理员后台管理系统 34
第七章 餐厅点餐系统测试 36
7.1系统的总体概述 36
7.2测试模块的名称以及测试的内容 36
7.3测试用例 37
7.4测试结果 37
总 结 39
致 谢 40
参考文献 41