欢迎来到天天文库
浏览记录
ID:8419458
大小:1.50 MB
页数:53页
时间:2018-03-26
《办公自动化系统的考勤管理模块的设计与实现(1)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文(设计)院系软件学院题目基于SSH框架的BBS系统的帖子模块的设计与实现学生姓名刘东华学号年级2007级专业软件工程指导教师职称论文提交日期48南京大学软件学院本科毕业论文摘要通过对BBS的发展过程和趋势以及现阶段国内外Web应用中动态页面技术的分析,开发一个界面简洁高效、用户体验较好和易于扩展的在线论坛系统是十分必要的,因此我们选择使用JSP和SSH框架来开发这个BBS项目。基于SSH框架的BBS系统采用MVC设计模式,利用Struts2控制业务逻辑和表现层的交互,使用Spring的IoC容器来管理Bean的依赖注入,并且采用功能完善的Hiberna
2、te框架实现对象的持久化,在前台页面设计上使用了Javascript、Div+CSS、xhEditor等技术增强用户体验。本项目实现了基本的BBS在线论坛系统的常用功能,如浏览帖子、回复帖子、发布帖子、对帖子进行管理以及管理员的后台操作功能。主要分为五个模块:系统管理模块、版区管理模块、搜索模块、统计模块和帖子模块。本篇论文介绍的是帖子模块,主要是实现帖子的业务逻辑操作及相应的前台页面显示。关键词:BBS项目,SSH框架,J2EE48南京大学软件学院本科毕业论文AbstractBasedontheanalysisofthedevelopmentandthetren
3、dofBBSanddynamicpagesinWebapplicationaroundtheworld,developasimple,efficientandeasytoexpandonlineBBSsystemisverynecessary,SofinallywechosetousetheJSPtechnologyandSSHframeworktodevelopthisBBSproject.TheBBSsystemwhichbasedonSSHframeworktaketheadvantageoftheMVCdesignpatterns,usingStruts2
4、tocontroltheinteractionbetweenbusinesslogicandthepresentationlayer,usingSpring’sIoCcontainertomanageinjectionofthedependedBean,andusingthefullyfunctionalHibernateframeworktoachievethepersistenceofthebeanobject.JavascriptandDiv+CSStechnologyareappliedinthedesignofthefrontjsppagesanduse
5、xhEditortoolkittoenhancetheuserexperience.Theprojectimplementsthebasicfeaturesofonlinebbssystem,suchasreadposts,giveareplytoaspecificpost,publishanewpostandmanagethepost.Thisprojectmainlydividedintofivemodules:systemmanagementmodule,sectionandboardmanagementmodule,searchmodule,statist
6、icmoduleandpostmodule.Thispaperistointroducethepostmodule,whichachievestheoperationofbusinesslogicforpostsandthedisplayofthecorrespondingfrontpages.Keywords:BBSproject,SSHframework,J2EEtechnology48南京大学软件学院本科毕业论文目录摘要IAbstractII目录III第一章概述/绪论11.1项目背景11.2国内外Web应用技术现状11.3论文主要工作/组织结构2第二章技术概
7、述32.1J2EE技术32.1.1JDBC32.1.2JSP42.2SSH技术42.2.1Struts2.x52.2.2Spring2.x62.2.3Hibernate3.x72.3Div+CSS技术82.3.1Div82.3.2CSS92.4Javascript/Ajax/JQuery技术92.4.1Javascript92.4.2Ajax92.4.3JQuery92.5xhEditor技术10第三章基于SSH框架的BBS项目概述113.1项目总体目标113.2项目需求113.2.1一般性需求113.2.2功能性需求113.2.3具体功能点需求133.3项目总体
8、设计163
此文档下载收益归作者所有