资源描述:
《网上票务系统.doc.deflate》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、摘要摘要本文全面介绍了基于B/S模式的民航售票系统的设计与实现内容,本民航售票系统是基于B/S模式的,支持用户在线登录、注册、查询机票、订票/购票、货运查询等功能。本文首先介绍了电子商务及相关的技术,包括电子商务发展和优点,以及建立网上民航售票系统的意义。其次分析了B/S模式的网络体系结构,描述了B/S模式的体系架构、特点以及系统平台的选择,包括Struts框架介绍;JSP的相关概念、表单处理Web数据库访问技术等。第三介绍了系统的分析和设计,采用软件工程法开发,重点是结构化的系统分析与设计。另外,还介绍了数据库物理模型设计,表的规范
2、化设计。然后介绍系统的实现,本系统采用JSP技术开发。所有的执行程序放置在服务器端,执行完成后以标准的HTML格式发给浏览器。JSP通过对JDBC对象操作,实现对数据库的访问。文章的最后对本系统进行概括,指出一些需要进一步完善和改进的地方。关键字:WebB/SJSPStruts电子商务67摘要AbstractThisthesishasintroducedtheanalyzingandimplementingofproduceandcontentsofpagingbusinessmanagementsystemwhichbaseonth
3、eBrowser/Serverpattern,MypagingbusinessmanagementsystemisbasedontheB/Spattern,anduserscanuseittodomanyactionsonline,suchas:loggingin,register,querytickets,booktickets/buyticket,queryfreight.Firstofall,itintroducedtheElectronicBusinessanditstechnology,includeconceptandde
4、velopmentofE-Business,andthepurporttoestablishthepagingbusinessmanagementsystem.Secondly,itsummarizedprincipleandcharacteristicofB/Sarchitecture,andselectionofsystemplatformatthesametime,includetheintroductionofstruts’architecture,conceptofJSP,andthetechnologyofaccessby
5、Webandapplicationinpractice.Thirdly,itintroducedsystemanalysisandarchitecturedesign,thissystemusedsoftwareengineeringmeanstoexploit,themostimportantthingisstructuringsystemsanalysisandstructuringsystemsdesign.Inaddition,itintroducedthedatabasephysicalmodeldesign,andthem
6、ostlyexistedproblemoftablestandardization.Andthen,itintroducedtheimplementofthesystem,thissystemmainlyusedJSPasdevelopmenttools,Allexecutedprogramplaceonserver,explaintoexecuteJSP,afterexecuted,itoutputtobrowserwithstandardHTMLformat.JSPrealizedaccessdatabasebyoperateJD
7、BCobject.Intheend,thisthesissumupthissystemandpointedputsomeworkwhichneedperfectandimprovement.KeyWords:WebB/SJSPStrutsE-Business67目录目录第1章引言11.1问题的提出11.2建立网上订票系统的意义11.3中国民航在电子商务方面的发展现状2第2章相关技术和理论基础42.1电子商务的发展42.2B/S模式的体系结构52.2.1B/S架构的简介52.2.2B/S架构软件的特点62.3Web服务器平台72.3.1
8、Web服务器简介72.3.2Tomcat服务器82.4Struts框架92.4.1MVC设计模式简介92.4.2Struts框架简介102.4.3Struts框架的体系结构102.5JSP技术112.5.1JSP简介11