基于Java-Web的新闻发布系统设计与实现

  • 格式:doc
  • 大小:1.45 MB
  • 文档页数:28

下载文档原格式

  / 28
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

JINING UNIVERSITY

学士学位论文

学生姓名:

学号:

系别:计算机科学系

专业:计算机科学与技术(物联网)

题目: 基于Java Web的新闻发布系统设计与实现指导教师:

完成时间:2016年6月

目录

摘要 (1)

关键词 (1)

Abstract (1)

Keywords (1)

1 绪论 (2)

1.1 项目开发的背景 (2)

1.2 项目开发的目的 (2)

1.3 课题研究方法 (2)

2 需求分析 (3)

2.1 可行性分析 (3)

2.2 功能分析 (3)

2.3 系统架构 (4)

2.4 关键技术 (4)

2.4.1 JSP技术简介 (4)

2.4.2 Java Bean简介 (5)

2.4.3 My Eclipse简介 (5)

2.4.4 My SQL数据库简介 (5)

2.4.5 Severlet简介 (5)

3 系统总体设计 (6)

3.1 总体功能 (6)

3.2 系统处理流程设计 (7)

3.3 数据库设计 (7)

4 系统详细设计 (9)

4.1 首页 (9)

4.2 新闻分类浏览 (10)

4.3 新闻查询 (11)

4.4 用户中心 (11)

4.5 新闻栏目管理 (13)

4.6 新闻信息管理 (13)

4.7 通知公告管理 (14)

4.8 用户评论管理 (16)

4.9 系统用户管理 (16)

4.10 管理员密码修改 (16)

5 系统测试 (17)

5.1 测试的重要性及目的 (17)

5.2 测试的主要内容 (17)

5.3 测试用例 (18)

5.4 测试总结 (18)

参考文献 (18)

致谢 (19)

附录 (20)

基于Java Web的新闻发布系统设计与实现

摘要:现如今快速发展的互联网,已成为新兴的媒体发布形式,逐步影响到传统媒体行业的发展。与传统的信息传播媒体如电视、广播、报纸等相比,电脑、智能手机等终端因其传递信息方便、快捷,并满足人们对外界瞬息万变的信息的好奇心的特点,使得人们对网络新闻媒体越来越依赖。针对上述状况,推出了基于Java Web的新闻发布系统,在开发中基于My Eclipse平台,采用Tomcat 服务器,使用数据库My SQL。系统具有很好的人机界面,不仅实现了管理员管理新闻信息所需的各项功能,而且实现了对用户的各种信息进行管理以及用户浏览新闻信息的各种功能。此外,还具有查找、修改、删除、添加数据方便,数据的稳定性、安全性和可靠性好,简单易用等优点。

关键词:新闻网站Java Jsp Tomcat

Design and realization of News release system based on Web Java Student majoring in Computer science and Technology (Internet of things) Wang Caicheng

Tutor Hao Lin

Abstract: Nowadays the rapid development of the Internet has become a new form of media release and has gradually affected the traditional media industry developing. Compared with the traditional information media such as television, radio, newspapers etc, the computers, smart phones and other terminals, characterized by convenient, quick transport, meet the curiosity of people about rapidly changing information, is now getting more dependent from the people. According to the above situation, a new release system based on Java web has been introduced in this paper. In the development of web programming using JSP language and the Tomcat server is chosen as the server, and the relational database management system MySQL is used. Besides, this system has a good man-machine interface, not only realized all the functions which required for administrators to manage news, but also realized the functions for administrator to do information management and deal with user browsing news. At the same time, it offers administrator the functions of query, update, delete, add data convenience, and the advantages such as data good stability, security and reliability, easy to use.

Keywords: News Website; Java; Jsp; Tomcat;