Professional Java SOAP (Paperback)
暫譯: 專業 Java SOAP (平裝本)
Henry Bequet
- 出版商: Wrox Press
- 定價: $1,500
- 售價: 2.7 折 $399
- 語言: 英文
- 頁數: 500
- 裝訂: Paperback
- ISBN: 1861006101
- ISBN-13: 9781861006103
-
相關分類:
Java 程式語言、SOA
立即出貨(限量) (庫存=9)
買這商品的人也買了...
-
$680$578 -
$399Core JSP (Paperback)
-
$490Distributed Java 2 Platform Database Development
-
$1,860$1,767 -
$1,690$1,606 -
$299Hacking Exposed: Windows 2000 (Paperback)
-
$2,200$2,090 -
$2,030$1,929 -
$1,690$1,606 -
$2,870$2,727 -
$1,420$1,349 -
$760$646 -
$650$553 -
$580$493 -
$590$466 -
$680$578 -
$599$509 -
$550$468 -
$2,370$2,252 -
$680$578 -
$480$379 -
$600$480 -
$540$459 -
$1,200$1,020 -
$750$638
相關主題
商品描述
SOAP is exciting not because it is a new concept but because the whole IT industry is agreeing to use it. It can be compared with CORBA, Microsoft's COM+ or DCOM, and Sun's RMI, but unlike those technologies, it is language and Operating System agnostic. You can build your application in any language you wish and, as long as it is connected to the Internet, it will talk to any other SOAP application out there.
The underpinning of the web services explosion is therefore, SOAP. It is used as the underlying protocol in ebXML and every major player in this area (including Microsoft, Sun Microsystems, IBM, BEA, Jakarta) have tools for developing SOAP applications. In addition there are numerous web and application servers with added SOAP functionality.
The book is organized in three parts: Distributed Application Protocols, Sample Application, and Web Services.
In Chapter 1, Distributed Application Protocols, we look at the major distributed application protocols and compare their pros and cons.
In Chapter 2, The Lingua Franca of the Web is SOAP, we review the SOAP specification in details and we take a closer look at the SOAP implementation that we will use in this book: Apache SOAP. In Chapter 3, Setting Up your SOAP Server, we get down to the details of downloading and configuring the necessary software to get your SOAP server up and running.
In Chapter 4, LeSavon.com, we move into the second part of the book with a discussion of the requirements for the sample application. Chapter 5, SOAP Server, is where we design and implement SOAP services. In Chapter 6, we write a client framework that will come handy when we wrap up the development of the sample application with its user interface. Chapter 7, Security and Personalization, discusses a possible integration strategy to an LDAP-based enterprise security system. Chapter 8, Caching, discusses how the addition of a rule-based cache system can tremendously improve the performance of our application. In Chapter 9, Performance, we analyze the performance of the sample application and validate the design and implementation choices that we made in the previous chapters. Chapter 10, Web Application, concludes the second part of the book with the addition of a Web-based Graphical User Interface (GUI) to our sample application.
In the third part of the book, we formally define Web services and discover that the sample application is indeed a Web service. Chapter 11, WSDL, introduces the reader to the Web Service Description Language (WSDL), a key technology that promotes the interoperability of software components over the Web. In Chapter 12, Universal Description, Discovery, and Integration (UDDI), we publish the sample application as a Web service and discuss how potential users can query the UDDI registry to discover our services.
商品描述(中文翻譯)
網路服務目前是整個計算產業的主要成長領域,尤其是在 Java 領域。雖然與網路服務相關的技術有很多,但 SOAP 的進展最為顯著,並且現在已被採納為 W3C 標準,稱為 SOAP 1.2 或 XML 協議 (XP)。
SOAP 之所以令人興奮,不是因為它是一個新概念,而是因為整個 IT 產業都同意使用它。它可以與 CORBA、微軟的 COM+ 或 DCOM 以及 Sun 的 RMI 相提並論,但與這些技術不同的是,SOAP 與語言和作業系統無關。您可以使用任何您希望的語言來構建應用程式,只要它連接到互聯網,就能與任何其他 SOAP 應用程式進行通訊。
因此,網路服務的爆炸性增長的基礎是 SOAP。它被用作 ebXML 的底層協議,這個領域的每個主要參與者(包括微軟、Sun Microsystems、IBM、BEA、Jakarta)都有開發 SOAP 應用程式的工具。此外,還有許多具有額外 SOAP 功能的網路和應用伺服器。
本書分為三個部分:分散式應用程式協議、範例應用程式和網路服務。
在第一章,分散式應用程式協議中,我們將探討主要的分散式應用程式協議並比較它們的優缺點。
在第二章,網路的通用語言是 SOAP 中,我們詳細回顧 SOAP 規範,並仔細研究本書將使用的 SOAP 實作:Apache SOAP。在第三章,設置您的 SOAP 伺服器中,我們將深入探討下載和配置必要軟體的細節,以使您的 SOAP 伺服器啟動並運行。
在第四章,LeSavon.com 中,我們進入本書的第二部分,討論範例應用程式的需求。第五章,SOAP 伺服器,是我們設計和實作 SOAP 服務的地方。在第六章中,我們編寫一個客戶端框架,這在我們完成範例應用程式的用戶介面開發時將非常有用。第七章,安全性與個人化,討論了與基於 LDAP 的企業安全系統的可能整合策略。第八章,快取,討論了基於規則的快取系統的添加如何大幅提升我們應用程式的性能。在第九章,性能中,我們分析範例應用程式的性能,並驗證我們在前幾章中所做的設計和實作選擇。第十章,網路應用程式,結束了本書的第二部分,為我們的範例應用程式添加了一個基於網路的圖形用戶介面 (GUI)。
在本書的第三部分,我們正式定義網路服務,並發現範例應用程式確實是一個網路服務。第十一章,WSDL,向讀者介紹網路服務描述語言 (WSDL),這是一項促進軟體元件在網路上互操作性的關鍵技術。在第十二章,通用描述、發現與整合 (UDDI) 中,我們將範例應用程式發布為網路服務,並討論潛在用戶如何查詢 UDDI 註冊中心以發現我們的服務。