下载后可任意编辑 基于JSP的网上考试系统的开发------在线考试及有关数据管理模块摘要:为了有效提高Web 应用程序的可重用性、可维护性和可扩展性,加快被调用的网页的执行速度,逐步适应面对对象系统的开发,因而选择jsp语言,结合UML 的方式来构建Web 应用系统. 本文描述了利用UML技术对面对对象的系统进行分析设计的全过程,并在此基础上开发了一个基于jsp的小型web应用程序,以java为核心语言,利用jsp对Web应用程序页面进行设计,并利用JDBC对数据库进行操作,同时利用了SQL SERVER 2000对数据库进行设计,且使用UML对系统进行建模,因此,整个的系统的开发过程(包括分析、设计、编码等)都是面对对象的,适应了软件开发的进展趋势。关键词;Web; JSP;UML;系统The Development of an On-line Examines System Based on JSP------The Module of On-line Examines and its Relative data manageAbstract: In order to improve the reusable, maintainable property and extensibility of the web application program efficiently, to accelerate the execution of the web page which is called, and to be adapted to the development of the OO-System, I choose to build a system for web application with the method of UML in compensation for it’s programming based on JSP. This paper describes the whole process of analyzing and designing the OO-System by the way of UML. On the basement, I made a program for web application use jsp. In the process of programming, I used jsp to design the Web Forms Application and JDBC to proceed with the data and make JAVA its core programming language. The database is designed with SQL SERVER 2000 .The modeling of the system refers to the method of UML. Hence, the whole progress of the System, including the analysis, design, programming, etc, is object oriented, which complies with the tendency of the software development.Key Words: Web; JSP;UML;System下载后可任意编辑 前言1、 绪论现阶段,学校与社会上的各种考试大都采纳传...