毕 业 论 文
题目名称:基于JSP的餐厅点餐系统设计与实现
院 系:信息工程学院
专 业:计算机科学与技术
学生姓名:
学 号:
指导教师:
摘 要
本文系统地阐述了整个餐厅点餐系统的功能及实现。实现了从餐品管理,餐品分类和查询,到订餐车实现,用户订单处理,再到系统管理。基本上实现了餐厅点餐的功能流程。本系统界面简单直观,易于操作和使用,交互性强,完全基于Internet网络。经过分析,我们使用 SUN公司的JSP开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可行系统。
关键词:点餐;管理;JSP;数据库
Abstract
This paper systematically expounds the whole restaurant ordering system function and the realization. From the implementation of the food management, food classification and query, to order a meal cart implementation, the user order processing, to the system management. Basically realized the function flow ordering a meal in a restaurant. This system simple and intuitive interface, easy operation and use, interactive, network based entirely on the Internet. After analysis, we use SUN's JSP development tool, its use of object-oriented development tools, especially data window can be convenient and simple manipulation of the intelligent object database, the first in a short time establishes the system application prototype, then, demand for the initial prototype system iteration, and constantly revised and improved, until forming the feasible system of satisfaction.
Keywords: meal; management; JSP; database
目 录
1 引言 ......................................................... 1
1.1 课题研究的背景 ........................................................ 1 1.2 点餐系统的优势 ........................................................ 1
2 开发工具及运行环境 ........................................... 2
2.1 JSP技术简介 .......................................................... 2 2.2 JSP工作原理 .......................................................... 2 2.3 MYSQL数据库介绍 ...................................................... 3 2.4 系统实现的软硬件平台 .................................................. 4 2.5 软件的安装与配置 ...................................................... 4
3 点餐系统功能分析 ............................................. 5
3.1系统功能分析 .......................................................... 5 3.2可行性研究 ............................................................ 5
4 点餐系统总体设计 ............................................. 5
4.1 系统总体结构图 ........................................................ 5 4.2 系统ER图 ............................................................. 7 4.3 系统模块设计 .......................................................... 8
5 点餐系统的功能实现 ........................................... 9
5.1网站首页设计与实现 .................................................... 9 5.2点餐功能设计与实现 ................................................... 11 5.3订单信息功能的设计与实现 ............................................. 13 5.4 餐品查询功能的查询与实现 ............................................. 15 5.5 订单管理功能的设计与实现 ............................................. 17 5.6餐品发布功能的设计与实现 ............................................. 20
6点餐系统的调试与测试 ........................................ 22
6.1软件调试 ............................................................. 22 6.2软件测试 ............................................................. 23
7 总结 ........................................................ 24 参考文献 ...................................................... 25 致谢 .......................................................... 26
相关推荐: