1、 2008 届毕业设计 基于 JSP 的网上留言板的设计与实现 2008 年 6 月 27 日 毕 业 论 文 基于 JSP 的网上留言板的设计与实现 摘要摘要 留言板是 Internet 上最基本的交互式网页,是网络上提供的一项基本服务, 也是一个和浏览者沟通的园地。它可以设计得很简单,纯粹只收集观赏者的资料 和意见,也可能设计得很复杂,例如提供查询指定留言板的功能,其间的取舍取 决于网页开发者的能力及需求而定。无论是上网提问,或者留下姓名,E-mail, 留言及建议等,无不是留言板基本或其变形的应用。系统开发任务主要包括前台 界面的设计和后台数据库管理的设计。 经过详细的分析和调查, 本设
2、计采用 JSP 作为开发工具, 后台数据库采用 SQL Server 数据库设计,利用 JDBC 数据库访问技术实现对数据库的各种管理操作, 实现留言板的留言及管理功能。设计过程中,首先建立了系统的应用原型,然后 在此基础上进行需求迭代,详细设计时不断的修正和完善,经过测试阶段地反复 调试和验证,最终形成达到用户设计要求的可行系统。 关键词关键词: 互联网; MVC; SQL Server; JSP; B/S; 动态 Abstract The message page is the most basic interactive web page in internate.An item of
3、basic service provided by network, which provides a platform to communicate with, every browser. It can not only be designed easily only by collecting the data and opinions, but also be designed complex, is based on the ability and need of developer of the web page. Regardless inqning on network, le
4、aving the name or, E-mail messages and advice and so on, are all the basic or changed application of the message page. So the development of this system mchides the designs of the stage interface and the designs of the backstage database message. After detailed analysis and survey, this design adopt
5、s JSP as the development, SQL Server database design as the backstage database, and adopts the JDBC database visit technology to realize various manage operation on database and the message-leaving and manage function of the message page. In the design,firstly the applied medal of this system is bui
6、lt, based on which the service demand is collected from generation, and then after the continuous revise and improvement in detailed design and. In the test stage repeated adjustment and verification. The system which can meet the need of customs is attained. Key Words: Internet; MVC; SQL Server; JSP; B/S; Dynami 目录目录 摘要 . I Abstract.II 目录 . I 第 1 章 绪论 1 1.1 开发背景及目标 1 1.2 系统的 B/S 模式 1 1.2.1 软件体系结构介绍 . 1 1.2.2 B/S 的三层体系结构 . 2 1.2.3 C/S 架构的优势与劣势 . 3 1.2.4 B/S 架构的优势与劣势 . 4 1.3 开发工具的选用及介绍 5 1.3.1