Jump to content

Business Process Execution Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Avernet (talk | contribs) at 02:52, 5 October 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, the Business Process Execution Language (BPEL) is an XML language that can be used to describe business processes. A BPEL program is invoked as a Web service, and it can interact with the external world only by calling Web services. BPEL is designed IBM and Microsoft, based on their respective work on WSFL and XLANG, which are both superceded by BPEL. In April 2003, BPEL was submitted to OASIS to become an open standard.

The BPEL Language

The BPEL language provides constructs for sequences, loops, conditionals, fault handling and concurrent execution of operations, just like most programming languages.

BPEL Engines

Several BPEL engines have been developed, including:

  • BPWS4J is developed by IBM, and is downloadable from the IBM alphaWorks Web site. Just like other alphaWorks software, BPWS4J has the status of emerging technology. IBM has not yet integrated a BPEL engine into one of its production-level product, like WebSphere.
  • Collaxa BPEL Orchestration server is complete BPEL engine running on top of a J2EE application server. The upcoming version 2 will include a visual BPEL designer, based on Eclipse.
  • OpenStorm ChoreoServer is BPEL engine running on top of the .NET platform.