Web Services Patterns: Java Edition

Paul B. Monday

  • 出版商: Apress
  • 出版日期: 2003-04-08
  • 售價: $1,740
  • 貴賓價: 9.5$1,653
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 1590590848
  • ISBN-13: 9781590590843
  • 相關分類: Java 程式語言
  • 已絕版

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

商品描述

Web Service Patterns: Java Edition describes the architectural patterns that guide developers through design patterns (service implementation and usage) and illustrates different ways in which Web services can and will be used.

Web Service Patterns: Java Edition is not the typical narrative tome. Instead, after some introductory text, Paul Monday provides a catalog of 20 patterns that are typically needed in the development of Web services-based systems.

Contents

Chapter 1: Introducing Web Service Patterns
Chapter 2: Introducing the P.T. Monday Case Study
Chapter 3: Exploring the Service-Oriented Architecture Pattern
Chapter 4: Exploring the Architecture Adapter Pattern
Chapter 5: Introducing the Service Directory Pattern
Chapter 6: Exploring the Business Object Pattern
Chapter 7: Exploring the Business Object Collection Pattern
Chapter 8: Exploring the Business Process (Composition) Pattern
Chapter 9: Exploring the Asynchronous Business Process Pattern
Chapter 10: Exploring the Event Monitor Pattern
Chapter 11: Implementing the Observer Pattern
Chapter 12: Implementing the Publish/Subscribe Pattern
Chapter 13: Exploring the Physical Tiers Pattern
Chapter 14: Exploring the Faux Implementation Pattern
Chapter 15: Exploring the Service Factory Pattern
Chapter 16: Implementing the Data Transfer Object Pattern
Chapter 17: Exploring the Partial Population Pattern
Appendix: Using the Pattern Code