基于java技术的在线考试系统的开发(毕业论文)

上传人:suns****4568 文档编号:82964819 上传时间:2019-02-25 格式:DOC 页数:50 大小:2.41MB
返回 下载 相关 举报
基于java技术的在线考试系统的开发(毕业论文)_第1页
第1页 / 共50页
基于java技术的在线考试系统的开发(毕业论文)_第2页
第2页 / 共50页
基于java技术的在线考试系统的开发(毕业论文)_第3页
第3页 / 共50页
基于java技术的在线考试系统的开发(毕业论文)_第4页
第4页 / 共50页
基于java技术的在线考试系统的开发(毕业论文)_第5页
第5页 / 共50页
点击查看更多>>
资源描述

《基于java技术的在线考试系统的开发(毕业论文)》由会员分享,可在线阅读,更多相关《基于java技术的在线考试系统的开发(毕业论文)(50页珍藏版)》请在金锄头文库上搜索。

1、I 毕业设计(论文)毕业设计(论文) 题目: 基基于于 J Ja av va a 技技术术的的在在线线考考试试 系系统统的的开开发发 专 业: 软件技术(嵌入式) 班 级: 学 号: 学生姓名: 指导老师: 2009 年 6 月 9 日 II 摘 要 在线考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通 过互联网络或局域网进行,方便校方考务的管理,也方便了考生,尤其适 合考生分布广,不易集中的远程教育。我主要开发系统的后台管理系统 JAVA 在线考试管理子系统,它包括试题管理、考生管理、在线制作试卷、 控制学生考试的设置、试卷审批等功能。本论文主要介绍了对 JAVA 在线 考试管理子系

2、统的分析、设计和开发的全部过程。运用 ER 图,程序流程 图等对在线管理子系统的设计过程进行详细的说明。 全文共分为开发方案、需求分析、系统设计、关键技术解决,结论五 部分。开发方案中主要介绍开发在线考试系统得目的、开发方案的选择及 开发框架的技术的确定;需求分析介绍了在线考试系统的总体需求及系统 各模块的功能需求;系统设计介绍了系统设计的指导思想、数据库的设计、 系统模块的设计;关键技术介绍了在具体实现时需解决的一些技术,如开 发框架的整合技术、开发框架与数据库的连接及数据的备份与还原。 本毕业设计的内容是设计并且实现一个基于 web 技术的在线考试系统, 故而系统主要以 j2EE 作为开发

3、基础,主要使用了 struts+spring 等多种协议或 技术,用 eclipse 作为开发工具,以 MYSQL 作为数据库,以 Macromedia 公 司的 Dreamweaver 作为界面美化工具。基本实现了网上考试系统应有的主 要功能模块,包括:管理员的登录,管理和维护;用户注册、登录、注销, 个人信息的查询、修改;考试管理,套题管理,成绩管理。该系统界面简 单、操作方便,容易维护。 关键词:在线考试 j2EE struts + spring III DevelopmentDevelopment ofof anan OnlineOnline Examination SystemSys

4、tem BasedBased onon JavaJava TechnologyTechnology Abstract Online examination system to achieve paperless management of examinations, the examination of some subjects through the Internet or LAN, to facilitate the management of the school Examination, candidates are also convenient, especially for c

5、andidates widely distributed, easy to focus on distance education . The background of my main development system management system-JAVA-line examination management subsystem, which includes questions management, candidate management, on-line production of papers, control of student test set, paper p

6、rocessing and other functions. This paper introduces online examination management subsystem on the JAVA analysis, design and development of the whole process. Using ER diagram, process flow charts and other on-line management subsystem design process detail. Paper is divided into development progra

7、ms, requirements analysis, system design, key technical solutions, the conclusion of five parts. Development program introduces the development of online examination system was the purpose, development plan and development framework for the choice of identification technology; demand analysis descri

8、bes the overall demand for online examination system and the system functional requirements of each module; system designed for the guidance system design thinking, database design, system design module; key technology introduced to be addressed in the detailed realization of some technologies, such

9、 as the integration of technology development framework, development framework and the database connection and data backup and restore. The contents of this graduation project is to design and implement a web-based technology, online examination system, Guer system based mainly j2EE as the developme

10、nt, mainly using struts + spring and other agreements or technology, using eclipse as a development tool to MYSQL as the database to Macromedias Dreamweaver as a landscaping tool interface. Basically an online examination system should be the main functional modules, including: an administrators log

