springmvc框架的调查测评系统的设计与实现计算机【字数:9296】
摘 要 Spring框架的调查测评系统,在把系统架设在服务器上后,就能实现多人同时调查的功能,相比于传统的问卷调查方式,他简洁、快速,并且能够降低很大的支出的同时,也方便调查得来的数据进行重复利用。虽然仍旧存在着各方面的缺点,但是瑕不掩瑜,它仍然是目前最火热的问卷调查方式。这次设计的Spring框架问卷调查系统主要分为以下几个模块登录模块,创建与修改问卷模块,调查结果模块,被调查者查询模块,问卷信息管理模块。技术方面采用了SSH框架(Struts+Spring+Hibernate)来对系统的各个功能模块进行详细的设计,包含了系统总体结构设计、功能设计、前台功能模块设计、后台功能模块设计以及数据库设计。最后采用JSP技术对各个功能模块进行填充,使问卷调查系统能够顺利的实行
目 录
1.绪论 8
1.1 开发背景 8
1.2 国内外研究现状 9
2.系统开发环境及工具介绍 11
2.1开发运行环境介绍 11
2.2开发工具介绍 11
2.2.2 JDK与JRE 12
2.2.3 Tomcat服务器 12
2.3开发技术介绍 12
2.3.1 JSP技术 12
2.3.3 Struts 、Spring 、Hibernate框架 13
2.3.4 MVC模式 15
3. 系统分析与设计 16
3.1问卷调查系统主要包括系统逻辑模块和功能逻辑模块两大模块 16
3.2思维导图 17
3.3问卷调查流程图 17
3.4问卷调查用例图 19
3.5功能模块需求分析 21
3.6数据库概念建模 22
3.7数据库逻辑设计 24
4. 系统实现 26
4.1MVC的设计模式 26
4.1.1 Service层 27
4.1.2 DAO层 27
4.1.3 Action层 27
4.2数据库连接的实现 27
4.3系统登陆页面实现 28
4.4系统功能模块的实现 30
*好棒文|www.hbsrm.com +Q: ^351916072#
/> 4.4.1总体功能模块 30
4.4.1问卷信息管理 31
4.4.2问卷题目管理 33
4.4.3调查结果统计 35
4.4.4系统公告管理 37
4.5普通用户模块 40
4.5.1系统主页面实现 40
4.5.2用户注册 41
4.5.3参与问卷调查 42
总结 43
致 谢 44
参考文献 45
基于SpringMVC框架的调查测评系统的设计与实现
Design and Implementation of Survey and Evaluation System Based on Spring MVC Framework
Abstract
The survey and evaluation system of Spring framework can realize the function of multiperson simultaneous survey after setting up the system on the server. Compared with the traditional questionnaire survey method, it is simple, fast, and can reduce a lot of expenditure, and at the same time, it is convenient to reuse the survey data. Although there are still shortcomings in all aspects, it is still the most popular questionnaire survey method. The Spring framework questionnaire system designed this time is mainly divided into the following modules: login module, questionnaire creation and modification module, survey result module, respondent query module and questionnaire information management module. In terms of technology, SSH framework (Struts+Spring+Hibernate) is adopted to carry out detailed design of each functional module of the system, including overall system structure design, functional design, foreground functional module design, background functional module design and database design. Finally, JSP technology is used to fill in each functional module.
Keywords: Questionnaire system;Struts+ Spring +Hibernate;JSP
1.绪论
1.1 开发背景
随着互联网技术的蓬勃发展以及当前互联网的全球覆盖的趋势,交互功能等特性给调查方带来新的变化,网络问卷调查作为新兴的一种信息采集和处理的方式,在我们的日常生活中显得尤为重要,而各行各业也开始将目光聚焦在它的身上。
目 录
1.绪论 8
1.1 开发背景 8
1.2 国内外研究现状 9
2.系统开发环境及工具介绍 11
2.1开发运行环境介绍 11
2.2开发工具介绍 11
2.2.2 JDK与JRE 12
2.2.3 Tomcat服务器 12
2.3开发技术介绍 12
2.3.1 JSP技术 12
2.3.3 Struts 、Spring 、Hibernate框架 13
2.3.4 MVC模式 15
3. 系统分析与设计 16
3.1问卷调查系统主要包括系统逻辑模块和功能逻辑模块两大模块 16
3.2思维导图 17
3.3问卷调查流程图 17
3.4问卷调查用例图 19
3.5功能模块需求分析 21
3.6数据库概念建模 22
3.7数据库逻辑设计 24
4. 系统实现 26
4.1MVC的设计模式 26
4.1.1 Service层 27
4.1.2 DAO层 27
4.1.3 Action层 27
4.2数据库连接的实现 27
4.3系统登陆页面实现 28
4.4系统功能模块的实现 30
*好棒文|www.hbsrm.com +Q: ^351916072#
/> 4.4.1总体功能模块 30
4.4.1问卷信息管理 31
4.4.2问卷题目管理 33
4.4.3调查结果统计 35
4.4.4系统公告管理 37
4.5普通用户模块 40
4.5.1系统主页面实现 40
4.5.2用户注册 41
4.5.3参与问卷调查 42
总结 43
致 谢 44
参考文献 45
基于SpringMVC框架的调查测评系统的设计与实现
Design and Implementation of Survey and Evaluation System Based on Spring MVC Framework
Abstract
The survey and evaluation system of Spring framework can realize the function of multiperson simultaneous survey after setting up the system on the server. Compared with the traditional questionnaire survey method, it is simple, fast, and can reduce a lot of expenditure, and at the same time, it is convenient to reuse the survey data. Although there are still shortcomings in all aspects, it is still the most popular questionnaire survey method. The Spring framework questionnaire system designed this time is mainly divided into the following modules: login module, questionnaire creation and modification module, survey result module, respondent query module and questionnaire information management module. In terms of technology, SSH framework (Struts+Spring+Hibernate) is adopted to carry out detailed design of each functional module of the system, including overall system structure design, functional design, foreground functional module design, background functional module design and database design. Finally, JSP technology is used to fill in each functional module.
Keywords: Questionnaire system;Struts+ Spring +Hibernate;JSP
1.绪论
1.1 开发背景
随着互联网技术的蓬勃发展以及当前互联网的全球覆盖的趋势,交互功能等特性给调查方带来新的变化,网络问卷调查作为新兴的一种信息采集和处理的方式,在我们的日常生活中显得尤为重要,而各行各业也开始将目光聚焦在它的身上。
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/rjgc/479.html