资源描述:
《基于ssh2的在线考试系统设计毕业论文》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、本科毕业论文(设计)题目基于SSH2的在线考试系统的开发学生指导教师年级专业计算机科学与技术22郑重声明本人的毕业论文(设计)是在指导教师XXX老师的指导下独立撰写完成的。如有剽窃、抄袭、造假等违反学术道德、学术规范和侵权的行为,本人愿意承担由此产生的各种后果,直至法律责任,并愿意通过网络接受公众的监督。特此郑重声明。毕业论文(设计)作者(签名):年月日22摘要此在线考试系统平台采用B/S模式的构架,是一个综合的网络教学系统平台,本系统分为两个子系统,后台管理系统和前台考试系统,后台管理系统主要包括题库管理、试
2、卷管理、考试管理、批卷管理、成绩管理、机构管理、用户管理和系统设置等模块,前台考试系统仅包括考生答题模块。用户通过浏览器向服务器发出请求,服务器端应用程序首先对用户进行身份验证,然后根据用户所提交的请求进行对应的各项操作。这个系统在开发过程中,所用的编程语言是java和目前主流的Struts、Hibernate、Spring三大框架,应用了分布式的一些技术。总体上来讲,这是一个三层架构的系统,分别为action控制层、service业务层、jsp显示层。在架构上,实现了业务处理和数据库处理的分离,整体上提高了系
3、统的安全性和可扩展性。关键词servletStruts2SpringHibernateB/S模式22DevelopmentOfOnlineExamSystemBasedOnSSH2AbstractOnlineexaminationsystemplatformusingtheframeworkoftheB/Smode,isacomprehensiveonlineteachingplatform,thesystemisdividedintotwosubsystems,theback-officemanagement
4、systemandfront-examinationsystem,backofficemanagementsystemincludingthequestionbankmanagement,papermanagement,examinationadministration,batchvolumemanagement,performancemanagement,institutionalmanagement,usermanagementandsystemsettingsmodule,thefrontdeskexam
5、inationsystemincludesonlythecandidatestoanswermodule.Bytheuserthroughthebrowsermakesarequesttotheserver;server-sideapplicationfirstauthenticatestheuser,thenaccordingtotherequestsubmittedbytheusercorrespondingtotheoperation.Thissysteminthedevelopmentprocess,t
6、heprogramminglanguageisjava,andnowthemainstreamoftheStruts2andhibernate,springthreeframeworks,theapplicationofadistributedsomeoftheconcepts.Overall,thisisathree-tierstructureofthesystem,theactionofthecontrollayerandservicebusinesslayer,jspdisplaylayer.Separa
7、tionofthebusinessprocessinganddatabaseprocessing,andimprovetheoverallsystemsecurityandscalability.ThesystemdevelopedintheWindowsenvironment.Theserver-sideusingTomcat-7.0.1forWindowsHTTPandJSPserviceprogramtoexplainthejspscript.Keywordsservletstruts2springhib
8、ernateB/SMode22目录摘要IABSTRACTII1引言12背景介绍12.1选题背景12.2研究的目的及意义12.3课题内容简介12.4可行性分析12.5本课题的实现途径23需求分析23.1概述23.2业务流程分析23.3数据库分析34系统设计34.1系统总体结构设计34.2系统流程图44.3数据库设计54.4系统开发环境84.5系统开发环境介绍94.6开发框架技术介绍95主