论文是本团队帮同学做过的案例,需要毕业论文设计(论文+源程序+答辩PPT)的同学联系799523222毕业设计(论文)基于jsp(java)网络教学平台系统的设计和开发姓名系别、专业导师姓名、职称完成时间I摘要远程教育作为现代教育技术的形式,给教育思想与技术带来了革命性的变革,己经成为现代教育的必然要求。远程教育要得以顺利、高效的实施,必然离不开高效的管理与支撑平台环境。构建基于Java技术的网络教学管理系统是进行远程教学的迫切需要.本文首先介绍了远程教育的发展状况,面向对象的系统开发平台以及对Web应用系统的支持,对象建模语言UML的基本知识。然后主要介绍了以UML为建模语言,开发基于JSP/Servlet的网络教学管理系统的过程使用用例图,顺序图和活动图来寻找用户需求,明确用例中对象之间的关系,从而建立系统的用例模型;分析类,确定了系统中的对象抽象成类:这样完成了系统分析。在系统设计过程中,首先设计系统构架,划分功能模块,并给出功能设计。在功能设计中,构建设计类,运用设计类顺序图,类图来实现了系统的设计模型。数据库设计给出数据库模型和数据库中各个表的字段结构。最后一章对系统关键实现做了探讨,分别实现了用户身份鉴别,会话跟踪,数据库连接池和数据优化并对系统安全作出说明。本文对如何运用面向对象的方法来快速高效的开发一个复用性良好的安全的网络应用程序提供了一个良好的思路。关键词:远程教育,教学管理,UML,网络教学IIAbstractAsarepresentationofcontemporaryeducation,remoteeducation,whichhasbroughtthetraditionaleducationrevolutionaryideasandtechnologiesandoptimizedtheeducationalresources,hasbeenthetrendofthecontemporaryeducation.Remoteeducationcan'trunwellwithoutanefficientmanagementplatform.ToarchitectateachingmanagementsystemthroughinternetbasedonJSP/Servletbecomesveryimportant.Thepaperfirstintroducesthedevelopmentofremoteeducation,theobject-orienteddevelopmentplatformJSPandthebriefknowledgeofUML.ThenadetailedintroductionisgivenonthedevelopmentprocessofateachingmanagementsystemthroughinternetbasedonJSPwithUMLasmodelinglanguage.Constructingusecasemodelthroughusingusecasediagram,sequencediagramandactivitydiagramtomakeclearuser'srequirementandtherelationbetweenobjectsinusecase.Throughanalysingclassestoconfirmtheobjectsinsystemandabstractthemtoclasses.Sotheanalysisofsystemiscompleted.Amongthedesignprocessofsystem,designingthesystemarchitecture,partitioningthesystemtoseveralsubsystemandfunctionmodelsaccordingtousecasesandgivingthefunctiondesignofonesubsystem.Thefunctiondesignincludestheclassesdesignandthefollowingsequencediagramandclassdiagram.Databasedesigninvolvesadatabaselogicmodelandthestructureofalllabels.Intheend,Iimplementsomekeytechnologiesofsystemsuchasuser’sidentity,sessiontrack,databasepool,dataprocessoptimizingandsystemsecurity.Toensuresecurity,areliableandpracticalsecuritypolicy,inwhichcontainerbaseddeclarativesecurityisdominantandprogrammaticsecurityiscomplementary,isgivenrespectivelytothewebtier,EJItieranddatatierofthesystemaccordingtothesystemframework.Thisarticlealsosuppliesagoodideaonhowtodevelopereusableandsafewebapplicationquicklywithobject-orientedmethodology.Keywords:remoteeducation,leachingmanagement,JSP,UMLIII目录1引言.............................................................................................................................................11.1网络教学系统的技术.....................................................................................................11.2本系统的特点和意义.....................................................................................................22系统核心技术特点.....................................................................................................................22.1web系统应用研究..........................................................................................................22.1.1N层体系结构.....................................................................................................22.1.2基于组件开发.....................................................................................................32.2JSP/Servlet对web应用系统的支持..........................................................................33系统分析.....................................................................................................................................43.1用例分析.........................................................................................................................43.2用例建模.........................................................................................................................53.2.1标识参与者.........................................................................................................63.2.2用例图.................................................................................................................63.2.3顺序图.................................................................................................................73.2.4活动图.................................................................................................................83.3分析类...........................................................................................................................103.3.1边界类...............................................................................................................103.3.2实体类...............................................................................................................103.3.3控制类...............................................................................................................114系统设计...................................................................................................................................124.1体系结构设计...............................................................................................................124.2系统功能设计................................................