-
96
pages
-
English
-
Documents
Description
XML et JavaGLG 203Dewez JLhttp://www.cafeconleche.org/books/xmljava/chapters/XML dans Java SE 6• JAXP– The JavaTM API For XML Processing () • Parser, valider et transformer des documents XML• API independante d’une implémentation particulière • JAXB– The JavaTM Architecture For XML Binding () • mapping entre XML et code Java. JAXP 1.4• javax.xml.parsers:– The JAXP APIs, which provide a common interface for different vendors' SAX and DOM parsers• org.xml.sax: – Defines the basic SAX APIs• org.w3c.dom: – Defines the Document class (a DOM) as well as classes for all the components of a DOM• javax.xml.transform: – Defines the XSLT APIs that let you transform XML into other formsXML et Java EE 5• SOAP with Attachments API for Java (SAAJ) –– The SOAP with Attachments API for Java (SAAJ) provides a standard way to send XML documents over the Internet from the Java platform. SAAJ 1.3 EA (with support for SOAP 1.2) is shipped in Java WSDP 2.0. • Java API for XML-Based RPC (JAX-RPC) –– JAX-RPC defines runtime environment for creating and executing XML-based remote procedure calls based on SOAP• Java API for XML-Based Web Services (JAX-WS) –– JAX-WS is designed to take the place of JAX-RPC in Web services and Web applications.It addresses some of the issues in JAX-RPC 1.1 by providing support for multiple protocols such as SOAP 1.1, SOAP 1.2. JAX-WS uses JAXB 2.0 for data binding. With its support for annotations, JAX-WS simplifies web service ...
-
Publié par
-
Langue
English