Building Web Services with Java : Making Sense of XML, SOAP, WSDL, and UDDI, 2/e

Steve Graham, Doug Davis, Simeon Simeonov, Glen Daniels, Peter Brittenham, Yuichi Nakamura, Paul Fremantle, Dieter Koenig, Claudia Zentner

  • 出版商: SAMS
  • 出版日期: 2004-06-01
  • 售價: $2,500
  • 貴賓價: 9.5$2,375
  • 語言: 英文
  • 頁數: 816
  • 裝訂: Paperback
  • ISBN: 0672326418
  • ISBN-13: 9780672326417
  • 相關分類: Java 程式語言SOAXML
  • 海外代購書籍(需單獨結帳)

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

商品描述

Description:

Written by the team that helped create XML and Web services standards, updated for the next generation of tools and standards. These authors are the architects of core Web services standards including SOAP and UDDI. The second edition of this well-reviewed book includes the newest standards for managing security, transactions, reliability, and interoperability in Web services applications, plus Apache Axis and the new Java APIs from Sun.

It takes you beyond the hype, detailing the design and implementation of a production-quality Web services solution. The authors go beyond the specifications and provide meaningful insights into both how and why these tools were designed as they are. This revised edition covers the new SOAP 1.2 and WSDL 1.2 standards, as well as other technologies developed since the first edition was published, including the Java Web Services Developer Pack from Sun and the powerful Apache Axis Web services engine. Throughout the book the authors focus on practical examples of each concept and provide a running example illustrating a full enterprise solution.

 

Table of Contents:

Introduction.

I. WEB SERVICES BASICS.

1. Web Services Overview and Service-Oriented Architectures.

What Is a Web Service?

Service-Oriented Architectures.

Trends in E-Business.

Why Do We Need Web Services?

The Web Service Opportunity.

Justifying Web Services.

Web Services Interoperability Stack.

Summary.

2. XML Primer.

Document- Versus Data-Centric XML.

XML Instances.

XML Namespaces.

XML Schemas.

Processing XML.

Summary.

Resources.

3. The SOAP Protocol.

Simple Object Access Protocol (SOAP).

Doing Business with SkatesTown.

Inventory Check Web Service.

A Closer Look at SOAP.

The SOAP Messaging Framework.

SOAP Intermediaries.

The SOAP Body.

The SOAP Processing Model.

Versioning in SOAP.

Processing Headers and Bodies.

Faults: Error Handling in SOAP.

Objects in XML: The SOAP Data Model.

The SOAP RPC Conventions.

XML, Straight Up: Document-Style SOAP.

When to Use Which Style.

The Transport Binding Framework.

Using SOAP to Send Binary Data.

Small-Scale SOAP, Big-Time SOAP.

Summary.

Resources.

4. Describing Web Services.

Why Service Descriptions?

Role of Service Description in a Service-Oriented Architecture.

Well-Defined Service.

History of Interface Definition Languages (IDLs).

Web Services Description Language (WSDL).

A Sketch of How WSDL Maps to Java.

Nonfunctional Descriptions in WSDL.

Standardizing WSDL: W3C and WSDL 2.0.

Summary.

Resources.

5. Implementing Web Services with _Apache Axis.

A Brief History of Axis.

Axis Architecture.

The Message APIs and SAAJ.

The Axis Client APIs.

Web Service Deployment Descriptor (WSDD).

Building Services.

A Guide to Web Service Styles.

From XML to Java and Back Again: The Axis Type-Mapping System.

When Things Go Wrong: Faults and Exceptions.

Axis as an Intermediary.

How to Write a Handler.

Built-in Security.

Understanding Axis Transport s.

No API Is an Island: Axis and Its Environment.

Development/Debugging Tools.

Axis Futures: A Quick Tour.

Participating in the Axis Community.

Summary.

Resources.

6. Discovering Web Services.

What Is Service Discovery?

UDDI (Universal Description, Discovery, _and Integration) .

Other Service Discovery Methods.

Summary.

Resources.

II. ENTERPRISE WEB SERVICES

7. Web Services and J2EE.

J2EE Overview.

Using EJBs from Axis.

Using JSR109: Implementing _Enterprise Web Services.

Summary.

Resources.

8. Web Services and _Stateful Resources.

Web Services and State.

WS-Resources.

Stateful Resources.

Modeling Resource Properties.

Using Notifications.

Resource Lifetime.

Other WS-Resource Framework Specifications.

Summary.

9. Securing Web Services.

Example Scenario.

Security Basics.

Web Services Security.

WS-Security.

WS-Trust.

WS-SecurityPolicy.

WS-SecureConversation.

WS-Federation.

Enterprise Security.

J2EE Security.

Authorization in J2EE.

J2EE and Web Services Security.

Security Services.

Summary.

Resources.

10. Web Services Reliable Messaging.

Background of the Web Services Reliable Messaging Protocol (WS-RM).

The WS-RM Specification.

WS-RM Processing Model.

Client-Side Processing.

Server-Side Processing.

Sequence Faults.

Policy Assertions.

SpecVersion Assertion .

DeliveryAssurance Policy.

SequenceExpiration Policy.

InactivityTimeout Assertion.

BaseRetransmissionInterval _Assertion.

AcknowledgementInterval Assertion.

SequenceRef Element.

