站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Netbeans 专题Getting Started With XML Schema Tools

Getting Started With XML Schema Tools

摘要: This document is a starting point for the tutorials that take you through the basics of using the XML schema tools available in NetBeans? Enterprise Pack 5.5. The XML schema tools available in this release of the NetBeans Enterprise Pack allow you to visualize and edit XML schemas. The XML schema tools focus on complex information display and real-world use issues (for example, scalable visualization and editing of massive XML schemas).

This document is a starting point for the tutorials that take you through the basics of using the XML schema tools available in NetBeans™ Enterprise Pack 5.5. The XML schema tools available in this release of the NetBeans Enterprise Pack allow you to visualize and edit XML schemas. The XML schema tools focus on complex information display and real-world use issues (for example, scalable visualization and editing of massive XML schemas). In addition, the XML schema tools reduce the complexity of creating and editing XML schemas, thus allowing someone who is not a schema expert to create and modify XML schema and other XML documents. Using the XML schema tools, you can reference external schemas and use advanced queries to analyze your schemas.

Using XML schema tools functionality, you can:

For more information about working with NetBeans IDE, see the Documentation page on the NetBeans website. For more information about XML support in NetBeans, see the XML project page.

Prerequisites

The XML schema tools tutorials assume that you have some knowledge of, and experience with XML (Extensible Markup Language).

System Requirements

These tutorials assume that your system meets the requirements specified in the System Requirements topic of the NetBeans Enterprise Pack 5.5 Release Notes.

Software Needed for the Tutorials

Before you begin, you need to install the following software on your computer:

  • NetBeans IDE 5.5 with NetBeans Enterprise Pack 5.5 (download)
  • Some XML schema tools tutorials use the UBL sample schema that is included in the Java Web Services Developer Pack (Java WSDP) Version 2.0.
    If you want to step through these tutorials offline, you should download Java WSDP.

XML Schema Tools Tutorials

We suggest that you go through the tutorials in the order provided below. This will ensure successful completion of the tasks in the tutorials.

Shows you how to create a project in the IDE and add a sample XML schema file to that project.
Shows you how to use the Schema view of the XML schema editor and the Navigator window's Schema View to explore a sample schema. This tutorial also walks you through the Find function in the Schema view.
Shows you how to add, edit, and delete schema components. This tutorial also demonstrates how to undo and redo your actions.
Shows you how to use available queries in XML schema tools to analyze an XML schema.
Shows you how to retrieve external resources into your IDE project and then reference those resources in your XML schema.
The steps in this tutorial show you how to use the Design view of the XML schema editor to populate and modify XML schema files.
The steps in this tutorial show you how to use the Design Pattern wizard to easily apply a schema design pattern to an XML schema file.
Shows you how to use XML schema tools to validate your XML schema files.

top


More Documentation



top


↑返回目录
前一篇: Getting Started with NetBeans and Java
后一篇: GUI Building in NetBeans IDE 5.0