JavaTM API for XML Registries (JAXR)
Sample Applications

Specification Version: 1.0
Reference Implementation (RI) Version: 1.0.6

jaxr-publish

This example, in the directory /jaxr-ri/samples/jaxr-publish, shows how to use the JAXR APIs to publish information about an organization to a registry, including information about services provided by the organization and contact information.

The example also illustrates how to classify registry entries using well-known classification schemes like the North American Industry Classification System (NAICS) and standard identifiers like the Dun & Bradstreet DUNS identifier.

See the file README.txt for details on running this example.

jaxr-query

This example, in the directory /jaxr-ri/samples/jaxr-query, shows how to use the JAXR APIs to query a registry for data -- specifically, how to query for an organization by name. The example also illustrates how to parse the retrieved information for details about the organization and the services it provides.

See the file README.txt for details on running this example.

jaxr-browser

This is a more sophisticated example showing how to use the JAXR APIs to provide a common interface to heterogeneous registries. The registry interactions using the JAXR APIs are all illustrated in the JAXRClient source code. The example is in the directory /jaxr-ri/samples/jaxr-browser.

See the file README.txt for details on running this example.