Flaws and Other Thoughts on the WS-RM Spec.

Putting WS-RM into Use.

Summary.

Resources.

11. Web Services Transactions.

Web Services Coordination and Transaction _(WS-C/Tx).

Transactions: A Brief Introduction.

WS-Coordination.

The CoordinationContext .

The CreateCoordinationContext _Operation.

The Register Operation.

WS-Coordination Fault Codes.

WS-Transaction: Atomic Transactions.

WS-AT Operations.

Commit and Rollback.

AT Protocols.

Two-Phase Commit Protocols.

Committing the Transaction.

Transaction Flow Overview.

Business Activity Protocol.

Reliable Delivery and Security.

Summary.

Resources.

12. Orchestrating Web Services.

Why Are We Composing Web Services?

Two-Level Programming Model.

Stateless and Stateful Web Services.

Evolution of Business Process Languages.

SkatesTown Requirements.

Business Process Execution Language for _Web Services.

Design Goals.

External Interface of a Process.

Overall Structure of a Process.

Basic and Structured Activities.

Process Lifecycle and Related Activities.

Partner Links .

Properties and Correlation Sets.

Invoking Web Services and Providing Web Services.

Data Handling and Related Activities .

More Basic Activities: wait , empty .

Flows.

More Structured Activities: sequence , while , switch , scope .

Fault Handling .

Compensation Handling .

Event Handling .

SkatesTown: Putting It All Together.

Advanced Considerations.

Abstract Processes.

Language Extensibility.

Summary.

Resources.

III. WEB SERVICES IN THE REAL WORLD

13. Web Services Interoperability.

Web Services Interoperability Organization.

WS-I Basic Profile 1.0.

Common Requirements for SOAP Envelope, WSDL Document, and XML Schema _Document.

Understanding the WSDL Document _Structure.

Importing XML Schema and WSDL _Documents.

Defining the Service Interface.

Defining a SOAP Binding.

Publishing a Service Description.

HTTP and SOAP Message Content.

Web Service Security.

WS-I Conformance Claims.

Service Provider, Requestor, and Registry Requirements.

Summary of Basic Profile 1.0 Requirements.

Future WS-I Profiles.

Basic Profile 1.1.

Simple SOAP Binding Profile 1.0.

Attachments Profile 1.0.

Basic Security Profile 1.0.

WS-I Sample Applications.

WS-I Test Tools.

Monitor Overview.

Monitor Configuration File.

Message Log File.

Analyzer Overview.

Analyzer Configuration File.

Test Assertion Document.

Profile Configuration Report.

Summary.

Resources.

14. Web Services Pragmatics.

Enterprise Adoption of Web Services.

Time-Based Adoption Challenges.

Inherent Limitations of SOA.

Top-Down Versus Bottom-Up.

Policies and Processes.

Putting Web Services in Production.

Web Services Technology Map.

System Architectures for Web Services.

Features, Capabilities, and Approaches.

Tools and Platforms.

SOA Testing.

Deployment and Provisioning.

Business Process Automation Using Web _Services.

Operations.

Summary.

Resources.

15. Epilogue: Web Services Futures.

A Roadmap for Web Services.

Age of Invention (Base SOAP, WSDL, _UDDI).

Age of Development (from Hype to _Delivery).

Age of Mainstream Acceptance (Web _Services Become Boring).

Future Trends in Web Services.

Short-Term Trends and Issues.

Medium-Term Trends.

Longer-Term Trends.

Summary.

Appendix A:- Glossary.

Index.

商品描述(中文翻譯)

描述:
由協助創建XML和Web服務標準的團隊撰寫,更新為下一代工具和標準。這些作者是核心Web服務標準(包括SOAP和UDDI)的架構師。這本經過好評的第二版書籍包括管理Web服務應用程序中的安全性、事務、可靠性和互操作性的最新標準,以及Apache Axis和Sun的新Java API。

它帶您超越炒作,詳細介紹了一個生產質量的Web服務解決方案的設計和實施。作者超越了規範,提供了有關這些工具設計的如何和為什麼的有意義的見解。這本修訂版涵蓋了新的SOAP 1.2和WSDL 1.2標準,以及自第一版出版以來開發的其他技術,包括Sun的Java Web Services Developer Pack和強大的Apache Axis Web服務引擎。在整本書中,作者們專注於每個概念的實際示例,並提供一個完整企業解決方案的運行示例。

目錄:
引言。
I. WEB SERVICES基礎知識。
1. Web服務概述和面向服務的架構。
什麼是Web服務?
面向服務的架構。
電子商務趨勢。
為什麼我們需要Web服務?
Web服務機會。
證明Web服務的價值。
Web服務互操作性堆棧。
總結。
2. XML入門。
文檔導向與數據導向的XML。
XML實例。
XML命名空間。
XML模式。
處理XML。
總結。
資源。
3. SOAP協議。
簡單對象訪問協議(SOAP)。
與SkatesTown進行業務。
庫存檢查Web服務。
深入研究SOAP。
SOAP消息框架。
SOAP中介。
SOAP主體。
SOAP處理模型。
SOAP版本控制。
處理標頭和主體。
SOAP中的錯誤處理。
XML中的對象:SOAP數據模型。
SOAP RPC慣例。
直接使用XML:文檔風格的SOAP。
何時使用哪種風格。