Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Jakarta XML Registries
Application programming interface

Jakarta XML Registries (JAXR; formerly Java API for XML Registries) defines a standard API for Jakarta EE applications to access and programmatically interact with various kinds of metadata registries. JAXR is one of the Java XML programming APIs. The JAXR API was developed under the Java Community Process as JSR 93.

JAXR provides a uniform and standard Java API for accessing different kinds of XML-based metadata registry. Current implementations of JAXR support ebXML Registry version 2.0, and UDDI version 2.0. More such registries could be defined in the future. JAXR provides an API for the clients to interact with XML registries and a service provider interface (SPI) for the registry providers so they can plug in their registry implementations. The JAXR API insulates application code from the underlying registry mechanism. When writing a JAXR based client to browse or populate a registry, the code does not have to change if the registry changes, for instance from UDDI to ebXML.

Jakarta XML Registries (JAXR) was removed from Jakarta EE 9.

We don't have any images related to Jakarta XML Registries yet.
We don't have any YouTube videos related to Jakarta XML Registries yet.
We don't have any PDF documents related to Jakarta XML Registries yet.
We don't have any Books related to Jakarta XML Registries yet.
We don't have any archived web articles related to Jakarta XML Registries yet.

References

  1. Kaltepoth, Christian (January 17, 2020). "A deep dive into the Jakarta EE 9 Release Plan". JAXenter. Software & Support Media. Retrieved 2020-12-05. https://jaxenter.com/jakarta-ee-9-release-plan-deep-dive-166910.html