快捷酒店管理系统设计与前端实现浙江大学硕士学位论文摘要摘要目前,我国快捷型酒店发展十分迅速,但是相对于酒店的快速扩展,酒店管理软件的更新却不是如此及时,快捷酒店相对于的操作应该是十分简单明了,但是传统酒店管理系统操作十分复杂,导致操作员需要大量时间学习如何操作。本文主要介绍了如何针对快捷酒店的需求,通过Flex编写的前台程序,和后台迅速交互。达到使客户认为操作简单并且容易上手。介绍Flex关于RIA的开发流程及Flex用作客户端编程所带来的好处。分析整个酒店管理系统的架构,分析各个功能模块的基本数据结构,接口,功能流程等。最后对系统的特点及不足之处进行总结。关键词:Flex,RIA,快捷酒店,模块功能,系统架构i浙江大学硕士学位论文AbstractAbstractAtpresent,thereisanincreasingdevelopmentofinnhotelinChina.However,thehotelmanagementsoftwareisnotupdatingintime.RelativetothecomplexoperationoftraditionalHotelmanagementoperatingsystem,theoperationofinnhotelshouldbesimpleandconvenient.Sostaffsdonotneedspendtoomuchtimeonlearninghowtohandleit.Thisarticlegivesanintroduceofhowtouseclientwhichiswrittenbyflextointeractwithserver,andfinallymakesitmeettheinnhotelrequirements.ThearticlealsopresentsthedevelopmentprocessofRIAandadvantagesofflexProgrammingasClient.Thenitmakesafurtheranalysisofmanagementsystemframeaswellasbasicdatastructureofdifferentfunctionalmodelandinterface.Intheend,thearticlegivesabriefSummaryoftheCharacteristicsandinadequaciesforthismanagementsystemKeyWords:Flex,RIA,innhotel,functionalmodel,systemframeii浙江大学硕士学位论文目录目录摘要..........................................................................................................................iAbstract...................................................................................................................ii图目录...................................................................................................................III第1章绪论............................................................................................................11.1课题背景...........................................................................................................11.2发展及现状.......................................................................................................11.3研究的目标和内容...........................................................................................2第2章相关技术和方法........................................................................................32.1RIA介绍...........................................................................................................32.2Flex技术简介...................................................................................................32.3RemoteObject介绍...........................................................................................42.4Spring框架简介................................................................................................42.5Hibernate框架简介...........................................................................................5第3章系统的需求分析及概要设计....................................................................73.1系统的需求分析...............................................................................................73.2系统的总体设计...............................................................................................73.3模块设计...........................................