Summary
Workflow is a technique of managing the coordination of resources over time in some business process, ensuring the right resources (people, materials) are in the right place (manufacturing facility, database) at the right time (inventory, just-in-time). With the
The BPEL model logically consists of two distinct
The ultimate goal of business process languages is to completely abstract underlying Web services so that a business process language such as BPEL effectively becomes the Web services API. While such an abstract language may not be suitable for every possible Web services-based scenario, it will
|
Architect's Notes
|
Chapter 7. Transactions
Transactions are a fundamental abstraction in dependable computing systems. Put simply, a transaction is a unit of work which either succeeds completely or fails without leaving any side effects. To
This is the inherent value of transactional systems; if something goes wrong, they allow us as programmers to make it appear as if it never
|