{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

XML和数据库工具

来源:wenku163.com  资料编号:WK1635535 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1635535
资料介绍

现在,XML出现在越来越多的应用当中。因为有公共的格式,XML可以在应用程序中描述和传输数据。在大多数应用中数据存储成某种格式,关系数据库是最常见的一个。数据库存储,XML描述,两者之间形成了联系。Web Sphere Studio Application Developer有支持这个联系的工具比如数据库设计工具,XML编辑工具。也有创建和编辑数据库结构的工具,还有编辑特定XML的工具。在这个练习中,您会使用一些XML工具和Web Sphere Studio Application Developer中的数据视图。

用户必要条件
DB2 7.2,WSAD, Invest 数据库,c:yourbanklab5有要用到的代码。

您即将能做的
课程之后,您能够连接到一个数据库,导入结构到WSAD,加入主键到表。使用SQL指南为多个表创建SQL命令。使用XML to SQL指南查询数据库,返回XML文件格式的数据。使用XML to XML映射指南转到另外的格式。

介绍 (毕业设计 )
Invest数据库有三个表,存储着一个客户的联系人信息。为了在您的应用程序中使用这些数据,请链接数据库,导入表结构到WSAD。使用工作台里的结构,您可以链接ADDRESS表到PERSONALINFORMATION表。然后创建SQL SELECT命令,查询出所有的客户地址。在数据视图,运行SQL命令得到XML格式的两个客户的信息。最后,使用XMLtoXML映射指南,把客户信息映射到DTD(Document Type Definition,文档类型定义)。

** 注 意 **解决方案说明书在第五部分最后

XML and Database Tooling
What This Exercise is About
  XML is found in more and more applications today. With its non-proprietary format, XML can be used to represent and exchange information in an application. The information for most applications is stored in some fashion. A relational database is the most common location for persisting information. With databases storing information and XML used for representing information, a relationship exists between the two technologies. WebSphere Studio Application Developer has tooling that supports this relationship as well as individual relational database design tools and XML authoring tools. There are tools for working with existing databases schemas or creating new database schemas. There are also editors for specific types of XML documents. In this exercise you will use some of the XML tools and some of the features in the Data Perspective in WebSphere Studio Application Developer.

全文 4300字

推荐资料