X - Java Terms

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

X - Java Terms

     

  1. 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.
       
  2. 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.
       
  3. 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.
       
  4. Java XML
    XML is a cross-platform, software and hardware independent technology used for transmitting information. 
      
  5. Java XStream
    XStream is a simple library used to serialize the objects to XML and back again into the objects.
     
  6. Java Xml Transform
    There are generic APIs included in the J2EE API like javax.xml.transform.
      
  7. Java XOR operator
    Java makes available the bitwise operators like AND, OR, XOR, and NOT. 
     
  8. 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.