- 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.
- Hands-On Enterprise Automation with Python.
- Python完全自學教程
- Go并發編程實戰
- Python算法詳解
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Android開發三劍客:UML、模式與測試
- Apache Camel Developer's Cookbook
- Learning VMware vSphere
- Java Web從入門到精通(第2版)
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- Python一行流:像專家一樣寫代碼
- GO語言編程從入門到實踐
- AngularJS Web Application Development Cookbook
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- 機器人ROS開發實踐