资源描述:
《毕业论文--基于j2EE的教务考勤管理系统设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、盐城师范学院毕业设计毕业设计基于j2EE的教务考勤管理系统设计与实现学生姓名学院专业班级学号指导教师2016年5月16日盐城师范学院毕业设计基于j2EE的教务考勤管理系统设计与实现摘要为了解决当前学校考勤中存在的任课教师考勤困难、班主任考勤统计繁琐、学生请假不方便等诸多问题,本设计开发了一个基于j2EE的教务考勤管理系统。该系统可以实现学生在线签到、在线请假,任课教师实时统计学生出勤情况,班主任教师统计学生出勤、在线批假情况,还可以实现学生、任课教师、班主任三类用户的在线注册等功能。系统总体采用J2EE
2、技术实现,前台网站主要利用JSP语言实现,后台功能主要采用Servlet+Service技术实现,后台数据库采用SQLServer2008作为数据库管理系统。整个系统在MyEclipse10.0下集成开发,利用Tomcat6作为服务器的版本。系统经过班主任、任课教师和学生的综合测试,各角色对系统功能基本满意,能够达到原先设定的需求。【关键词】教务考勤;管理系统;JSP;Servlet+Service技术盐城师范学院毕业设计Thedesignandimplementationofeducationalma
3、nagementattendancemanagementsystembasedonJ2EEplatformAbstractInordertosolvethecurrentschoolattendanceinthepresenceofteacherattendancedifficult,classattendancestatistics,tedious,studentsleavenotconvenientandsoonmanyproblems,thisdesigndevelopedabasedonJ2EE
4、academicattendancemanagementsystem.Thesystemcanrealizethestudentonlinesign,onlineleave,teachersreal-timestatisticsstudentattendance,teachersstudentattendancestatistics,onlinetitled,canalsorealizestudents,teachers,teacherthreetypesofusersofonlineregistrat
5、ionandotherfunctions.OverallsystemusingJ2EEtechnologytoimplement,theonstagewebsitemainlyusesJSPlanguageandbackofficefunctionsarerealizedbyServletandService,back-enddatabaseusingSQLServer2008asadatabasemanagementsystem.ThewholesysteminMyEclipse10.0integra
6、teddevelopment,usingTomcat6asaversionoftheserver.Systemafterclasstutors,thecomprehensivetestofteachersandstudents,theroleandthefunctionofthesystembasicallysatisfied,canachievetheoriginalsetofneeds.[Keywords]academicattendancing,managements’system,JSP,Ser
7、vletandServicetechnology盐城师范学院毕业设计目录1绪论11.1课题背景11.2目的和意义12开发工具及使用技术22.1开发工具22.2JSP22.3JavaScript33需求分析33.1系统的功能分析33.1.1系统管理员33.1.2班主任教师53.1.3普通任课教师53.1.4学生群体63.2可行性分析74系统设计84.1系统总体设计84.2系统模块详细设计84.2.1系统管理员子系统104.2.2班主任教师子系统104.2.3普通任课教师子系统104.2.4学生群体子系统1
8、14.3系统结构设计114.4数据库设计114.4.1数据库E-R图设计114.4.2数据库表设计134.4.3数据库关系图物理实现155系统功能实现165.1系统登录页面的实现165.2系统管理员功能模块的实现20盐城师范学院毕业设计5.3班主任教师功能模块的实现235.4普通任课教师功能模块的实现255.5学生群体功能模块的实现266系统测试316.1系统测试的目的与意义316.2系统测试过程316.3其他错误31结论32参考文献33致