新闻发布系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
论文题目新闻发布系统的设计与实现
姓名欧东
学院大连东软信息技术职业学院
专业软件技术
指导教师刘冰月讲师兰艳助教
备注
2009年6月19日
新闻发布系统的设计与实现
作者姓名:欧东
指导教师:刘冰月讲师兰艳助教
单位名称:计算机科学与技术系
专业名称:软件技术
大连东软信息技术职业学院
2009年6月
Design and Implementation of News
Distribution System
by Ou Dong
Supervisor:Lecturer Liu Bingyue Assistant Lan Yan
Dalian Neusoft Institute of Information Technology
June2009
毕业设计(论文)任务书
毕业设计(论文)题目:
新闻发布系统的设计与实现
设计(论文)的基本内容:
本系统是基于J2EE的一个小型的新闻发布网站,该网站实现让用户新闻浏览,新闻检索,新闻评论的功能,管理员用户可以对新闻以及新闻分类的相关信息进行增、删、改、查操作,他还可以修改、删除普通用户的信,例如对新闻评论。在具体的程序设计中,采用JAVA作为开发工具,用JSP开发与Mysql数据库交互的网页,并且开发了WEB服务.在系统的设计中,使用精细的系统分析以确定模型,明晰的系统层次以模块化,并使用各种柔性设计来增强系统的扩展性在系统中都有所体现。
毕业设计(论文)专题部分:
题目:
设计或论文专题的基本内容:
学生接受毕业设计(论文)题目日期
第1周
指导教师签字:
2008年12月8日
新闻发布系统的设计与实现
摘要
伴随着网络的出现,网页逐渐融入人们的生活。快速及时的新闻浏览,五彩缤纷的网上信息,使网络与人们的生活息息相关。计算机的存在,提高了我们的工作效率,我们可以利用网络基础和相应的网站平台,建设一个安全、可靠、开放、高效的集新闻查询和新闻管理的系统。
新闻发布系统主要采用标准的MVC架构,并且提供友好的控制平台和接口,便于普通用户使用。此架构分为模型、视图及控制层,结构清晰,可以减少相应的代码维护,还增加了相应的扩展性,一旦模型发生改变,也易于维护。在WINDOWS系统的支持下,采用Mysql数据库技术和JSP+Servlet技术进行结构的设计和实现。
本系统主要是由五个子模块组成:新闻发布,新闻浏览,新闻检索,新闻评论,新闻审核功能。在运用了以上各种技术中,始终遵循模块独立,系统开发的层次结构清晰以及规范的业务流程,希望将标准化的程序开发在程序中设计和实现。
关键词:新闻发布系统,MVC架构,JSP,Servlet,Mysql数据库
Design and Implementation of News
Distribution System
Abstract
Accompanied by the emergence of network,web gradual integration into the people's lives.Rapid and timely information browsing,colorful web-based information network with the people's daily lives.The existence of the computer to improve the efficiency of our work,we can use the network infrastructure and the corresponding Web site platform,to build a safe,reliable,open,efficient set of information inquiries and information management systems.
Information distribution system is mainly a standard MVC framework to control and provide a friendly platform and interfaces for ordinary users.This structure is divided into model,view and control layer,the structure clearly can reduce the code maintenance,but also the corresponding increase in scalability,once the model changes,but also easy to maintain.WINDOWS system in support of Mysql database using JSP+Servlet technology and technology for the design and realization of the structure.
The system is mainly composed of five sub-modules:press releases,news browsing,news search,news,news audit function.In the use of these various techniques,always followed an independent module,the system developed by a clear hierarchical structure,as well as a standardized business processes and want to develop standardized procedures for the design and realization process.
Keywords:news distribution system,MVC framework,JSP,servlet,mysql