java xml网站服务器端+设计任务书.doc
约38页DOC格式手机打开展开
java xml网站服务器端+设计任务书,摘要网页对大多数人来说已经不陌生了,正象html一样,可扩展置标语言xml(extensible markup language)也是一种置标语言。不过,xml这个置标语言可比html的功能要强大的多了。另外,由于xml是用于定义语言的元语言,任何个人、公司和组织都可以利用它来定义自己的置标语言(通过dtd或schem...
内容介绍
此文档由会员 wanli1988go 发布
摘要
网页对大多数人来说已经不陌生了,正象HTML一样,可扩展置标语言XML(eXtensible Markup Language)也是一种置标语言。不过,XML这个置标语言可比HTML的功能要强大的多了。另外,由于XML是用于定义语言的元语言,任何个人、公司和组织都可以利用它来定义自己的置标语言(通过DTD或schema表示),因此使用更灵活,对于功能的扩展更加方便。
基于XML(eXtensible Markup Language,可扩展的标记语言)的自行定义的标记,将能确立各种类型信息的标准、统一的描述方法,这种描述与内容相关、与显示实现了真正的分开,并支持细粒度、高效的检索,具有丰富的词典项信息。语义WEB的研究关系到WEB的体系结构、多种种类信息的组织、模式研究、存储策略、索引、WEB异构数据源的集成、元数据、元数据的检索等方面的理论和技术问题。
本文以无锡开源集团的“中国汽车零部件网站”为事实背景。共享它丰富的汽车零部件数据信息,以“语义WEB”为目标,指出了传统WEB、HTML在信息发布、数据传输和信息检索方面的不足,本系统的开发采用了TOMCAT作为运行环境的服务器,用WEB浏览,同时把XML和ACCESS作为后台的数据库,并且分析了涉及到的相关理论和技术。整个系统充分考虑了客户和公司的要求,同时以简洁﹑方便为设计宗旨。本系统实现各种信息的要求,例如:商品的分类查询,用户的注册,用户留言等等。文中对JSP作了简要介绍。同时详细说明了本系统所用的XML数据库及开发等相关知识。文中着重探讨了本系统的设计和开发过程,并结合具体实例分析了实现的主要技术问题,给出解决这些问题的技术细节。最后对此次设计进行了简明,扼要的总结。
关键词:可扩展置标语言(XML),JBuilder,JSP
Abstract
Most people have already known the WEB. Just like HTML, XML (eXtensible Markup Language) is another good kind of Markup Language. However, compared with HTML, XML has more functions. Furthermore, because XML is an element language, which can be used to define own Markup Language (use DTD or schema to express) by any people, company or organization, therefore it is fairly flexible, and the function of expanding will be more convenient.
The semantic Web would bi built on XML and document description that would let machines understand the nature of page’s content. This would take the Web beyond the era of HTML that only let s machine understand the nature of a page’s appearance. The occurrence of XML makes the semantic Web possible. Some issues of XML-based semantic Web and Web-based technologies are discussed in this paper.
This paper combines the semantic Web’s research with the Web of auto parts of Chinese for the Wuxi Kaiyuan Machine Tools Group Corporation, and introduces the design and implementation of the next-generation Web.The system is based on the TOMCAT web server and explorer. Using XML and ACCESS as background database, and this company has analyzed the related theories and technique. The whole system considers the requests of customers and companies completely, at the same time the concision and the convenience are looked upon the aim, and this system realizes all kinds of information of requests, just like the searching, registering, bbs and so on. In this article there is brief introductions of JSP, also including the full and necessary recommendation of XML database, The article emphases on the database design and the specific development process of this system, provides the data module, and analysises the realization of the main technique with many concrete examples, then gives the particular technology to solve these problems. Finally, a simple and compendious summary is presented.
KEYWORDS: eXtensible Markup Language (XML), JBuilder, JSP
目 录
一. 题目 --------------------------------------------------------------------------------------------- 1
二. 摘要 --------------------------------------------------------------------------------------------- 2
三. 目录 --------------------------------------------------------------------------------------------- 4
四 内容 --------------------------------------------------------------------------------------------- 6
第一章 绪论
1.1 Internet 与 Web 技术概况 ------------------------------------------------------------- 6
1.2 课题研究的意义 -------------------------------------------------------------------------- 7
1.3 本文的研究内容 -------------------------------------------------------------------------- 7
第二章 需求分析概要
2.1 开发背景 ----------------------------------------------------------------------------------- 7
2.2 功能分析 ----------------------------------------------------------------------------------- 7
2.3 性能分析 ----------------------------------------------------------------------------------- 8
2.4 可行性分析 -------------------------------------------------------------------------------- 8
2.4.1 技术可行性 ---------------------------------------------------------------------- 8
2.4.2 经济可行性 ---------------------------------------------------------------------- 8
2.4..
网页对大多数人来说已经不陌生了,正象HTML一样,可扩展置标语言XML(eXtensible Markup Language)也是一种置标语言。不过,XML这个置标语言可比HTML的功能要强大的多了。另外,由于XML是用于定义语言的元语言,任何个人、公司和组织都可以利用它来定义自己的置标语言(通过DTD或schema表示),因此使用更灵活,对于功能的扩展更加方便。
基于XML(eXtensible Markup Language,可扩展的标记语言)的自行定义的标记,将能确立各种类型信息的标准、统一的描述方法,这种描述与内容相关、与显示实现了真正的分开,并支持细粒度、高效的检索,具有丰富的词典项信息。语义WEB的研究关系到WEB的体系结构、多种种类信息的组织、模式研究、存储策略、索引、WEB异构数据源的集成、元数据、元数据的检索等方面的理论和技术问题。
本文以无锡开源集团的“中国汽车零部件网站”为事实背景。共享它丰富的汽车零部件数据信息,以“语义WEB”为目标,指出了传统WEB、HTML在信息发布、数据传输和信息检索方面的不足,本系统的开发采用了TOMCAT作为运行环境的服务器,用WEB浏览,同时把XML和ACCESS作为后台的数据库,并且分析了涉及到的相关理论和技术。整个系统充分考虑了客户和公司的要求,同时以简洁﹑方便为设计宗旨。本系统实现各种信息的要求,例如:商品的分类查询,用户的注册,用户留言等等。文中对JSP作了简要介绍。同时详细说明了本系统所用的XML数据库及开发等相关知识。文中着重探讨了本系统的设计和开发过程,并结合具体实例分析了实现的主要技术问题,给出解决这些问题的技术细节。最后对此次设计进行了简明,扼要的总结。
关键词:可扩展置标语言(XML),JBuilder,JSP
Abstract
Most people have already known the WEB. Just like HTML, XML (eXtensible Markup Language) is another good kind of Markup Language. However, compared with HTML, XML has more functions. Furthermore, because XML is an element language, which can be used to define own Markup Language (use DTD or schema to express) by any people, company or organization, therefore it is fairly flexible, and the function of expanding will be more convenient.
The semantic Web would bi built on XML and document description that would let machines understand the nature of page’s content. This would take the Web beyond the era of HTML that only let s machine understand the nature of a page’s appearance. The occurrence of XML makes the semantic Web possible. Some issues of XML-based semantic Web and Web-based technologies are discussed in this paper.
This paper combines the semantic Web’s research with the Web of auto parts of Chinese for the Wuxi Kaiyuan Machine Tools Group Corporation, and introduces the design and implementation of the next-generation Web.The system is based on the TOMCAT web server and explorer. Using XML and ACCESS as background database, and this company has analyzed the related theories and technique. The whole system considers the requests of customers and companies completely, at the same time the concision and the convenience are looked upon the aim, and this system realizes all kinds of information of requests, just like the searching, registering, bbs and so on. In this article there is brief introductions of JSP, also including the full and necessary recommendation of XML database, The article emphases on the database design and the specific development process of this system, provides the data module, and analysises the realization of the main technique with many concrete examples, then gives the particular technology to solve these problems. Finally, a simple and compendious summary is presented.
KEYWORDS: eXtensible Markup Language (XML), JBuilder, JSP
目 录
一. 题目 --------------------------------------------------------------------------------------------- 1
二. 摘要 --------------------------------------------------------------------------------------------- 2
三. 目录 --------------------------------------------------------------------------------------------- 4
四 内容 --------------------------------------------------------------------------------------------- 6
第一章 绪论
1.1 Internet 与 Web 技术概况 ------------------------------------------------------------- 6
1.2 课题研究的意义 -------------------------------------------------------------------------- 7
1.3 本文的研究内容 -------------------------------------------------------------------------- 7
第二章 需求分析概要
2.1 开发背景 ----------------------------------------------------------------------------------- 7
2.2 功能分析 ----------------------------------------------------------------------------------- 7
2.3 性能分析 ----------------------------------------------------------------------------------- 8
2.4 可行性分析 -------------------------------------------------------------------------------- 8
2.4.1 技术可行性 ---------------------------------------------------------------------- 8
2.4.2 经济可行性 ---------------------------------------------------------------------- 8
2.4..