XX学校
毕业设计(论文)
题 目
系 (院) 专 业 班 级 学生姓名 学 号 指导教师 职 称
基于JSP的新闻网站
设计与开发 计算机科学技术系 计算机科学与技术
二〇一三年六月九日
独 创 声 明
本人郑重声明:所呈交的毕业设计(论文),是本人在指导老师的指导下,独立进行研究工作所取得的成果,成果不存在知识产权争议。尽我所知,除文中已经注明引用的内容外,本设计(论文)不含任何其他个人或集体已经发表或撰写过的作品成果。对本文的研究做出重要贡献的个人和集体均已在文中以明确方式标明。
本声明的法律后果由本人承担。
作者签名: 二〇 年 月 日
毕业设计(论文)使用授权声明
本人完全了解XX学校关于收集、保存、使用毕业设计(论文)的规定。
本人愿意按照学校要求提交学位论文的印刷本和电子版,同意学校保存学位论文的印刷本和电子版,或采用影印、数字化或其它复制手段保存设计(论文);同意学校在不以营利为目的的前提下,建立目录检索与阅览服务系统,公布设计(论文)的部分或全部内容,允许他人依法合理使用。
(保密论文在解密后遵守此规定)
作者签名: 二〇 年 月 日
XX学校本科毕业设计(论文)
基于JSP的新闻网站设计与开发
摘 要
随着科学技术的进步,网络已经越来越受人们的青睐,极大地改变着人们的生活。当今社会是一个信息化的社会,传统的新闻媒介已经不能满足人们日益增长的需求,网络媒体由此诞生,并成为一种重要的新闻媒介。只要人们登陆Internet,就能接触新闻网站,所以使用起来尤为方便。本人开发的XX学校科研处网站,主要是为XX学校的广大师生提供一个动态了解XX学校最新科研信息的平台。用户除了可以浏览信息,还可以在新闻后面留言,方便用户之间的交流。本人是使用JSP语言,进行基于MVC模式新闻网站的设计和开发,以实现新闻浏览、留言、更新等功能并融入个人的创新元素,做到界面简单大方,过渡合理。对新闻信息进行分类,形成清晰、合理的栏目规划,进而形成网络地图,网站整体构架一览无余。
关键词:新闻网站;JSP;SSH框架;MVC模式
I
XX学校本科毕业设计(论文)
Development and Design of JSP-based News Website
Abstract
Along with the rapid development of science and technology, network becomes increasingly popular and greatly changes human’s lives. It is Information-based society today where traditional news media could not satisfy people’s growing demands any longer, it turns out the network media which will undoubtedly become a major media. The website of Scientific Research Department of Binzhou University is developed to provide a platform where the vast teachers and students can dynamic browsing the latest scientific research information. In addition to browsing the information, the users can also leave a message in the press behind, it is a convenient for users to communication. I try my best to develop one MVC-based of this kind website with JSP language, which implements browsing, revising of news, leaving one’s comments and integrating individual creative points into it. This paper tries to make UI simple and generous and transit reasonably, to make the news information classified, to form a clear and reasonable program planning, then form a network map to make the website overall structured.
Key words:News Website;JSP;SSH rack;MVC model
II
XX学校本科毕业设计(论文)
目 录
第一章 绪论 ....................................................................................................................... 1 1.1 研究的目的和意义 ................................................................................................... 1 1.1.1 研究目的 ............................................................................................................ 1 1.1.2 研究意义 ............................................................................................................ 1 1.2 国内外研究现状 ....................................................................................................... 1 1.2.1 国外研究现状 .................................................................................................... 2 1.2.2 国内研究现状 .................................................................................................... 2 1.3 课题开发说明 ........................................................................................................... 2 第二章 JSP技术简介 ....................................................................................................... 3 2.1 JSP简介 ..................................................................................................................... 3 2.2 SSH框架简介 ........................................................................................................... 3 2.2 MVC设计模式简介 .................................................................................................. 4 第三章 系统分析 ............................................................................................................... 5 3.1 可行性分析 ............................................................................................................... 5 3.1.1 技术可行性 ........................................................................................................ 5 3.1.2 经济可行性 ........................................................................................................ 5 3.1.3 操作可行性 ........................................................................................................ 5 3.2 功能需求 ................................................................................................................... 5 3.3 性能需求 ................................................................................................................... 6 3.4可靠性和可用性需求 ................................................................................................ 6 3.5 将来可能提出的需求 ............................................................................................... 7 第四章 总体设计 ............................................................................................................... 8 4.1 设计方案 ................................................................................................................... 8 4.2 功能分解 ................................................................................................................... 8 4.3 设计软件结构 ........................................................................................................... 9
i