InfoQ

News

WS-BPEL 2.0 Becomes an OASIS Standard

Posted by Stefan Tilkov on Apr 12, 2007

Community
SOA
Topics
Workflow / BPM ,
Web Services ,
Orchestration
Tags
BPEL ,
Standardization

After nearly four years, WS-BPEL 2.0, the Web Services Business Process Execution Language, has become an approved OASIS standard.

WS-BPEL is a language for specifying business process behavior and exclusively relies on Web services. It supports two different kinds of processes: executable business processes, which can be executed by a BPEL engine such as Oracle BPEL Process Manager, IBM’s WebSphere Process Server, ActiveBPEL, Apache Ode, and others; and abstract business processes that are not intended to be executed and specify some agreed behavior that parties in a communication scenario can agree upon. Microsoft also supports BPEL, although mostly as an add-on for interoperability reasons (see more on this in this InfoQ news item).

WS-BPEL 2.0 is the sucessor to BPEL4WS 1.1, which in turn was created based on IBM’s WSFL and Microsoft’s XLANG. To some degree, WS-BPEL competes with the choreography specification currently being standardized at W3C, the WS-CDL (Web Services Choreography Description language), currently in candidate recommendation status.

The OASIS WS-BPEL wiki has some information on what is new in version 2.0. More information is also available in the official press release and on the BPEL TC part of the OASIS web site.

Are there any tools to support the BPEL graphical design and execution? by Yan Yu Posted Apr 12, 2007 9:22 PM
Re: Are there any tools to support the BPEL graphical design and execution? by Mark Little Posted Apr 13, 2007 12:47 PM
Re: Are there any tools to support the BPEL graphical design and execution? by Gopalan Suresh Raj Posted Apr 15, 2007 3:23 AM
Re: Are there any tools to support the BPEL graphical design and execution? by Gopalan Suresh Raj Posted Apr 15, 2007 3:31 AM
Re: Are there any tools to support the BPEL graphical design and execution? by Tanguy Crusson Posted Apr 15, 2007 6:51 PM
  1. Both FOSS or Commercial one for trial usage are OK.
    I'm looking for a tool to implement a BPM/Workflow project.

    Thanks.

  2. There's an eclipse project.

  3. You could use the NetBeans Enterprise Pack that comes with:

    * Graphical BPEL Editor - Visually authoring Business Process Execution Language (BPEL) processes to orchestrate partner Web services, such as Java EE 5 services.

    * Graphical WSDL Editor - Allowing the creation of WSDL documents with simple drag-and-drop functionality using the palette and a graphical canvas.

    * Graphical XSD Editor - Authoring, analyzing, and visualizing XML Schema and WSDL, including support for large, real-world, multi-file XML Schemas; authoring assistance for XML instance documents

    * Graphical XSLT Editor - Visually editing data transformations. The Mapper view has a source document panel, a target document panel, and a transformations panel. The Source view shows the XML source of the XSLT document being edited.

    * Composite Application Editor - Editing the deployment configuration of a Composite Application. The editable configuration parameters include a list of Service Units in the deployment package. Support for common editing scenarios, such as adding and modifying concrete WSDL elements, adding and removing service connections between Service Units, and connecting to endpoints of external Service Units is provided.

    There are also a whole slew of other features in there. For more information, Visit:
    enterprise.netbeans.org/

    Cheers
    Gopalan
    blogs.sun.com/gopalan

  4. Also see the Workflow service engine that is part of the OpenESB project at www.glassfishwiki.org/jbiwiki/Wiki.jsp?page=Wor...

    Also on the same page see a sample Purchase order demo.
    www.glassfishwiki.org/jbiwiki/Wiki.jsp?page=Pur...

    This is all part of the open source project called OpenESB. For more information visit:
    open-esb.org

    Cheers
    Gopalan
    blogs.sun.com/gopalan

  5. You should be looking at a graphical designer that supports BPMN - the Business Process Modeling Notation. BPMN - now part of the OMG - provides a standard graphical notation for business processes, and a mapping to an execution language such as BPEL. BPMN is higher level than BPEL, in particular it supports multiple process participants (swimlanes) and can generate BPEL for each participant.

    You can have a look at Intalio (www.intalio.com), they acquired FiveSight and provide an full stack:
    - BPMN Designer running in Eclipse
    - BPEL engine running on Geronimo
    Both products were donated as open source: the designer to Eclipse, and the engine to Apache (ODE project).

    Here's a whitepaper for an introduction to the BPM concepts (BPEL, BPMN, XPDL) and a comparison of the open source stacks:
    www.glintech.com/downloads/BPM%20Essentials%20w...

Educational Content

QCon SF Keynote: Techie VC's Talk About Trends & Opportunities

Kevin Efrusy and Salil Deshpande talk about what makes a business successful or not, presenting three actual cases they have been involved with: Hyperic, G2One, SpringSource.

Project Lead Mark Fisher Discusses the Spring Integration Project

InfoQ talks to Mark Fisher, project lead for the Spring Integration project, about the framework.

How HTML5 Web Sockets Interact With Proxy Servers

Peter Lubbers explains in this article how HTML5 Web Sockets interact with proxy servers, and what proxy configuration or updates are needed for the Web Sockets traffic to go through.

Rails in the Large: How Agility Allows Us to Build One Of the World's Biggest Rails Apps

Neal Ford shows what ThoughtWorks learned from scaling Rails development: infrastructure, testing, messaging, optimization, performance.

Stuart Halloway on Clojure and Functional Programming

Stuart Halloway discusses Clojure and functional programing on the JVM in depth, and touches on the uses of a number of other modern JVM languages including JRuby, Groovy, Scala and Haskell.

Oren Teich and Blake Mizerany on Heroku

Oren Teich and Blake Mizerany talk about the technology behind Heroku and the benefits of the new add-on system.

Security for the Services World

Chris Riley presents security issues threatening service based systems, examining security threats, presenting measures to reduce the risks, and mentioning available security frameworks.

Navigating The Rapids:Real-World Lessons in Adopting Agile

This talk investigates technical issues encountered when moving to an Agile process.