点击上面课题下载设计演示录像(建议用电脑用爱奇艺万能播放器看录像)
摘 要
本文主要介绍了航空公司航班管理系统信息管理的设计和实现过程。首先叙述了开发该系统的背景、目的及意义。比较多的篇幅阐述了系统的需求分析、概要设计、详细设计以及功能的实现。该系统是基于J2EE平台,使用AJAX技术和SQL Server 2000数据库开发的系统,该系统顺应了航空旅行信息化的需要,为旅客机票预定提供便利,同时降低航空公司营销成本;为机票预定提供了无纸化办公环境,提高了机票预定的操作效率等。
本论文主要讲述了机票预定系统的概述、开发工具、需求分析、系统设计系统实现、以及功能模块的工作原理及其图解。在文中提供了部分功能模块实现的源代码,并说明了其实现过程。最后,本文还粗略地探讨了软件的测试用例设计和完成此次设计的心得体会。
关键词:航班管理信息系统;需求分析;信息化;数据库
Abstract
This paper mainly introduces the design and implementation of information management of airlines airline management system. The first describes the background, purpose and significance of the development of the system. More space on the realization of the system’s demand analysis, the outline design, detailed design and function. The system is based on J2EE platform, the system uses AJAX technology and SQL Server 2000 database development, this system complies with the need of air travel information, provides the convenience for the passenger ticket booking, also reduce airline marketing costs; provide a paperless office environment for ticket booking, improve the operation efficiency of ticket reservation.
This paper focuses on the ticket reservation system overview, development tools, needs analysis, system design and implementation, the system function modules and its principle diagram. In this paper provides some function modules of the realization of the source code, and explained the implementation process. Finally, this paper also briefly discusses the software test case design and completes the design experience.
Keywords: Flight management information system; Demand analysis; Informationize; SQL Server 2000 database
目 录
1 绪论
1.1 背景
1.2 国内外动态研究
1.3 系统设计特点
1.4 系统设计基本原则
1.5 研究任务及目标
1.6 开发工具及技术
1.6.1 Eclipse介绍
1.6.2 Apache Tomcat服务器
1.6.3 SQL Server 2000数据库系统
2 航班管理信息系统的分析
2.1 系统可行性分析
2.1.1 技术可行性分析
2.1.2 经济可行性分析
2.1.3 运行可行性分析
2.2 系统需求分析
2.2.1 系统业务流程调查描述
2.2.2 系统功能分析
2.3 本系统面向对象建模
2.3.1 系统用例图
2.3.2 系统活动图
2.3.3 系统时序图
3 航班管理信息系统的设计
3.1 系统设计方法和原则
3.2 系统功能模块设计
3.3数据库设计
3.3.1 数据库需求分析
3.3.2 数据字典
3.3.3数据库概念设计
3.3.4 数据库逻辑设计
4 航班管理信息系统实施
4.1 系统实施环境建立
4.1.1 物理环境
4.1.2 软件环境建立
4.2 系统配置
4.2.1 系统中dwr的配置
4.2.2 系统中Dojo的配置
4.3.3 系统中数据库的配置
4.3 系统前台模块实施
4.3.1 前台模块功能介绍
4.3.2 登陆和注册AJAX技术实现
4.3.3 航班信息浏览
4.3.4 优惠信息浏览
4.3.5 航班查询
4.3.6 机票预定
4.3.7 订单查询
4.4 系统后台模块实施
4.4.1 后台模块功能介绍
4.4.2 旅客信息管理
4.4.3 航班信息管理
4.4.4 日志信息管理
4.4.5 优惠信息管理
5 系统测试
5.1 系统测试概述
5.2 系统测试流程
5.3 系统测试方法
5.3.1 功能测试
5.3.2 性能测试
5.3.3 可用性测试
5.3.4 客户端兼容性测试
5.3.5 安全性测试
6 结论
6.1 设计体会
6.2 系统存在问题
参考文献
致 谢