毕业设计(论文)基于web的新闻系统的设计与实现

上传人:壹****1 文档编号:464404467 上传时间:2022-10-12 格式:DOC 页数:56 大小:3.26MB
返回 下载 相关 举报
毕业设计(论文)基于web的新闻系统的设计与实现_第1页
第1页 / 共56页
毕业设计(论文)基于web的新闻系统的设计与实现_第2页
第2页 / 共56页
毕业设计(论文)基于web的新闻系统的设计与实现_第3页
第3页 / 共56页
毕业设计(论文)基于web的新闻系统的设计与实现_第4页
第4页 / 共56页
毕业设计(论文)基于web的新闻系统的设计与实现_第5页
第5页 / 共56页
点击查看更多>>
资源描述

《毕业设计(论文)基于web的新闻系统的设计与实现》由会员分享,可在线阅读,更多相关《毕业设计(论文)基于web的新闻系统的设计与实现(56页珍藏版)》请在金锄头文库上搜索。

1、毕业设计报告(论文)题目:基于WebServices新闻系统的设计与实现 所属系 计算机工程系 专 业 计算机科学与技术 学 号 姓 名 指导教师 起讫日期 2010.3 - 2010.6 设计地点 2毕业设计报告(论文)诚信承诺本人承诺所呈交的毕业设计报告(论文)及取得的成果是在导师指导下完成,引用他人成果的部分均已列出参考文献。如论文涉及任何知识产权纠纷,本人将承担一切责任。 学生签名: 日 期: 年 月 精品文档( Services带来的主要好处之一是的集成方便。人们会很容易融入互联网企业的产品与其他软件的软件。服务可以运行在各种机器,从台式机到大型机,无论是在企业内部或外部网站。这便于

2、系统集成,使业务关系紧密,更高效的业务流程。随着Web Services的普及,并作为XML Web服务的持续增长,人们将能够找到的合适的软件,并可以将自己的应用程序集成的模块,通过寻找,并通过Web Services进行整合。整合的是现有的Web Services,当然而不是彻底改造他们。底线是人们将能够更快地开发应用程序比以前。一个XML Web服务编程模型的组成部分,是与外部数据源的轻松集成。每项申请是不再需要复制和维护外部数据源的。顾客可以要求并获得实时信息,并将它转换顾客自己的特定格式。这将允许生产者提供个性化的软件和服务,同时减少生产者的维护的负担。对于此问题,本文做了有关于的We

3、b Services新闻系统的介绍。 本文共有七章。第一章为绪言部分,重点介绍了有关于Web Services的国内外研究趋势和现状,以及人们对于Web Services研究的目的、意义和研究范围。第二章是有关于Web Services的理论文献回顾,分别展示Web Services中的XML、SOAP、UDDI以及WSDL的相关文献。第三章是Web Services的技术介绍,重点突出了开发工具Visual Studio 2005以及如何构建Web Services的链接。第四章到第六章为Web Services新闻系统的设计部分。第四章是新闻系统的课题分析,对于新闻系统做了详细的需求分析以

4、及此新闻系统运行环境的介绍。第五章是新闻系统的概要设计,围绕新闻系统的模型展开讨论介绍,并重点的突出了功能模型。第六章是新闻系统的详细设计,包括对新闻系统设计中的用户登录,新闻管理,新闻查询,新闻类别管理以及用户管理都做了对应的具体描述,包括涉及到的关键代码和对应的实现成果。第七章是结束语。关键词: 新闻系统架构 功能管理模型 新闻管理 XML Web Services Web Services-based information systems Design and ImplementationAbstractWeb Services is one of the main benefits

5、to facilitate integration. It will be very easy to integrate into the Internet business software products and other software. Services can run in a variety of machines, from desktop to mainframe, whether in-house or external website. This easy system integration, so close business relationship, more

6、 efficient business processes. With the popularity of Web Services,Web services, as continued growth, people will be able to find the right software and their applications can be integrated module, through the search, and integration through Web Services. Integration of the existing Web Services, of

7、 course, not reinvent them. The bottom line is that people will be able to develop applications faster than ever before. Web services programming model of a part, is easy to integrate external data sources. Each application is no longer need to copy and maintain the external data source. Customers c

8、an request and receive real-time information, and will convert it to customers own specific format. This will allow producers to provide customized software and services, while reducing the burden on producers of maintenance.This total of seven chapters. The first chapter is introductory section foc

9、uses on internal and external Web Services on research trends and status, and people for the purpose of Web Services Research, significance and scope of the study. The second chapter is on the theoretical literature review Web Services, Web Services are displayed in the XML, SOAP, UDDI and WSDL rela

10、ted literature. The third chapter introduces Web Services technology, highlights development tool Visual Studio 2005 and how to build Web Services link. Chapter to Chapter VI for the Web Services Information System section. Chapter IV is the subject of information systems, information systems for a

11、detailed needs analysis and the introduction of information systems operating environment. The fifth chapter is a summary of information system design, system model around the press to discuss presentation and highlighted the focus on functional model. The sixth chapter is the detailed design of inf

12、ormation systems, including information system design in user logs, news management, press inquiries, news category management and user management has done a detailed description of the corresponding, including those relating to the key code and corresponding implementation results. Chapter VII is t

13、he conclusion.Keywords: Information System Architecture Functional Management Model News Management XML Web Services目录第一章 绪言11.1国内外研究现状及发展趋势11.2研究目的、意义和范围1小结2第二章 有关WEB SERVICES的文献回顾32.1关于XML的研究评述32.2关于SOAP的研究评述42.3关于UDDI的研究评述52.4关于WSDL的研究评述6小结7第三章 使用工具的介绍83.1使用工具介绍83.2 Web Services连接实例83.2.1新建项目83.2

14、.2添加项目93.2.3添加Web 引用103.2.4.调用Web Services方法11小结11第四章 课题分析124.1 需求分析124.2运行环境要求134.2.1硬件设备要求134.2.2软件设备要求13第五章 概要设计145.1新闻系统的设计模型结构145.1.1系统的功能模块145.1.2用户管理功能模块的关系145.1.3系统工作流程分析155.2新闻系统的功能模块简介165.2.1.新闻类别管理165.2.2.新闻的管理175.2.3.新闻查询模块175.2.4.编辑用户信息17小结17第六章 详细设计186.1数据库设计186.1.1新闻类别表category186.1.2基本新闻表news196.1.3用户信息表xtuser196.2各主要窗体页的图形界面介绍206.2.1登录界面206.2.2新闻管理界面216.2.3新闻查询界面236.2.4新闻类别管理界面236.2.5用户管理界面246.3系统部分重要功能及代码266.3.1用户登录276.3.2新闻管理306.3.3新闻查询376.3.4新闻类别管理396.3.5用户管理42小结47第七章 结束语48致 谢49参考文献50I第一章 绪言1.1国内外研究现状及发展趋势Web Services 是一种构建应用程序的普通模型,

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 其它学术论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号