1、 学学 士士 学学 位位 论论 文文 基于基于 STRUTSSTRUTS 架构的架构的建筑论坛建筑论坛系统的设计与实现系统的设计与实现 Design and Implementation of the Architecture Forum System based on STRUTS 摘要 I 摘要摘要 基于 B/S 方式开发的校园级建筑论坛系统是根据建筑专业的要求, 针对建筑 专业学生的学习特点设计开发的。该建筑论坛系统操作简单、界面美观、易于维 护,可以满足老师、学生的教学需求。 系统主要由后台管理模块和论坛前台两部分组成,后台主要包括用户管理、 帖子管理、 系统管理及信息维护等功能; 论
2、坛前台主要包括会员注册及信息维护、 帖子浏览、回复以及发表帖子等功能。系统设计规范严谨,所有操作的方法放于 对应的业务逻辑 Bean 中,使系统易于维护和移植。 本文详细地介绍了基于Web的校园级BBS网站系统开发过程中所用到的技术 和方法,深入细致地描述了系统的设计过程,包括需求分析、详细功能设计、数 据库设计等。文章着重对系统主要模块的设计思想及实现进行了分析,并且对 RegExp(Regular Expression) 、JavaScript 脚本语言等技术在系统中的运用进 行了讨论。 关键词关键词: STRUTS;HIBERNATE;JAVA;建筑论坛;B/S 模型 Abstract
3、II Abstract The campus-level architecture forum based on B / S model is designed and developed to meet the requirements of the students in major of architecture. The system with beautiful interface, which is easy to operate and maintain, is able to meet the requirements of teaching and studying. The
4、 system is comprised of background and front module, the background module includes user management, message management, system management, information maintenance system functions and so on; the front of the forum includes membership registration, information maintenance, message browsing and the publication and sending back of the post. The system is strictly designed and all the operations are put in the corresponding logic Bean, which make the system easy to maintain and transplant. The p