欢迎来到天天文库
浏览记录
ID:13802383
大小:2.57 MB
页数:46页
时间:2018-07-24
《博客系统的设计与实现(完整)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、毕业设计题目:基于SSH构架的博客系统的设计和实现Englishtitle:TheDesignandImplementationfortheblogssystembasedonSSH姓名:xxxxx学号:xxxxxxx专业名称:计算机科学与技术指导教师:xxxxx二零一零年五 摘要摘要本文研究了当今博客系统的市场需求和种种的优势与不足,以及博客在中国发展迅速这一现状,提出了开发一个专业的博客管理系统的思想。本文对博客系统的运行机制、组成、相关可应用技术进行了深入的研究和分析,确定符合现在博客管理的需求,详细阐述了系统的总体设计
2、和详细设计,并在此基础上,应用当前最流行的J2EE三层结构、JSP技术、数据库等与系统开发相关的技术完成系统主要功能的实现。本博客系统致力为广大用户提供优质的互动交流平台,实现对博客发表文章、评论、图片、好友等数据的管理,同时实现了博客内容及时、快速更新的功能,系统不仅保留了传统博客系统的功能,还加上了一些人性化的界面设计,使用户对博客的操作更为的方便。为了满足博客信息管理系统的要求,实现系统静态与动态页面的相互分离,本系统采用了SSH构架设计,从职责上分为三层:表示层、业务逻辑层、数据持久层。其中使用Struts2作为系统的
3、整体基础架构,负责MVC的分离,在Struts2框架的模型部分,利用Hibernate框架对持久层提供支持,业务层用Spring支持。具体做法是:用面向对象的分析方法根据需求提出一些模型,将这些模型实现为基本的Java对象,然后编写基本的DAO接口,并给出Hibernate的DAO实现,采用Hibernate架构实现的DAO类来实现Java类与数据库之间的转换和访问,最后由Spring完成业务逻辑。关键词:表示层;业务逻辑层;数据持久层;Struts;Hibernate;Spring东华理工大学长江学院毕业设计 Abstrac
4、tAbstractInthispaperanalyzesthemarketdemandofbloggingsystemanditsadvantagesandinadequate,andthestatusofthatblogsdevelopedrapidlyinchina.Proposedtodesignacorporatessh-basedbolgsystemsthinking.PapersontheBlogSystemoperationmechanism,composition,relatedtechniquescanbea
5、ppliedtoin-depthresearchandanalysis,detaileddesignofthesystemanddetaileddesign,andonthisbasis,applicationofthemostpopularj2eethree-tierstructureandjsptechnology,databasesandthesystemsdevelopmentoftechnologytocompletesystemofthemainfeatures.Thisblogsystemiscommittedt
6、oofferhighqualityinteractiveexchangeplatformforcustomers.Implementemanagethedataofpublisharticles,comments,pictures,companionsandsoon.ThesystemusesSSHframeworkdesigninordertomeetthebloginformationmanagementsystemrequirements,andimplementthestaticanddynamicpagessepar
7、ate.Thesystemisdividedintothreelayersbasedonthefunctions;therearePresentationLayer,BusinessLogicLayerandDataPersistenceLayer.ItusesStruts2asoverallinfrastructuretoseparatetheMVC.InthemodelpartoftheStruts2,itusesHibernateframeworktosupportpersistencelayerandusesSprin
8、gframeworktosupportbusinesslayer.Thespecificapproachisaccordingtothedemandtoproposesomemodelswiththeobject-orientedanalysismethod,andreali
此文档下载收益归作者所有