jsp论坛系统.doc

约54页DOC格式手机打开展开

jsp论坛系统,jsp论坛系统目 录第一章 绪论41.1 课题的背景及意义41.2课题分析41.3技术方案的选取5第二章 系统概述82.1运行环境82.2需求分析82.3 总体设计原则102.4 系统体系结构分析11第三章程序设计143.1数据库设计143.2 整体模块划分253.3 各模块间的关系25第四章 系统实现主要技术264....
编号:10-145290大小:1.27M
分类: 论文>计算机论文

内容介绍

此文档由会员 blcg520 发布

Jsp论坛系统


目  录
第一章  绪论 4
1.1 课题的背景及意义 4
1.2课题分析 4
1.3技术方案的选取 5
第二章 系统概述 8
2.1运行环境 8
2.2需求分析 8
2.3 总体设计原则 10
2.4 系统体系结构分析 11
第三章程序设计 14
3.1数据库设计 14
3.2 整体模块划分 25
3.3 各模块间的关系 25
第四章 系统实现主要技术 26
4.1 JavaServer Pages(JSP)技术简介 26
4.2 JSP 和其他类似或相关技术的一个简单比较 27
4.3 最佳JSP应用服务器Tomcat 27
4.4 javaBean组件技术 28
4.5 JSP中JavaBeans的应用 31
4.7 Tomcat配置 34
4.8 数据库编程 36
第五章 程序主要功能 39
5.1 系统主界面 39
5.2 注册用户信息或登陆 40
第六章 测试问题及解决 44
结  论 45
结束语 46
参考文献 47
附  录 48

 

 

摘  要

本系统属于Web信息服务的一个子系统,它也是一个单独的功能完善的系统,本课题是电子公告系统部分的研发,本文的系统分析和设计只是相对于一般的团体而言。
本文包括论坛系统BBS(Bulletin Board System)的总体方案设计和开发。着重介绍了电子公告系统的详细开发方案和实现,内容涉及系统分析、软件设计。
在开发设计中,采用B/S(Browser/Server)结构,这种结构使得数据只有结果集合在浏览器中显示,数据的处理在服务器进行,用户不用安装客户端,而且由于通过服务器端统一管理数据,易于保证数据的一致性。数据库方面,推荐业界具有领导地位的关系数据库管理系统Microsoft SQL sever2000,使系统安全性能更高。同时采用当前正在流行的JSP(Java Server Pages)编程,用户界面更友好。
在开发中选择了JSP+JavaBean+SQl2000的模式,实现了应用程序逻辑和页面显示分离,界面设计更简单。JavaBean可重用的软件组件满足小型应用,同时使编程人员投入量精力便可重用组件,在简单的应用中可以充分考虑。

关键字  电子公告系统,BBS(Bulletin Board System),B/S,JSP(Java Server Pages),JavaBean

 


ABSTRACT

This system belongs to the Web information server system a sub- system, it also is the system which an independent function consummates,This topic is the internal mail system partial research and development, This article system analysis and the design only is opposite in the common association says.
This paper includes system design and development of BBS. It introduced the detailed development BBS and realizations of the BBS. It contains system analysis and design of software.
In developing, it adopts the structure of  Browser/Server. This structure makes only concourse of result data print in the browser. And this kind of structure can lighten client burden greatly.  As the server administers the data in unison, it is apt to guarantee the consistency of the data. The Microsoft SQL sever2000 database is security, so lots of use it.  In addition, the tool of JSP makes the interface more amity.
Chose in the development JSP+JavaBean+SQl2000 Pattern,Realized The contact surface design is simpler.JavaBeanMay entrust with heavy responsibility software moduleSatisfies the small application,Also causesThe programmers inputs energy then may entrust with heavy responsibility the module,May fully consider in the simple application.
KEY WORD  b/s,BBS,  jsp ,  javabean