摘要BBS,即电子留言板,通过在计算机上运转服务软件,容许用户经过internet进行连贯应用终端程序,可执行上传下载,浏览新闻,与其他用户交换音讯等功能。本文基于Java和Mysql的论坛设计,遵照软件工程的思维。详述了需求分析,论坛技术介绍,系统设计,论坛实现以及测试六方面。需求分析详细剖析了各模块功能需求,绘制了各模块功能uml图。论坛技术介绍上,经仔细斟酌,选定了具体的框架和技术。总体设计过程,给出各论坛功能结构图,系统技术架构图,各部分功能设计。数据库设计方面,画出了总体E-R图,并展示了各表的结构,论坛实现部分,选择具有典型效果功能,不仅显示出功能实现效果图,还展示了部分代码。测试伴随全文。文尾是对本文工作的总结和展望。论坛采用SSH整合开发,数据库选用Mysql。论坛由用户模块,主题帖,后台管理三大模块组成。用户模块中包括用户注册登陆等功能。主题帖包括帖子的发表回复等功能。后台管理模板管理着用户帖子等。关键词:Java;SSH;Mysql;论坛;管理;AbstractBBS,thatis,electronicmessageboard,throughthecomputerrunningontheservicesoftware,allowinguserstocoherentthroughtheinternetapplicationterminalprogram,canperformuploadanddownload,browsenews,andotheruserstoexchangeaudioandotherfunctions.ThisarticleisbasedonJavaandMysqlforumdesign,followthesoftwareengineeringthinking.Detailsoftheneedsanalysis,forumtechnology,systemdesign,forumimplementationandtestingsixaspects.Therequirementsanalysisdetailsthefunctionalrequirementsofeachmoduleanddrawsthefunctionofeachmoduleuml.Forumtechnicalintroduction,thecarefulconsideration,selectedthespecificframeworkandtechnology.Theoveralldesignprocess,giventhestructureoftheforumstructure,systemtechnologyarchitecture,thefunctionaldesignofvariousparts.Databasedesign,theoverallE-Rdiagram,andshowthestructureofthetable,theforumpartoftherealizationofatypicaleffectwiththefunction,notonlyshowsthefunctiontoachievetheeffectofthemap,butalsoshowssomeofthecode.Testwiththefulltext.Theendofthepaperisasummaryandprospectofthiswork.ForumusingSSHintegrateddevelopment,databaseselectionMysql.Forumbytheusermodule,themeposts,backgroundmanagementofthethreemodules.Theusermoduleincludesfunctionssuchasuserregistrationlogin.Subjectpostsincludepostsandotherfunctions.Backgroundmanagementtemplatesmanageuserpostsandsoon.Keywords:Java;SSH;Mysql;Forum;management;目录1绪论.........................................................................................................................................11.1系统开发背景及意义........................................................................................11.2国内外BBS论坛发展状况..............................................................................11.3预期目标..................................................................................................................31.4本文研究内容........................................................................................................31.5本文的组织结构...................................................................................................42需求分析..............................................................................................................................52.1体系概述..................................................................................................................52.2系统功能性需求分析........................................................................................62.2.1用户功能块...............................................................