X - Java Terms Posted on: April 3, 2006 at 12:00 AM
JAX-RPC stands for Java API for XML-based RPC. The RPC (Remote Procedure Call) is a mechanism that enables a remote procedure call from a client to be communicated to a remote server.
X - Java Terms
Java API for
XML-based Remote Procedure Calls JAX-RPC stands for Java API for XML-based RPC. The RPC (Remote Procedure
Call) is a mechanism that enables a remote procedure call from a client to be
communicated to a remote server.
Java Architecture for XML Binding XML and Java together are the most ideal building blocks to develop Web
services and Applications accessing web services. XML is considered as the
standard for exchanging data across disparate systems and Java provides a
platform for building portable applications.
Java Architecture for XML Binding JAXP (Java APIs for XML Processing) enables applications to parse, transform,
validate and query XML documents using API. This API is independent of a
particular XML processor implementation.
Java XML XML is a cross-platform, software and hardware
independent technology used for transmitting information.
Java XStream
XStream is a simple library used to serialize the objects to XML and back
again into the objects.
Java Xml Transform There are generic APIs included in the J2EE API
like javax.xml.transform.
Java XOR operator
Java makes available the bitwise operators like AND, OR, XOR,
and NOT.
Java XPath The XPath language
-- is a W3C-defined language. W3C hosts the XPath Version 1.0 specification.
-- provides a simple syntax required to select nodes from an XML document.
Ask Questions? Discuss: X - Java Terms
Post your Comment