欢迎来到天天文库
浏览记录
ID:11649589
大小:1.95 MB
页数:29页
时间:2018-07-13
《网站内容管理系统(cms)大学本科毕业论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、CMS内容管理系统摘要本文介绍了利用mysql数据库、tomcat服务器及开发工具MyEclipse和Dreamwear等软件制作的网站内容管理系统(CMS)。系统基于JDK平台,用jsp,java开发语言,B/S模式。整体采用MVC框架实现了整套系统的快速开发,更提高了稳定性和可维护性。其中M层采用DAO模式,C层采用servlet,V层采用HTML、JSP、jstl标签等。本系统共分为前台展示模块和后台管理模块,两个模块都采用了MVC架构,通过数据库联系在一起,后台通过对数据库的一系列操作达到控
2、制前台要展现的内容的目的,前台通过从数据库里取出数据得到要展现的内容,前台个别模块如用户登录、投票系统、文章评论等也可达到互动的效果,通过使用本系统可达到快速建站的目的,对于对编程不懂的用户可通过本系统达到建网站的目的,方便快捷易于理解。以下通过五个章节对本系统的设计与实现进行详细介绍。第一部分为引言简单介绍相关背景及JSP技术。第二部分做需求分析。第三部分介绍数据库设计。第四部分详细设计。第五部分是测试关键词:CMS;jsp;B/S;MVC;网站内容管理系统;CMSContentManagemen
3、tSystemAbstract:ThispaperdescribestheuseofMysql,tomcat,MyEclipse,Dreamwearandothersoftwaretoolstocreatecontentmanagementsystemprocess.SystemisbasedonJDKplatform,thelanguageoftheJAVAandtheuseofB/Smode.UsingMVCframeworkenablesrapiddevelopmentofstabilityc
4、anbemaintained.TheModellayerusesDAOmode.TheControllerlayerusesservlet.AndtheViewlayeruseshtml,jspandtags.Thissystemisdividedintofrontdeskdisplaymoduleandbackgroundmanagementmodule,twomodulesofMVCarchitecture,hasbeenadoptedbythedatabasetogether,backgrou
5、ndthroughaseriesofdatabaseoperationtocontrolthefrontdesktodisplaycontent,thepurposeofthefrontdeskgetremovedfromthedatabasebydatatodemonstratethecontent,thefrontdeskforindividualmodulessuchasuserlogin,thevotingsystem,thearticlereviews,etc.Alsocanachieve
6、theeffectoftheinteraction,UsingthesystemcanThepeopleofnotknowingtheprogrammingcanconstructionsitethroughthissystemquickly.ThisarticlediscussesthefivepartsoftheCMSContentManagementSystemdesignandimplementation.Thefirstpartisabriefintroductiontothebackgr
7、ound,andJavaServerPages.Thesecondpartisthedemandanalysis.Thethirdpartisthedatabasedesignand.Thefourthpartisthedetaileddesign.Thefifthpartisthesoftwaretesting.Keyword:CMS;JSP;B/S;MVC;1引言51.1相关背景51.1.1CMS简介51.1.2CMS的发展51.2技术简介61.2.1JSP简介61.2.2相关技术62系统需求分
8、析72.1需求分析72.2运行环境需求72.2.1硬件平台72.2.2软件平台72.2.3开发环境72.2.4数据库83数据库设计83.1数据库概念结构设计83.2数据库逻辑结构设计114详细设计134.1整体思想框架结构的说明134.1.1系统整体采用MVC架构134.1.2系统整体思想:154.2前台管理164.2.1前台首页164.2.2网站栏目显示页面184.2.3网站文章显示页面194.2.4资源下载、用户注册页面及投票界面194.3后台系统管理204.3.
此文档下载收益归作者所有