Java Web Services
Autor David A. Chappell, Tyler Jewellen Limba Engleză Paperback – 23 apr 2002
Preț: 232.18 lei
Preț vechi: 290.22 lei
-20%
Puncte Express: 348
Carte tipărită la comandă
Livrare economică 15-29 octombrie
Livrare prin curier în România Termenul estimat este afișat lângă disponibilitate.
Transport gratuit de la 400.00 lei Plată online sau ramburs, în funcție de opțiunile comenzii.
Retur gratuit în 14 zile Comandă securizată și suport în română.
Specificații
ISBN-13: 9780596002695
ISBN-10: 0596002696
Pagini: 276
Dimensiuni: 179 x 234 x 22 mm
Greutate: 0.46 kg
Editura: O'Reilly
Locul publicării:United States
ISBN-10: 0596002696
Pagini: 276
Dimensiuni: 179 x 234 x 22 mm
Greutate: 0.46 kg
Editura: O'Reilly
Locul publicării:United States
Cuprins
Preface;
Who Should Read This Book?;
Organization;
Software and Versions;
Conventions;
Comments and Questions;
Acknowledgments;
Chapter 1: Welcome to Web Services;
1.1 What Are Web Services?;
1.2 Web Services Adoption Factors;
1.3 Web Services in a J2EE Environment;
1.4 What This Book Discusses;
Chapter 2: Inside the Composite Computing Model;
2.1 Service-Oriented Architecture;
2.2 The P2P Model;
Chapter 3: SOAP: The Cornerstone of Interoperability;
3.1 Simple;
3.2 Object;
3.3 Access;
3.4 Protocol;
3.5 Anatomy of a SOAP Message;
3.6 Sending and Receiving SOAP Messages;
3.7 The Apache SOAP Routing Service;
3.8 SOAP with Attachments;
Chapter 4: SOAP-RPC, SOAP-Faults, and Misunderstandings;
4.1 SOAP-RPC;
4.2 Error Handling with SOAP Faults;
4.3 SOAP Intermediaries and Actors;
Chapter 5: Web Services Description Language;
5.1 Introduction to WSDL;
5.2 Anatomy of a WSDL Document;
5.3 Best Practices, Makes Perfect;
5.4 Where Is All the Java?;
Chapter 6: UDDI: Universal Description, Discovery, and Integration;
6.1 UDDI Overview;
6.2 UDDI Specifications and Java-Based APIs;
6.3 Programming UDDI;
6.4 Using WSDL Definitions with UDDI;
Chapter 7: JAX-RPC and JAXM;
7.1 Java API for XML Messaging (JAXM);
7.2 JAX-RPC;
7.3 SOAPElement API;
7.4 JAX-RPC Client Invocation Models;
Chapter 8: J2EE and Web Services;
8.1 The SOAP-J2EE Way;
8.2 The Java Web Service (JWS) Standard;
Chapter 9: Web Services Interoperability;
9.1 The Concept of Interoperability;
9.2 The Good, Bad, and Ugly of Interoperability;
9.3 Potential Interoperability Issues;
9.4 SOAPBuilders Interoperability;
9.5 Other Interoperability Resources;
9.6 Resources;
Chapter 10: Web Services Security;
10.1 Incorporating Security Within XML;
10.2 XML Digital Signatures;
10.3 XML Encryption;
10.4 SOAP Security Extensions;
10.5 Further Reading;
Credits;
Colophon;
Who Should Read This Book?;
Organization;
Software and Versions;
Conventions;
Comments and Questions;
Acknowledgments;
Chapter 1: Welcome to Web Services;
1.1 What Are Web Services?;
1.2 Web Services Adoption Factors;
1.3 Web Services in a J2EE Environment;
1.4 What This Book Discusses;
Chapter 2: Inside the Composite Computing Model;
2.1 Service-Oriented Architecture;
2.2 The P2P Model;
Chapter 3: SOAP: The Cornerstone of Interoperability;
3.1 Simple;
3.2 Object;
3.3 Access;
3.4 Protocol;
3.5 Anatomy of a SOAP Message;
3.6 Sending and Receiving SOAP Messages;
3.7 The Apache SOAP Routing Service;
3.8 SOAP with Attachments;
Chapter 4: SOAP-RPC, SOAP-Faults, and Misunderstandings;
4.1 SOAP-RPC;
4.2 Error Handling with SOAP Faults;
4.3 SOAP Intermediaries and Actors;
Chapter 5: Web Services Description Language;
5.1 Introduction to WSDL;
5.2 Anatomy of a WSDL Document;
5.3 Best Practices, Makes Perfect;
5.4 Where Is All the Java?;
Chapter 6: UDDI: Universal Description, Discovery, and Integration;
6.1 UDDI Overview;
6.2 UDDI Specifications and Java-Based APIs;
6.3 Programming UDDI;
6.4 Using WSDL Definitions with UDDI;
Chapter 7: JAX-RPC and JAXM;
7.1 Java API for XML Messaging (JAXM);
7.2 JAX-RPC;
7.3 SOAPElement API;
7.4 JAX-RPC Client Invocation Models;
Chapter 8: J2EE and Web Services;
8.1 The SOAP-J2EE Way;
8.2 The Java Web Service (JWS) Standard;
Chapter 9: Web Services Interoperability;
9.1 The Concept of Interoperability;
9.2 The Good, Bad, and Ugly of Interoperability;
9.3 Potential Interoperability Issues;
9.4 SOAPBuilders Interoperability;
9.5 Other Interoperability Resources;
9.6 Resources;
Chapter 10: Web Services Security;
10.1 Incorporating Security Within XML;
10.2 XML Digital Signatures;
10.3 XML Encryption;
10.4 SOAP Security Extensions;
10.5 Further Reading;
Credits;
Colophon;
Descriere
This volume offers the experienced Java developer a way into the Web Services world. It aims to help explain what's going on, what the technologies mean and how they relate, and shows Java developers how to put them to use to solve real problems.