Java APIs for XML Main

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Links
  

Articles:
  • Use XStream to serialize Java objects into XML by Rajiv Bangalore   - [Clicks: 9]
    XML serialization has a myriad of uses, including object persistence and data transport. However, some XML-serialization technologies can be complex to implement. XStream is a lightweight and easy-to-use open source Java library for serializing Java objects to XML and back again. Learn how to set up XStream, and discover how to use it to serialize and deserialize objects as well as to read configuration properties from an XML configuration file.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/x-xstream/index.html - Apr, 2008
  • Tracking XML Data Changes Easily with SDO by Young Yang   - [Clicks: 4]
    Service Data Object (SDO) provides developers with an easy-to-implement mechanism for tracking data history at the system level. Learn how to use a Java implementation of SDO to track changes made to XML data.
    [Includes source code]
    http://www.devx.com/Java/Article/36536 - Jan, 2008

[Top]

Links:
  • Java API for XML Messaging (JAXM)   - [Clicks: 12]
    The Java API for XML Messaging (JAXM) Optional Package enables applications to send and receive document oriented XML messages using a pure Java API. JAXM implements Simple Object Access Protocol (SOAP) 1.1 with Attachments messaging so that developers can focus on building, sending, receiving, and decomposing messages for their applications instead of programming low level XML communications routines.
    http://java.sun.com/xml/jaxm/index.html
  • Java API for XML Processing (JAXP)   - [Clicks: 10]
    The Java API for XML Processing (JAXP) supports processing of XML documents using DOM, SAX, and XSLT. JAXP enables applications to parse and transform XML documents independent of a particular XML processing implementation. Depending on the needs of the application, developers have the flexibility to swap between XML processors (such as high performance vs. memory conservative parsers) without making application code changes. Thus, application and tools developers can rapidly and easily XML-enable their Java applications for e-commerce, application integration, and dynamic Web publishing.
    http://java.sun.com/xml/jaxp/index.html
  • Java API for XML Registries (JAXR)   - [Clicks: 7]
    The Java API for XML Registries (JAXR) provides a uniform and standard Java API for accessing different kinds of XML Registries. An XML registry is an enabling infrastructure for building, deploying, and discovering Web services.
    http://java.sun.com/xml/jaxr/index.html
  • Java API for XML-Based RPC (JAX-RPC)   - [Clicks: 12]
    The Java API for XML-based RPC (JAX-RPC) enables Java technology developers to develop SOAP based interoperable and portable web services. JAX-RPC provides the core API for developing and deploying web services on the Java platform.
    http://java.sun.com/xml/jaxrpc/index.html
  • Java Architecture for XML Binding (JAXB)   - [Clicks: 9]
    Java Architecture for XML Binding (JAXB) provides an API and tools that automate the mapping between XML documents and Java objects.
    http://java.sun.com/xml/jaxb/

[Top]