文档介绍:精品资料
毕业设计
题目基于web系统的信访设计与开发
英文题目 Design and Development of visit Website
学生姓名:
学号:
专业: 软件工程
学院: 软件学院
指导教师: 职称: 副教授
二零一一年五月
摘要
本论文即在介绍一个采用JSP(Java Server Page)编写,对于数据库的创建和管理则采用Mysql,界面简洁、易操作的简易信访网站。主要有浏览新闻,写信投诉,查看信件回复这几个功能。网上用户登录信访网站后,可以注册账号,查看首页发布的信息和自己收到的信件,写信给管理员提出需要解决的问题等。
利用JSP技术开发的网站信访管理系统,实现了网上信访的动态管理,使得对信息的管理更加及时、高效,提高了工作效率。同时对系统的开发原理、系统的功能特点和设计方案进行了介绍。
关键字:信访; JSP; Struts; Hibernate; Mysql; jdk
ABSTRACT
This thesis introduces an simple visit site that adopted with jsp(Java Server Page) ,database's creating and management with Mysql and interface is simple, easy operating. The main function include view the news , write a letter plain ,and so on. The function of upgrade version will gradually improve existing functions, and on the basis of expanded other function. users who login visit site can modify personal information ,see the information on the home and the letters that received, writer letters to administrator to ask the questions you want to know.
Using JSP technology development website visit management system management system,has realized the website visit dynamic management,caused to be even more prompt to the information management, to be highly effective, enhanced the working to the system development principle, the system function characteristic and the design proposal has carried on the introduction.
Key words: visit; JSP (Java Server Page); Mysql; Struts; Hibernate;
jdk
目录
..............................................................5
5
5
5
2. Web应用的体系结构.................................................7
. JSP脚本技术 7
. JSP概述 7
. JSP核心技术 7
. 其他相关技术 8
. 系统实现手段 9
. Model部分 9
. View部分 9
. Controller组件 10
. 资源层,即数据库服务器。 10
. 开发环境介绍 10
. 操作系统:xp 10
. 服务器:Tomcat 10
. JAVA虚拟机:JDK 11
. 数据库:Mysql 11
. 11
................................................