毕业设计( 论文) 基于 jsp( java) 网络教学平台系统的设计和开发 姓 名系 别、 专 业导 师 姓 名、 职 称完 成 时 间摘 要远程教育作为现代教育技术的形式, 给教育思想与技术带来了革命性的变革, 己经成为现代教育的必定要求。远程教育要得以顺利、 高效的实施, 必定离不开高效的管理与支撑平台环境。构建基于 Java 技术的网络教学管理系统是进行远程教学的迫切需要.本文首先介绍了远程教育的进展状况, 面对对象的系统开发平台以及对 Web 应用系统的支持, 对象建模语言 UML 的基本知识。然后主要介绍了以 UML 为建模语言, 开发基于 JSP/Servlet 的网络教学管理系统的过程使用用例图, 顺序图和活动图来寻找用户需求, 明确用例中对象之间的关系, 从而建立系统的用例模型; 分析类, 确定了系统中的对象抽象成类: 这样完成了系统分析。在系统设计过程中, 首先设计系统构架, 划分功能模块, 并给出功能设计。在功能设计中, 构建设计类, 运用设计类顺序图, 类图来实现了系统的设计模型。数据库设计给出数据库模型和数据库中各个表的字段结构。最后一章对系统关键实现做了探讨, 分别实现了用户身份鉴别, 会话跟踪, 数据库连接池和数据优化并对系统安全作出说明。本文对如何运用面对对象的方法来快速高效的开发一个复用性良好的安全的网络应用程序提供了一个良好的思路。关键词: 远程教育,教学管理,UML,网络教学AbstractAs a representation of contemporary education, remote education, which has brought the traditional education revolutionary ideas and technologies and optimized the educational resources, has been the trend of the contemporary education. Remote education can't run well without an efficient management platform. To architect a teaching management system through internet based on JSP/Servlet becomes very important.The paper first introduces the development of remote education, the object-oriented development platform JSP and the brief knowledge of UML. Then a detailed introduction is given on the development process of a teaching management system through internet based on JSP with UML as modeling language. Construct...