Java and SOAP
暫譯: Java 與 SOAP

Robert Englander

  • 出版商: O'Reilly
  • 出版日期: 2002-06-25
  • 售價: $1,740
  • 貴賓價: 9.5$1,653
  • 語言: 英文
  • 頁數: 276
  • 裝訂: Paperback
  • ISBN: 0596001754
  • ISBN-13: 9780596001759
  • 相關分類: Java 程式語言SOA
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Java and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE.

In addition to covering the basics such as the structure of a SOAP message, SOAP encoding, and building simple services using RPC and messaging, Java and SOAP covers many topics that are essential to real-world development. Although SOAP has native support for an impressive number of object types, the nature of modern programming means that whatever SOAP gives you is not enough. When do you need to add support for your own object types, and how do you do it? How do you handle errors, and how do you add your own information to Fault messages? How do you handle attachments?

In an ideal world, you could live entirely within Java, and ignore the SOAP messages being send back and forth: you'd be able to write Java code and let the SOAP APIs work behind the scenes. However, we're not yet in that ideal world, and won't be for some time. Therefore, Java and SOAP pays particular attention to how SOAP messages are encoded. It doesn't just explain the document types, but shows how the documents are used in practice as they are generated by the different APIs. If you ever have to debug interoperability problems, you'll find that this information is indispensable.

We've always found that the best software is written by people who understand what's happening under the hood. SOAP is no different. Let's say you need to write a custom serializer to create a SOAP representation of a structure. How do you know that your encoding is efficient? There's one definitive answer: look at the SOAP documents it produces!

Java and SOAP also discusses interoperability between the major SOAP platforms, including Microsoft's .NET, SOAP messaging, SOAP attachments, message routing, and a preview of the forthcoming AXIS APIs and server. If you're a Java developer who would like to start working with SOAP, this is the book you need to get going.

Table of Contents

Preface

1. Introduction

2. The SOAP Message

3. SOAP Data Encoding

4. RPC-Style Services

5. Working with Complex Data Types

6. Custom Serialization

7. Faults and Exceptions

8. Alternative Techniques

9. SOAP Interoperability and WSDL

10. SOAP Headers

11. JAX-RPC and JAXM

Index

商品描述(中文翻譯)

《Java 與 SOAP》為 Java 開發者提供了對 SOAP(簡單物件存取協定)的深入了解。當然,它涵蓋了基本概念:什麼是 SOAP、為什麼它能躍升至流行詞彙前十名,以及它的特性和功能。書中還展示了如何使用一些在 SOAP 世界中較為常見的 Java API:Apache SOAP 和 GLUE。

除了涵蓋 SOAP 訊息的結構、SOAP 編碼以及使用 RPC 和消息建立簡單服務等基本內容外,《Java 與 SOAP》還探討了許多對於實際開發至關重要的主題。儘管 SOAP 原生支持相當多的物件類型,但現代程式設計的特性意味著 SOAP 提供的功能並不足夠。你何時需要為自己的物件類型添加支持,該如何進行?你如何處理錯誤,並如何將自己的信息添加到 Fault 訊息中?你如何處理附件?

在理想的世界中,你可以完全在 Java 中工作,而忽略來回發送的 SOAP 訊息:你能夠編寫 Java 代碼,讓 SOAP API 在背後運行。然而,我們尚未處於那個理想的世界,並且在一段時間內不會達到。因此,《Java 與 SOAP》特別關注 SOAP 訊息的編碼方式。它不僅解釋了文檔類型,還展示了這些文檔在不同 API 生成時的實際使用情況。如果你曾經需要調試互操作性問題,你會發現這些信息是不可或缺的。

我們一直認為,最佳軟體是由了解底層運作的人所編寫的。SOAP 也不例外。假設你需要編寫一個自定義序列化器來創建結構的 SOAP 表示。你如何知道你的編碼是否高效?有一個明確的答案:查看它所產生的 SOAP 文檔!

《Java 與 SOAP》還討論了主要 SOAP 平台之間的互操作性,包括微軟的 .NET、SOAP 消息、SOAP 附件、消息路由,以及即將推出的 AXIS API 和伺服器的預覽。如果你是一位希望開始使用 SOAP 的 Java 開發者,這本書是你入門的必備讀物。

目錄

前言

1. 介紹
2. SOAP 訊息
3. SOAP 數據編碼
4. RPC 風格服務
5. 處理複雜數據類型
6. 自定義序列化
7. 錯誤與例外
8. 替代技術
9. SOAP 互操作性與 WSDL
10. SOAP 標頭
11. JAX-RPC 與 JAXM
索引