BPEL script

From Wikipedia, the free encyclopedia

BPELscript[1] is a language to specify BPEL processes.[2] It provides a compact syntax inspired by scripting languages such as JavaScript and Ruby and a full coverage of all features provided by BPEL.

History[edit]

The Business Process Execution Language (BPEL) is an XML-based language to specify business processes with the intention to "act as the central controller of the business process".[3] It provides a standardized way for programming in the large in a service-oriented world (SOA). BPEL is a programming language[4][circular reference] and does have a graphical representation. Mappings from graphical languages such as the Business Process Modeling Notation (BPMN) to BPEL are available, but programmers familiar to syntax like Java, C, ... are disregarded. Therefore, especially for prototyping or teaching, it would be nice to have a programming language which omits the XML-overhead of BPEL but offers the same features as BPEL. One option is to force the programmers to learn a completely new syntax. The other option is to introduce a new syntax to BPEL.

Therefore, the "BPEL Simplified Syntax" called SimPEL[5][6] was recommended by the Apache ODE Group,[7] referring to the a mix of both options. However, SimPEL is not equivalent to BPEL and its aims of specifying business processes. In order to come up with an easy scripting syntax, BPELscript is introduced, referring to the second option. BPELscript forks directly from SimPEL aiming on big closeness to BPEL. In contrast to SimPEL, BPELscript supports all of BPELs constructs including the correlation.[8]

Design goals[edit]

BPELscript provides:[9]

  1. a compact syntax inspired by scripting languages such as JavaScript and Ruby
  2. the full coverage of all features provided by BPEL
  3. a translation from WS-BPEL 2.0
  4. a translation to WS-BPEL 2.0

See also[edit]

References[edit]

  1. ^ Bischof, Marc; Kopp, Oliver; van Lessen, Tammo; Leymann, Frank: BPELscript: A Simplified Script Syntax for WS-BPEL 2.0. In: 2009 35th Euromicro Conference on Software Engineering and Advanced Applications (SEAA 2009)
  2. ^ OASIS Standard WS-BPEL 2.0,
  3. ^ "BPEL, business process management, SOA and you". The Register.
  4. ^ Business Process Execution Language
  5. ^ "SimPEL". Archived from the original on 2009-07-18.
  6. ^ "SimBPEL". Archived from the original on 2008-05-29.
  7. ^ "Apache ODE (Orchestration Director Engine)".
  8. ^ Bischof, Marc, Translating WS-BPEL 2.0 to BPELscript and Vice Versa.-(PDF) University of Stuttgart, Faculty of Computer Science, Electrical Engineering, and Information Technology, Student Thesis No. 2175 (2008), 109 pages, english.
  9. ^ "www.BPELscript.org". Archived from the original on 2009-04-08. Retrieved 2008-10-31.

External links[edit]

BPELscript Website
Standards