【编者按】网学网其他类别频道为大家收集整理了“Smart系统—考试管理及成绩查询模块的设计与开发“提供大家参考,希望对大家有所帮助!
包括论文,设计,论文字数:11274,页数:31
摘 要
本文所涉及的系统是根据现代教育的需求所设计的一个在线考试系统。主要是基于Struts + Spring + Hibernate作为平台搭建的框架开发的一套软件。本次设计作为Smart项目的一个组成部分,主要设计和开发了其中的两个主要模块,考试管理及成绩查询模块。论文首先介绍了背景和相关的理论知识。其次列出了根据需求而提出的设计方案,然后详细阐述了系统设计与实现过程。包括数据库设计,新建考试信息管理,新建阅卷组管理和成绩查询。通过本系统的应用,可以满足目前教育模式的评估需求,对教育评估的发展起到一定的促进作用。
随着系统的不断深开发,会有更好,更完善的软件系统应用到远程教育当中去,正在给传统教育模式带来新的变革,并对教育的发展形成新的推动力。
关键词:Struts;Spring;Hibernate;考试管理;成绩查询;评估
The Smart System----
The Design and Implementation of the Examination Management and Score Inquiry Module
Abstract
This paper mainly introduces the online examination system which the modern education demands. This software mainly takes the platform based on Struts + Spring + Hibernate frame. This design is one part of the Smart Project, mainly designs and develops two main modules, the examination management and the score inquiry module. The paper first introduced the background and the relation theories knowledge. Then it listed the design proposal which proposed according to the demands, and elaborate the system design and the realization process in detail. Including the database design, the information management of a new examination, the groups management of testing paper and the score inquiry. Through this system application, it may satisfy the education appraisal demand, and promote the educational evaluation development.
Along with the system development, it can be used in the remote education as the better software system, it can take the new change for the traditional education pattern, and make the new propelling force to the education development.
Key words: Struts; Spring; Hibernate; Examination management; Score inquiry module; Appraisal.
目 录
1 引言 1
1.1 课题背景 1
1.2 国内现状 1
1.3 本课题研究的意义 1
2 相关理论知识及其技术 2
2.1 系统开发环境与技术 2
2.2 架构介绍 2
2.2.1 Struts 2
2.2.2 spring简介 3
2.2.3 Hibernate 简介 5
2.2.4 SQLServer 2000简介 5
2.2.5 JSP组件 6
2.2.6 Tomcat 7
3 需求分析和设计方案 8
3.1 考试管理 8
3.1.1考试管理需求分析 8
3.1.2考试管理设计方案 8
3.2成绩查询 9
3.2.1 成绩查询模块需求分析 9
3.2.2 成绩查询模块设计方案 9
4 系统设计与实现 9
4.1 数据库设计 9
4.1.1 考试管理数据库ER图及其数据库表 9
4.1.2 阅卷组数据库ER图及其数据库表 15
4.1.3 成绩查询模块数据库ER图及其数据库表 16
4.2 系统实现 18
4.2.1考试管理模块实现 18
4.2.2成绩查询模块实现 22
5 测试 23
5.1 测试环境 23
5.2 测试结果 23
结 论 23
参考文献 24
致 谢 25
声 明 26