1、 摘摘 要要 随着家长对孩子教育的重视程度越来越高,家教也越来越受家长的青睐,因为它可 以有针对性地单独授课,能显著提高学生学习的效果。同时互联网的兴起,对教育的形 式也产生了重大影响,为此基于 B/S 的家教平台应运而生。 论文基于 B/S 架构, 采用 MVC 开发模式,使用 JAVA 语言和 ORACLE 数据库,以 TOMCAT 作为 WEB 服务器,结合 SSH 框架进行整合,开发了基于 JavaEE 的开放式家 教服务平台。平台前端以 JSP 实现与用户交互界面,主要实现了注册用户对个人信息的 管理、教员和学员的双向搜索教员和学员需求信息的发布、学员对教员进行评价、注 册用户发主题
2、帖进行相关讨论等功能;平台后端的业务逻辑用 Java 语言实现。 平台为学员与教员提供了双方信息交流的平台,方便学员与教员之间寻找适合自身 的服务,同时提供家教资源共享等相关资讯。 关键词:家教服务平台;信息交流;B/S;JAVA;ORACLE ABSTRACT With the rising importance of parents on childrens education, tutors and parents of all ages, because it can be targeted to individual instruction, can significantly en
3、hance student learning results. At the same time the rise of the Internet, also had a major impact on education, family education platform based on b/s came into being. Papers based on b/s structure, using MVC model, using the JAVA language and the ORACLE database, using TOMCAT as WEB server, integr
4、ation with SSH framework, developed open tutoring service based on JavaEE platform. Platform implementation and user interface front-end to JSP, mainly for registered users for personal information management, teachers and students of bi-directional search, and demand information of faculty and stud
5、ents publish to evaluate teachers, students, theme-related features such as discussions made by the registered user; Back-end business logic using Java language implementation of the platform. Platform for students and teachers to provide a platform for the exchange of information between the two si
6、des, between students and teachers looking for its own services, while providing tutoring resource sharing and other related information. Keywords: family education services platform; information exchange;b/s; java; oracle - 1 - 目目 录录 第第 1 1 章章 绪论绪论 1 1 1.1 选题的背景及意义 1 1.2 国内外研究现状 1 1.3 课题的研究内容 2 1.4 论文的组织 3 第第 2 2 章章 相关技术介绍相关技术介绍 4 4 2.1 JSP 简介 . 4 2.1.1 JSP 内置对象. 4 2.1.2 JSP 页面. 5 2.2 Ajax 技术 6 2.3 jQuery 和 Json . 7 2.4 SSH 技术简介 . 7 2.5 Myeclipse 安装 . 9 2.6 配置 Tomcat 9 2.7 Oracle 数据库 9 2