基于JSP在线学习系统设计
关键字 : JAVABEAN JSP 在线在线学习 JAVASCRIPT JDBC
摘 要
通过在线学习系统的建设,完成了对于在线学习课程的远程化授课。可以使学生不受时间空间的限制,通过在线对于这门课程进行学习。建立起了基于B/C的在线化在线学习系统。本系统采用当前最流行的JSP在线编程技术,可以实现数据的高效、动态、交互访问,具有强大的Server/Client交互能力。本文中所做的主要工作:介绍Win2000 +JSP(J2DK+TOMCAT)系统并且嵌入 JAVABEAN的一般原理;阐述整个在线学习系统的概要设计,系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;详细设计实现学院介绍、在线学习资源、课程表、课堂在线学习、在线答疑、其他课程、课件下载、留言反馈、站内搜索、公告专栏、友情链接、校园风景、新闻中心、栏目导航等程序模块; 各个模块的具体实现,且分析并解决实现中的若干技术问题;建立完整的实验系统,进行测试并分析结果。
Abstract
Through the operating system teaching website construction, completed long-distance has taught regarding the operating system curriculum, was allowed to cause the student without the time space limit, and carried on the study through the network regarding this /curriculum. Established based on the B/C network teaching /system. This website uses the current most popular JSP network programming technology, may realize the data to be highly effective, dynamically, alternately visits, and has the formidable Server/Client interactive /ability. In this article does main work: Introduced Win2000 +JSP (J2DK+TOMCAT) the system and to insert JAVABEAN the general principle; Elaborates the entire operating system teaching website outline design, the system structure and the principle of work; Has analyzed in the system realization particularity, the difficulty and key; The detailed design realization institute introduced, in the teaching resources, the class schedule, the classroom instruction, the on-line Q/A, other curricula, class downloading, the message feedback, the station search, program module and so on announcement column, friendship link, campus scenery, news center, column navigation; Each module concrete realization, also in analysis and solution realization certain technical questions; The establishment integrity experimental website, carries on the test and the analysis /result.
Key words: JAVABEAN JSP Network teaching JAVASCRIPT JDBC
参考文献
[1] Bruce Eckel[美]著,《Java编程思想:第3版》 Thinking in Java, Third Edition ,北京:机械工业出版社。
[2] 高成著,《JSP动态系统建设》,北京:国防工业出版社,2002年4月。
[3] Jean-Paul Tremblay等著,《 面向对象数据结构与软件开发(Java版)》,北京:清华大学出版社2005年3月。
[4] 林春梅,“JSP在远程教育资源库开发中的主要技术问题”,《计算机应用》,2002年06期。
[5] 罗俊,“用JSP/Servlet构建的三层式产品开发过程管理系统”,《计算机工程》,2002年04期。
[6] Mark Wutka[美],《JSP和Servlet程序设计使用专辑》,北京:机械工业出版社2002年3月。
[7] 任艳,“应用JSP进行数据库信息发布” ,《计算机工程与应用》,2002年07期。
[8] Simon Brown/Sam Dalton/Dan Jepp[美]著,《JSP编程指南(第三版)》,北京:电子工业出版社2004年8月。
[9] 谭淑英著,“服务器端的动态系统开发技术”,《计算机应用研究》, 2002年05期。
目 录
摘 要 I
Abstract II
目 录 III
引 言 1
第1章 JSP简介 3
1.1 JSP与本系统的开发 3
1.2 对于ASP,PHP,JSP进行比较 5
1.3 利用JDBC访问数据库 6
第2章 系统需求分析 11
2.1与传统在线学习的比较 11
2.2系统的流程 12
第3章 系统概要设计 15
3.1综合管理系统结构 15
3.2后台管理系统结构 15
3.3系统建设模式 16
第4章 数据库设计 18
4.1数据库分析 18
4.2数据库实体关系设计 18
4.3系统数据字典 20
第5章 系统详细设计 22
5.1登陆模块的设计 22
5.2课堂在线学习模块的设计 22
5.3留言反馈模块设计 26
5.4数据库的连接 29
第6章 系统功能的实现 31
6.1登陆版块的实现 31
6.2主要信息版块的实现 32
6.2.1在线学习资源版块的实现 32
6.2.2课程表版块的实现 32
6.2.3其他课程版块的实现 33
6.3课堂在线学习版块的实现 33
6.4课件下载版块的实现 37
6.5留言反馈版块的实现 38
第7章 系统的安全性 40
第8章 系统开发难点与技巧 42
结 论 44
参考文献 45
附 录 46
谢 辞 48