BPEL and Java Cookbook
暫譯: BPEL 與 Java 食譜
Jurij Laznik
- 出版商: Packt Publishing
- 出版日期: 2013-06-16
- 售價: $2,600
- 貴賓價: 9.5 折 $2,470
- 語言: 英文
- 頁數: 382
- 裝訂: Paperback
- ISBN: 1849689202
- ISBN-13: 9781849689205
-
相關分類:
Java 程式語言
海外代購書籍(需單獨結帳)
商品描述
Written by an SOA guru to help you orchestrate web services, the 100 recipes in this book will make integrating Java and BPEL a smooth process. Using the examples you'll avoid common problems and learn sophisticated techniques.
Overview
- Easy-to-understand recipes for integrating Java and BPEL
- Covers wide range of integration possibilities for orchestrating business processes
- Provides step-by-step instructions on examples stretching throughout the chapters, covering all phases of development from specification to testing
In Detail
The Business Process Execution Language (BPEL) has become the de-facto standard for orchestrating web services. BPEL and web services are both clamped into Service-oriented Architecture (SOA). Development of efficient SOA composites too often requires usage of other technologies or languages, like Java. This Cookbook explains through the use of examples how to efficiently integrate BPEL with custom Java functionality.
If you need to use BPEL programming to develop web services in SOA development, this book is for you.
BPEL and Java Cookbook will show you how to efficiently integrate custom Java functionality into BPEL processes. Based on practical examples, this book shows you the solutions to a number of issues developers come across when designing SOA composite applications. The integration between the two technologies is shown two-fold; the book focuses on the ways that Java utilizes the BPEL and vice-versa.
With this book, you will take a journey through a number of recipes that solve particular problems with developing SOA composite applications. Each chapter works on a different set of recipes in a specific area. The recipes cover the whole lifecycle of developing SOA composites: from specification, through design, testing and deployment.
BPEL and Java Cookbook starts off with recipes that cover initiation of BPEL from Java and vice-versa. It then moves on to logging and tracing facilities, validation and transformation of BPEL servers, embedding of third-party Java libraries into BPEL. It also covers manipulation with variables in BPEL different techniques of Java code wrapping for web service usage and utilization of XML façades.
After reading BPEL and Java Cookbook you will be able to circumvent many of the issues that developers experience during SOA composite application development.
What you will learn from this book
- Call synchronous and asynchronous BPEL processes from Java code
- Implement of web services with AXIS2 and JAX-WS
- Call synchronous and asynchronous web services from BPEL process
- Efficiently utilise the tracing and logging for tracking business process execution
- Make use of validation and transformation of the BPEL services
- Employ various techniques to variable manipulations in BPEL
- Use annotations for describing web services
- Perform work, management and monitoring tasks with the Oracle Enterprise Manager Console
- Utilize the internal and external BPEL engine logging and tracing capabilities
- Integrate various technologies for orchestration
- Learn the techniques of using XML façades
- Design, monitor and test SOA composite applications
Approach
A concise Cookbook with practical recipes for experienced Java developers. The book is packed with illustrated code examples to create scalable programs using BPEL, JAVA, and JDeveloper.
商品描述(中文翻譯)
本書由一位 SOA 大師撰寫,旨在幫助您協調網路服務,書中包含的 100 個食譜將使整合 Java 和 BPEL 的過程變得順暢。透過這些範例,您將避免常見問題並學習高級技術。
概述
- 易於理解的 Java 和 BPEL 整合食譜
- 涵蓋協調業務流程的廣泛整合可能性
- 提供逐步指導的範例,涵蓋從規範到測試的所有開發階段
詳細內容
業務流程執行語言 (BPEL) 已成為協調網路服務的事實標準。BPEL 和網路服務都被納入服務導向架構 (SOA)。高效的 SOA 組合開發往往需要使用其他技術或語言,例如 Java。本食譜書透過範例說明如何有效地將 BPEL 與自訂 Java 功能整合。
如果您需要使用 BPEL 程式設計來開發 SOA 開發中的網路服務,那麼這本書就是為您而寫。
BPEL 和 Java 食譜將向您展示如何有效地將自訂 Java 功能整合到 BPEL 流程中。基於實用範例,本書展示了開發人員在設計 SOA 組合應用程式時遇到的多個問題的解決方案。這兩種技術之間的整合以雙重方式呈現;本書專注於 Java 如何利用 BPEL 以及反之亦然。
透過本書,您將踏上一段旅程,探索解決開發 SOA 組合應用程式特定問題的多個食譜。每一章針對特定領域的不同食譜進行探討。這些食譜涵蓋了開發 SOA 組合的整個生命週期:從規範、設計、測試到部署。
BPEL 和 Java 食譜從涵蓋從 Java 啟動 BPEL 及反之的食譜開始。接著進入日誌和追蹤功能、BPEL 伺服器的驗證和轉換、將第三方 Java 函式庫嵌入 BPEL。它還涵蓋了在 BPEL 中操作變數的不同技術、用於網路服務使用的 Java 代碼包裝技術以及 XML 外觀的利用。
閱讀完 BPEL 和 Java 食譜後,您將能夠避開開發人員在 SOA 組合應用程式開發過程中遇到的許多問題。
您將從本書中學到什麼
- 從 Java 代碼呼叫同步和非同步的 BPEL 流程
- 使用 AXIS2 和 JAX-WS 實現網路服務
- 從 BPEL 流程呼叫同步和非同步的網路服務
- 有效利用追蹤和日誌來追蹤業務流程執行
- 利用 BPEL 服務的驗證和轉換
- 在 BPEL 中使用各種技術進行變數操作
- 使用註解來描述網路服務
- 使用 Oracle Enterprise Manager Console 執行工作、管理和監控任務
- 利用內部和外部 BPEL 引擎的日誌和追蹤功能
- 整合各種技術以進行協調
- 學習使用 XML 外觀的技術
- 設計、監控和測試 SOA 組合應用程式
方法
這是一本簡明的食譜書,為經驗豐富的 Java 開發人員提供實用的食譜。書中充滿了插圖代碼範例,以使用 BPEL、JAVA 和 JDeveloper 創建可擴展的程式。