A programming model based on a specification from Sun Microsystems. JAX-RS defines a set of APIs and annotations designed to simplify the creation of Web applications using REST architectural principles.
An API for processing XML documents. JAXP supports the SAX, DOM, and XSLT standards.
An API for accessing an XML registry.
A programming model based on a specification from Sun Microsystems. JAX-WS is a rearchitected API for Web services that is more document centric. It was designed to take the place of JAX-RPC in Web services and Web applications.
A programming model based on a specification from Sun Microsystems. The JAX-RPC specification defines APIs and conventions for supporting XML-based remote procedure calls in the Java platform.
An API that provides a way to bind an XML Schema to a representation in Java code. JAXB is part of Sun Microsystems' Java Web Services Developer Pack.
A specification for a standards-based, vendor-neutral architecture, based on SOA principles, for the integration of disparate applications, service providers, and service consumers. JBI-compliant components are expected to plug in and interoperate with other JBI-compliant components. This frees vendors to concentrate on supplying components that implement their particular area of expertise without worrying about implementing the other necessary portions of a complete solution. JBI also frees end-users to pick and choose among many JBI-compliant components to assemble a SOA network sized to their needs, without locking in to one vendor's approach. The JBI specification was developed by the Java Community Process. Compare with SCA.
An API specified in Java technology that provides Java applications with access to databases and other data sources.
A Java technology that supplies tools for managing and monitoring applications, system objects, devices, and service-oriented networks.
A Java API implementing a Sun Microsystems messaging standard that allows application components based on J2EE to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
A set of APIs specified in Java technology that assists Java applications with interfacing to multiple naming and directory services.
A specification and toolkit from Sun Microsystems for the development and deployment of enterprise applications. JEE is the Java 5 version of J2EE.
A text-based, human-readable format for representing simple data structures JSON is specified in RFC 4627. The official
Internet media type for JSON is application/json. JSON format is often as an alternative to XML for the serialization and
transmission of structured data over a network connection.