- 1、本文档共61页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
毕业设计论文 基于JAVA WEB的论坛系统
第 PAGE 2页 共 NUMPAGES 54页
毕业论文
基于JAVA的论坛系统
摘要
本文主要介绍了基于JAVA技术的论坛系统的设计和实现,系统包含七个模块:论坛用户登陆注册模块,论坛账户信息模块,论坛文章发布模块,论坛文章管理模块,用户管理模块,版面设置模块,版主管理模块。论文详细描述了这些模块的结构、功能以及具体设计过程。为了达到运行稳定、高效的目的,系统基于J2EE平台开发,采用MVC模式,使用目前流行Struts + Hibernate框架,部分采用JSP + JavaBeans组件技术,并且使用了Memcached缓存以及Hibernate数据缓存。界面设计人性化,操作简单。页面CSS以及JavaScript的编写遵循最新W3C标准,均支持在多种主流浏览器中使用。
Abstract
This article mainly introduced based on the JAVA technology forum system design and the realization, the system contains six modules: Forum user debarkation registration module, forum account information module, forum article issue module, forum article administration module, user administration module, moderator administration module.The paper described these module structure, the function as well as the concrete design process in detail.In order to achieve movement stable, highly effective goal, system based on J2EE platform development, uses the MVC pattern, the use popular Struts + the Hibernate frame, the part uses JSP at present + the JavaBeans module technology, and has used the Memcached buffer as well as the Hibernate data buffer.The contact surface design user friendly, the operation is simple.Page CSS as well as the JavaScript compilation deference newest W3C standard, supports in many kinds of mainstream browser uses.
关键字
JAVA, MVC, AJAX,Struts, Hibernate, JSP, BBS目 录
TOC \o 1-3 \h \z \u 第一章、论坛应用简介 h 6
一、论坛的分类 h 6
二、论坛开发的技术类型 h 6
三、设计目标 h 6
第二章 论坛的需求分析 h 7
一、基本流程 h 7
二、模块分析 h 7
第三章、论坛的系统分析 h 8
一、开发工具的选择 h 8
二、运行环境的选择: h 8
三、数据库的选择 h 8
第四章、论坛的系统设计 h 8
一、数据库设计 h 9
二、数据库结构设计 h 9
三、数据库逻辑结构设计 h 12
第五章、开发环境配置 h 14
一、安装JDK及环境变量配置 h 15
二、安装配置Tomcat h 15
二、安装配置Eclipse及MyEclipse h 15
三、Struts配置 h 15
四、Hibernate配置 h 15
第六章、系统实现技术 h 16
一、用户登陆注册模块 h 16
二、论坛账户信息模块 h 23
三、论坛文章发布模块 h 25
四、论坛文章管理模块 h 32
五、用户管理模块 h 33
六、版面设置模块 h 36
七、版主管理模块 h 38
第六
文档评论(0)