点击上面课题下载设计演示录像(建议用电脑用爱奇艺万能博放器看录像)
学生综合素质测评系统
本文基于学生综合素质测评流程设计并实现了学生综合测评系统,结合综合素质考评加减分参照标准和和目前信息化技术总结了学生综合素质测评系统的需求,并利用信息化技术规范和改进了综合素质测评的业务流程,实现了学生信息的集中管理、分散操作、信息共享。在系统设计部分,本文详细讨论了测评系统的体系结构,采用了目前流行的B/S体系模式和Sun的J2EE开发技术,并解决了系统应用的几个关键技术点,包括系统的MVC设计模式,可持久化的数据存储与实现以及学生在线填写学生综合素质考评表的业务流程的设计与实现方法,同时介绍了测评系统的数据库模型和主要模块的算法逻辑流程设计。
关键字:J2EE;MVC ;B/S;综合测评
College students overall quality evaluation system
The article was Based on the independent Institute overall quality of student’s design and process to achieve a Integrated evaluation system of students. Combined with the quality of appraisal standardize, and information technology at present, we summed up the overall quality Integrated evaluation system’s require, And the use information technology standardize and improve the overall quality of the evaluation’s business processes, achieve the student information management Centralization, Separate operations, information sharing. At the system design part,we discuss the Architecture
of evaluation system, using the popular Browser-Server model and Sun’s J2EE technology, and soloved the several key problem of application, such as, the MVC design pattern, Persistence of the data and achieve the student fill table of overall quality of student online,and it’s business process design and achieve way,at the same time to introduce the evaluation system’s database model and the main module’s logic process design.
Keywords :J2EE;MVC ;B/S; Integrated evaluation
目录
2.1 JSP(Java Server Pages)技术介绍
2.3适应Internet时代需求的B/S体系结构(基于浏览器)
2.4.1 Struts 基于J2EE 的 web 形式 MVC 模式实现