资源描述:
《基于mvc模式的新闻发布系统》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、广西科技大学毕业设计基于MVC模式的新闻发布系统设计说明书课题名称基于MVC模式的新闻发布系统基于MVC模式的新闻发布系统摘要网络的发展日显蓬勃,人们的日常生活交流方式渐渐的被这样一个超级网络世界所融入。信息世界的无处不在使得人们无论相隔多遥远,都有天涯若比邻的感觉。足不出户,便可知天下新近之大事,便可与大洋彼岸的朋友畅谈无阻。与此同时越来越多的企业开始建立自己的Web网站,通过网站可以展示产品,发布最新动态,与用户进行交流和沟通,与合作伙伴建立联系,以及开展电子商务等。互联网的世界里蕴藏着无限生机与无限机遇,这里只有想
2、不到的、没有做不到的。本文主要以新闻发布系统的开发过程来论述Web网站在信息时代的作用,并通过系统功能的具体实现来介绍在网络技术领域里面一个动态网页制作的过程,以及它的管理方式。本系统采用JSP/Servlet+Tomcat+MySQL开发环境与开发工具,并以MVC的模式搭建框架开发动态的Web网络新闻发布系统,用户与用户之间、用户与管理员之间通过该系统可以实现远程交互,实现信息的传递。关键字:JSP/Servlet,新闻发布系统,MVC模式,JavaWebI基于MVC模式的新闻发布系统AbstractThedevelo
3、pmentofnetworksbecomeincreasinglyprosperous,people'sdailylifecommunicationgraduallybeingsuchasuper-worldintegration.Worldofinformationmakespeopleeverywhereregardlessofhowfarapart,therearevirtualneighborsfeel.Stayathome,theywillknowthattheworld'smajoreventrecently
4、,youcantalkwithfriendsacrosstheoceanunimpeded.AtthesametimemoreandmoreenterprisesbegintobuildtheirownWebsites,throughthewebsitecanshowcaseproducts,publishingthelatestdevelopments,exchangeandcommunicationwiththeuser,toestablishcontactwithpartners,andconducte-comme
5、rce.TheworldoftheInternetthereareboundlessvitalityandunlimitedopportunities,whereonlythink,notimpossible.Inthispaper,anewspublishingsystemWebsitedevelopmentprocesstodiscusstheroleintheinformationage,andthroughtheimplementationofsystemfunctionstointroducethetechno
6、logyinthenetworkinsideadynamicwebproductionprocess,aswellasitsmanagement.ThesystemusesJSP/Servlet+Tomcat+MySQLdevelopmentenvironmentanddevelopmenttools,andtheMVCpatterntobuildtheframeworktodevelopdynamicWebonlinenewspublishingsystembetweenusers,betweenusersandadm
7、inistratorsremotelythroughthesystemcaninteractachieveinformationtransmission.Keywords:JSP/Servlet,pressreleases,MVCpattern,JavaWebII基于MVC模式的新闻发布系统目录摘要IAbstractII1.绪论11.1课题背景11.2课题研究目标和意义11.3课题内容12.系统需求分析22.1需求说明22.2用户功能分析32.3用例图32.4结构图43.总体设计方案53.1开发工具的选用和介绍53.1.
8、1JDK环境53.1.2MySQL63.1.3WEB服务器Tomcat63.1.4集成开发工具MyEclipse63.1.5DreamweaverCS563.2开发技术的介绍63.2.1JSP页面技术63.2.2Servlet技术73.2.3HTML标签语言和JavaScript脚本语言的编写73.3开发框架MVC的