欢迎来到天天文库
浏览记录
ID:14137385
大小:2.54 MB
页数:106页
时间:2018-07-26
《基于j2ee的bolg系统的设计与实现 _大学论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、中文题目:基于J2EE的Blog系统的设计与实现外文题目:DESIGNANDIMPLENMENTATIONOFBLOGSYSTEMBASEEDONJ2EE毕业设计(论文)共96页(其中:外文文献及译文29页)图纸共0张完成日期2007年6月答辩日期2007年7月I摘要随着互联网络的发展,在自由精神与共享精神的影响下博客(Weblog,Blog)诞生了。Blog的产生让我们可以有更多的机会向别人展示我们自己的见解与日常生活中的信息。JAVA作为目前最为流行的技术之一,其企业版本(J2EE)在设计与实现Web应用方面非常适合。并且,目前基
2、于J2EE的开源框架也已经非常成熟。可以利用现有的优秀框架进行系统的设计与构建。使用J2EE技术来设计实现Blog正是本文的目的所在。本文将设计并实现一个基于J2EE的Blog系统。该系统以Struts、Spring以及Hibernate框架为基础进行设计与构建。Struts、Spring以及Hibernate都是开源框架,分别实现MVC(Model-View-Control)、依赖注入(DependencyInjection)以及ORM(Object/RelationMapping)。为了提高系统的性能,持久层使用了延迟加载方式。而
3、这种方式需要持久层接口的生命周期延续到表示层。通过对现有技术的分析并结合本系统的特点,笔者设计了一个延长持久层接口生命周期的有效方式,LongPersist机制。在利用以上技术的同时,通过分析Blog的特点,最终完成系统结构的设计与实现。本系统主要完成了用户的登录、注册以及管理功能,实现了用户文章的发表与管理。通过使用URLRewrite方式使用户方便的浏览自己以及其他用户的Blog。关键词:博客;J2EE;Struts;Spring;Hibernate;框架;IAbstractWiththedevelopmentoftheInter
4、net,undertheinfluenceofthespiritoffreedomandsharingblogwasborn.Theblogallowsustohavemoreopportunitiestodemonstrateourownviews,newsanddailylifetoothers.JAVAascurrentlythemostpopulartechnology,itsenterpriseversion(J2EE)indesignandimplementationofWebapplicationsisverysuita
5、ble.Moreover,theframeworksthatarebaseonJ2EEhavebeenverymaturesothatwecanmakeuseoftheexistingframeworkforoutstandingsystemdesignandconstruction.ByusingJ2EEtechnologyDesignBlogisthepurposeofthisdocument.ImanagedtodesignandrealizeaJ2EE-basedblogsystemwhichisbasedonStruts,S
6、pringandHibernateframeworks.Struts,SpringandHibernateareopensourceframeworksrespectivelyMVC(Model-View-Control),DI(DependencyInjection)andtheORM(Object/RelationMapping).InordertoimprovetheperformanceofthesystemusingthePersistLayerLazyLoading.Thisapproachrequirespersiste
7、ncelayerinterfaceextendslifecycletoexpressedlayer.Basedontheanalysisofexistingtechnologiesandcombiningthefeaturesofthesystem.IdesignedaninterfacelayerextensionlastingeffectivewaywhichcalledLongPersistmechanismbymyself.Usingthetechnologies,byanalyzingthecharacteristicsbl
8、og,IcompletedtheSystemdesignandimplementation.Thesystemcompletedtheuserlogin,registrationandmanagementfunction
此文档下载收益归作者所有