基于MVC架构的校园论坛的设计与实现摘要:在现代社会,高新科技日新月异,尤其是信息技术发展的很快,极大地方便了人们的交流。对于不同的客户群体来说,他们需要的通信平台是不一样的。校园论坛就是因为这样才形成的。论坛为用户提供了一个公共的交流场所,可以方便人们进行即时在线交流,发布各种信息,实现网络资源的共享。本次设计的校园论坛系统的研究基础是MVC的设计模式,使用现在十分流行的网站开发技术JSP语言进行开发,并且扩展Struts框架。本次设计的论坛使用了B/S体系结构,用户通过浏览器就可以访问论坛。在功能方面,本论文设计的校园论坛分为娱乐部分和专业学习部分。用户在疲倦时可以享受适宜的娱乐,并且在娱乐时能够学到一些理论知识。关键字:校园论坛;MVC;SSH;B/S;JSPDesignandImplementationofCampusForumBasedonMVCArchitectureAbstract:Inmodernsociety,highandnewtechnologiesarechangingwitheachpassingday,especiallytherapiddevelopmentofinformationtechnology,whichgreatlyfacilitatespeople'scommunication.Fordifferentcustomergroups,theyneeddifferentcommunicationplatforms.Thisiswhythecampusforumwasformed.Theforumprovidesapublicplaceforuserstocommunicate,whichcanfacilitatepeopletocommunicateonlineinrealtime,releasevariousinformationandrealizethesharingofnetworkresources.TheresearchfoundationofthecampusforumsystemdesignedthistimeisMVCdesignpattern,whichusestheverypopularwebsitesnow.ThedevelopmenttechnologyJSPlanguageisdevelopedandStrutsframeworkisextended.ThisdesignedforumusesB/Sarchitecture,anduserscanaccesstheforumthroughbrowsers.Intermsoffunction,thecampusforumdesignedinthispaperisdividedintoentertainmentpartandprofessionallearningpart.Userscanenjoyappropriateentertainmentwhentired,andcanlearnsometheoreticalknowledgeduringentertainment.Keywords:Campusforum;MVC;SSH;B/S;JSP目录第1章绪论...............................................................................................................................31.1研究背景.......................................................................................................................31.2国内外的发展现状.......................................................................................................31.3本课题的主要研究内容..............................................................................................3第2章开发工具以及开发技术简介.........................................................................................42.1MyEclipse软件简介...................................................................................................42.2Tomcat介绍.................................................................................................................42.3SSH架构介绍...............................................................................................................42.4JSP介绍.......................................................................................................................52.5数据库介绍..................................................................................................................5第3章系统分析.........................................................................................................................53.1系统分析的任务与步骤................................................................................................53.2系统可行性分析............................................................................................................53.2.1技术可行性............