2024年4月19日发(作者:)

基于java的BBS论坛系统的实现

摘 要 :计算机的普及,使得人们沟通的方式也越来越多。视频、博客已成为人

们沟通的主要方式。此外,为了方便人们在某一领域探讨问题和发表意见,获取

专业资源,BBS论坛应运而生。

开发BBS是为了给人们提供一个交流的平台,方便人们交流经验,探讨相

关问题,获取资源。

BBS论坛主要分为两个部分。前台部分和后台管理部份。在前台部分中,包

括用户注册登陆、浏览回复帖子等操作;后台管理部分包括:用户管理、权限管理、

BBS管理、文件管理等。用到的主要技术有JSP和JavaBean,系统采用SQL Server

来设计数据库,使用MyEclipse开发平台。

BBS论坛研究工作主要针对于需要获得相应专业资源和获得相应帮助,以

及专业领域性人们。

BBS是以比较流行的网络资源(包括视频,小说等内容)为研究范围开发

的。

关键词:

JSP;网上论坛;模拟社区;在线交流

I

Implementation of BBS forum system

Abstract:

The proliferation of computers, the way people communicate more and

more. Video blog has become the main way people communicate. In addition, in order

to facilitate people to explore issues and express their views, access to professional

resources in a particular area, BBS forum came into being.

BBS was developed in order to provide people with a platform to facilitate

people to share experiences and discuss related issues, access to resources.

BBS forum is divided into two parts. Foreground and the background of the

management part. In the foreground section, including user registration login, browse

Reply Post and other operations; Management section include: user management,

privilege management, BBS management, document management. The main

technology used there JSP and JavaBean, to design systems using SQL Server

database, use the MyEclipse development platform.

BBS forum research work focused on the need to get the appropriate professional

resources and access to appropriate help, and professional fields of people.

BBS is more popular network resources (including screen, novels, etc.) for the

development of the study area.

Key words: JSP,Web BBS,Simulation Community,Online Communication

II