毕 业 论 文 题目名称:基于 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 引言.........................................................11.1 课题讨论的背景........................................................11.2 点餐系统的优势........................................................12 开发工具及运行环境...........................................22.1 JSP...