1 / 56
文档名称:

jsp在线考试系统论文正稿.doc

格式:doc   大小:1,271KB   页数:56页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

jsp在线考试系统论文正稿.doc

上传人:799474576 2018/12/4 文件大小:1.24 MB

下载得到文件列表

jsp在线考试系统论文正稿.doc

相关文档

文档介绍

文档介绍:本科毕业设计
题目基于jsp的在线考试系统
学生姓名
专业名称计算机科学与技术
指导教师
2014年5月 10日
基于jsp的在线考试系统
摘要
本论文主要阐述了基于JSP技术的在线考试系统的体系结构和具体设计以及实现过程。在介绍动态网页程序开发和数据访问技术基础上,分析了在线考试系统的结构,阐述了系统的设计方案、实现方法以及所采用的开发工具和相关技术,还重点剖析了前台考试部分的程序设计。
系统采用B/S开发模式,用Tomcat作WEB服务器,以JAVA作为开发平台,结合JSP、JavaScript、Xml等语言,用 MYSQL 为后台数据库架构,采用三层体系结构:表示层(JSP 页面)、业务层(java类及接口)、本项目的开发中省去了控制层(servlet类),这样可以使得程序处理起来更快捷,避免了控制跳转时可能发生的错误, 数据库操作层开发,即前端由JSP 网页实现表现逻辑,中间使用 Java Bean 的组件实现系统内部复杂的业务逻辑,后端使用MYSQL 数据库实现数据逻辑。
整个系统层次结构简单,操作容易,并具备一定的安全性。使用该系统能更高效、便捷的组织在线考试。
关键词:在线考试系统; 浏览器/服务器模式; 动态网页技术
On-line Examination System base on JSP
Abstract
This paper related a development of the online examination system that base on the JSP technique. Base on the dynamic webpage program development and data access technology, this paper analyses the structure of work examination system, describes the designing plan, the implementation method implementation methodimplementation method, the developing tools and related technologies, then certainty analyses the designing for the client application program.
The Application development and project base on B/S, we use Tomcat as the Web server, and use the java as the platform, use JSP, JavaScript, XML as development language, then use MYSQL for the background database architecture. We also use the three layers mode for system structure, this system leave out controlling layer , it made program processing e easier and avoid the error in control jump, the JSP webpage for the interface display layer, and Java Bean for the business logic layer, then use MYSQL for data logic.
The layered structure of system is simple, the whole system is friendly operation and safety, it is high efficient and convenient for online testing.
Keywords:Online examination system, B/S pattern, JSP
目录
1 引言 1
项目背景 1
项目研究的目标及意义 1
2 项目概述 3
课题简要说明 3
可行性分析 3
经济可行性 3
技术可行性 3
时间可行性 3
法律可行性 4
3 需求分析 5
在线考试系统一般需求分析 5
当前在线考试系统现状分析 5
性能需求 6
对性能的规定 6
6