本科毕业论文(科研训练、毕业设计)题 目:航空代理人票务及酒店客房预订系统姓 名:王尚停学 院:软件学院系:专 业:软件工程年 级:2001 级学 号:01162029指导老师(校内):陈海山 职称:副教授指导老师(校外):李克喜 职称:2005年 5 月 30 日基于 Web 的航空代理人票务及酒店客房预订系统摘要 航空代理人票务及酒店客房预订系统主要实现了航空代理人通过使用该系统可以进行的在线查票,订票酒店客房预订(实时处理需得到相关的数据接口)以及相关票务的统计查询及公司、代理人、销售人员三级之间的管理。本系统基于 Web 采纳 J2EE 应用 Web 层中的模块间数据交换控件,主要采纳 Hash 表实现在不同模块或是不同页面之间的或是不同层(比如表示层和 logic 层)之间的数据交换方式,简化数据编程和提高工作效率以及易于维护和扩展应用,实现 Web 应用的数据流和控制流分开。关键词 HashTable jsp MVC 票务 客房 预订Abstract:Aviation agent can use the Book System of Aviation Agent and Hotel Rooms to search the ticket,book ticket and make a reservation for hotel rooms and to ticket statistics(real time need some necessary interface).and also to manager the relation of corporation,agent and seller.The System based on Web adopt data exhange control between different module of J2EE application Web layer which adopt HashTable to realize data exchange between different layer or module and page(for example:Logic layer and Presentation layer), predigest date program ,raise working efficienc as well as easily maintenance and extend application.It accomplist the separation of date stream and control stream.Keywords:HashTable jsp MVC ticket room book目 录 引 言 ………………………………………………………………………………………3第一章 旅游电子商务的经营模式介绍……………………………………………………3第二章 MVC 三层模式以及 JSP/Servlet 介绍……………………………………………4第三章 J2EE 应用 Web 层中的模块交换控件………………………………………………7第四章 应用系统开发环境及工具……...