欢迎来到天天文库
浏览记录
ID:796158
大小:6.08 MB
页数:53页
时间:2017-09-05
《java手机短信分享系统的实现(doc毕业设计论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着网络技术的迅速发展和J2EE平台的广泛应用,基于B/S的多层WEB体系结构正在不断的完善。WEB技术的发展推动了信息化的发展,使人们能够不再受地理空间的限制与其他人进行信息的交流与共享。而开发这样一个信息交流平台,正是本论文要着手处理的问题。其实,就算用Java建造一个不是很烦琐的web应用程序,也不是件轻松的事情。当为一个应用程序建造一个构架时有许多事情需要考虑。从高层来说,开发者需要考虑:怎样建立用户接口(userinterfaces)?在哪里处理业务逻辑?和怎样持久化应用数据。这三层每一层都
2、有它们各自的问题需要回答。各个层次应该使用什么技术?怎样才能把应用程序设计得松耦合和能灵活改变?构架允许层的替换不会影响到其它层吗?应用程序怎样处理容器级的服务(containerlevelservices),比如事务处理(transactions)?本论文正是基于上述问题出发,以开发一个信息交流平台系统为背景,对基于MVC模式的Struts框架、Hibernate的ORM机制和对持久对象持久化的管理以及SpringIoC(控制反转)技术进行了探讨。并整合这三种框架:表现层使用Struts;业务层使用Sp
3、ring;持久层使用Hibernate进行系统的开发。最后结合具体的事例对系统的实现作了详细的说明,验证了实现方法的可行性。关键词:J2EEStrutsHibernateSpring模式框架AbstractWiththerapiddevelopmentofnetworktechnologyandthewideuseofJ2EEplatform,themultilayerwebstructurebaseonB/Shasdevelopedgradually.WEBtechnique’sdevelopmenth
4、aspromotedthedevelopmentofinformationization,ithasmadepeoplecancommunicateandshareinformationwithoutareaandspacelimitation.However,developingsuchkindofinformationcommunicationplatformisjustthecaseinthisthesis.Buildingnon-trivialwebapplicationswithJavaisno
5、trivialtask.Therearemanythingstoconsiderwhenstructuringarchitecturetohouseanapplication.Fromahigh-level,developersarefacedwithdecisionsabouthowtheyaregoingtoconstructuserinterfaces,wherethebusinesslogicwillreside,andhowtopersistapplicationdata.Eachofthese
6、threelayershastheirownquestionstobeanswered.Whattechnologiesshouldbeimplementedacrosseachlayer?Howcantheapplicationbedesignedsothatitislooselycoupledandflexibletochange?Doesthearchitectureallowlayerstobereplacedwithoutaffectingotherlayers?Howwilltheapplic
7、ationhandlecontainerlevelservicessuchastransactions?Thisthesisisjustbaseonthesequestions,takinganinformationcommunicationplatformsystemdevelopmentasbackground,basedonMVCarchitecture,discussedStrutsframe,Hibernator’sORMmechanism,persistentmanagementofpersi
8、stentobjectandSpringIoCtechniqueandcombiningframeworksusingthreepopularopensourceframeworks:ForthepresentationlayerwewilluseStruts;forourbusinesslayerwewilluseSpring;andforourpersistencelayerwewilluseHibernatetodeve
此文档下载收益归作者所有