资源描述:
《Java在线考试系统--毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、桂林理工大学本科毕业设计·论文摘要.随着信息时代的到来和现代科学技术的突飞猛进,尤其是计算机技术的快速发展,在线考试系统已经越来越普及了。本文主要介绍一个基于J2EE的网络在线考试系统的体系结构和具体设计与如何实现。该系统采用Struts中的MVC的三层体系结构模式进行设计,使用JSP+JavaBean+MySQL进行实现,即系统前台由JSP网页实现表现逻辑,中间使用JavaBean的组件实现系统内部复杂的业务逻辑,后端使用MySQL数据库实现数据逻辑。该系统基本实现了在一个在计算机网络环境下命题、组卷、答题和评分等基本的考试功能。具体来说,管理员可以对试题进行添加与修改,对试卷进
2、行组卷,该系统的自动组卷使用了遗传算法实现。并可以对试卷进行发布。考生登陆该系统可以实现在线答题,考试结束评分系统可以自动批改客观题,并将主观题提供给老师批改,得出相应的考试分数。本文首先在绪论中介绍了在线考试的研究意义。然后详细描述了在线考试系统的组成与结构,阐述了此次设计的设计过程,包括需求分析,概要设计,数据库设计,详细设计等内容。还重点剖析了关键功能的实现,最后在一定的环境下对系统的进行了功能测试,证实了系统的可用性。关键词:在线考试系统;Struts;MVC模式;JSP;J2EE;遗传算法47桂林理工大学本科毕业设计·论文AbstractWiththeadventofth
3、einformationageandmodernscienceandtechnologybyleapsandbounds,especiallytherapiddevelopmentofcomputertechnology,on-lineexaminationsystemhasbecomeincreasinglypopular.ThispaperintroducesanonlineexaminationsystembasedonJ2EEarchitectureanddesignandhowtoachieve.Thesystemusesathree-tierarchitecturemo
4、delinStrutsMVCdesignusingJSP+JavaBean+MySQLtoachievesystemperformancelogicfrontbytheJSPpage,themiddleoftheJavaBeancomponentstoachievecomplexbusinesslogicwithinthesystem,usetheMySQLbackenddatabasedatalogic.Thesystemisbasicallyrealizedinthecomputernetworkenvironmentinabasicproposition,testpaper,
5、answer,andscoretheexaminationfunction.Specifically,administratorscanrightquestionstoaddandmodify,onpaper,testpaper,thesystemofautomaticgenerationofageneticalgorithm.Andtopublishpapers.Thecandidatescanvisitthesystemonlineanswertheendofthetestscoringsystemcanautomaticallymarkingobjectivequestion
6、sandsubjectivequestionstotheteachertomark,drawtheappropriatetestscores.Firstly,intheintroductiondescribesthesignificanceoftheonlineexam.Secondly,Detaileddescriptionofthecompositionandstructureoftheonlineexaminationsystem,describedthedesignofthedesignprocess,includingneedsanalysis,preliminaryde
7、sign,databasedesign,detaileddesignandcontent.Alsofocusedontheanalysisofthekeyfunctions,Finally,incertaincircumstancesthesystemfunctionaltesting,confirmedtheavailabilityofthesystem.Keywords:on-lineexaminationsystem,Struts,MVCPattern,JSP,