11、in, management and maintenance; user registration, login, logout, personal information, access, correction; test management, problem sets of management, performance IV management. The system interface is simple to operate, easy to maintain. Keywords: Online Examination j2EE struts + spring V 目录 摘 要

12、II AbstractIII 第一章 引言1 1.1课题背景1 1.2课题目的和意义1 1.3本文结构1 第二章 系统应用的关键技术2 2.1 JSP 技术介绍 .2 2.1.1 JSP 的概述.2 2.1.3 JSP 的强势与劣势.3 2.1.4 JSP 与 ASP 的比较3 2.2 Java 组件 JavaBeans 4 2.2.1 什么是 JavaBeans.4 2.2.2 JSP 与 JavaBeans 的关系4 2.3 J2EE 概述.4 2.4 关于 Struts5 2.4.1 Struts 简介5 2.4.2 Struts 的主要功能5 2.4.3 Struts 工作原理6 2.

13、5 关于 Spring7 2.5.1 Spring 简介7 2.5.2 为什么需要 Spring.8 2.5.3 Spring 带给我们什么8 2.6 关于 B/S 开发模式 .9 2.6.1 为什么引入 B/S 开发模式9 2.7.1 mysql 的特点.9 2.7.2 mysql 的安装和配置(部分截图)12.10 2.8 Tomcat 服务器.12 2.8.1 Tomcat 服务器简介12 2.8.2 Tomcat 的特点.12 2.8.3 Tomcat 的优势.12 2.8.4 Tomcat 服务器的安装和配置.12 小结 13 第三章 系统需求分析和总体设计14 3.1 系统功能需求

14、 .14 VI 3.2 系统角色及其功能分析 .14 3.2.1 系统的 2 个角色:.14 3.2.2 系统角色的功能.14 3.3 总体设计思想概述 .15 3.4 数据库设计 .16 3.4.1 E-R 图.16 3.4.2 数据表的设计16 3.5 系统的类设计 .18 3.5.1 DAO 类设计18 3.5.2 connDB 类设计(部分)18 3.5.3 过滤器类设计.19 3.5.4 监听器类设计.19 3.6 系统的用例图 20 3.6.1 总体用例分析.20 3.6.2 用户管理用例分析.21 3.6.3 考试管理用例分析.21 3.6.4 考试题目管理用例分析.22 3.6

15、.5 成绩管理用例分析.22 小结 22 第四章 系统的详细设计23 4.1 数据库与 connDB 类映射的实现23 4.2 主要模块的设计说明与界面 .24 4.2.1 用户管理模块24 4.2.2 考试管理模块29 4.2.3 题目管理模块.31 4.3 系统的测试 .37 小结 38 第五章 总结与展望38 5.1 工作总结 .38 5.2 后续工作展望 .39 参考文献40 附录41 致谢44 1 第一章 引言 1.1课题背景 网络化教育代表了教育改革的一个发展方向,已经成为现代教育的一个重要 特征,并对教育的发展形成新的推动力。随着 Internet/Intranet 的迅速发展和

16、广泛 普及,网络考试系统成为现代教育技术未来发展方向之一。作为网络考试的一 个子系统网络阅卷子系统,也成为一个重要的研究领域。现代网络考试作 为一种新的考试手段已经开始进入人们的生活,正在给传统教育模式带来新的 变革,并对教育的发展形成新的推动力。网络阅卷子系统突破了传统考试方式 的时空限制,使阅卷方式更为灵活,同时充分利用计算机进行自动阅卷功能, 大大减轻了教师的工作量。 1.2课题目的和意义 现阶段,学校与社会上的各种考试大都采用传统的考试方式,在此方式下,组织 一次考试至少要经过五个步骤,即人工出卷,考生考试,人工阅卷,成绩评估和试卷 分析。显然,随着考试类型的不断增加及考试要求的不断提高,教师的工作量将会 越来越大,并且其工作将是一件十分烦琐和非常容易出错的事情,可以说传统的考 试方式已经不能适应现代考试的需要。随着计算机应用的迅猛发展,网络应用不 断扩大,如远程教育和虚拟大学的出现等等,且这些应用正逐步深入到千家万户。 人们迫切要求利用这些技术来进行在线考试

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号