- Oracle SOA BPEL Process Manager 11gR1:A Hands-On Tutorial
- Ravi Saraswathi Jaswant Singh
- 197字
- 2021-08-20 16:47:07
Chapter 2. Configuring BPEL Processes
Web applications usually have business logic, workflow, integration with existing enterprise applications such as SAP/JDE/EBS/SDFC, and packages such as Java/ASP.NET. An example of workflow that can be part of a web application is order processing. A typical order processing workflow contains references to services, or in other words, consumes services such as create order, process payment, send order to warehouse, check inventory, process, and send order to customers. The order processing service illustrates a typical Business Process Execution Language (BPEL) process scenario.
BPEL is a replacement to simplify your workflow and also, to some extent, a replacement to the custom code that describes and implements the business workflow. Typical web applications require more than one service to fulfill the business requirements. The key challenges are: how to create the services and how to orchestrate the services. We can use BPEL for describing, integrating, and orchestrating a business workflow.
BPEL is an XML-based programming language used for describing high-level business processes. The WS-BPEL standard facilitates the orchestration of business processes and externalizes the processes as services. BPEL also facilitates the interaction either among organizations or between different applications within an organization.
- Vue.js設計與實現
- Mastering Entity Framework Core 2.0
- FreeSWITCH 1.6 Cookbook
- Visual Basic程序設計習題解答與上機指導
- 編譯系統透視:圖解編譯原理
- Scala謎題
- Symfony2 Essentials
- Learning OpenStack Networking(Neutron)(Second Edition)
- Access 2010數據庫應用技術(第2版)
- SwiftUI極簡開發
- Secret Recipes of the Python Ninja
- 從零開始學算法:基于Python
- Mastering Machine Learning with scikit-learn
- Analytics for the Internet of Things(IoT)
- JavaWeb入門經典