InfoQ

News

Article: An introduction to Apache ODE

Posted by Stefan Tilkov on Sep 05, 2007

Community
SOA
Topics
Business Process Management
Tags
WS-Star ,
Apache ODE ,
WS-BPEL ,
BPEL
In this new InfoQ article, Paul Brown introduces Apache ODE, an open source implementation of the WS-BPEL 2.0 standard. ODE recently graduated from incubation to an Apache top-level project, and the first release since leaving incubation is now available. According to Paul, ODE differs from other BPEL engines in that it is delivered as a component rather than a framework for developers looking to add orchestration functionality to their systems.

After providing some background on WS-BPEL's long history, Paul introduces ODE's features by showing how to deploy and execute a simple process. The article includes step-by-step instructions on how to install and deploy the ODE runtime into a Jetty Web container, as well as how to deploy a very simple application created as a BPEL process into ODE. Apache Axis2's direct HTTP binding is then used to access the running process via HTTP issued via the curl command line tool.

The article is remarkably free of high-level buzzwords; as the author writes in the introduction,
The ODE philosophy on BPEL is that it is a language for describing how to implement a set of message-based communication capabilities in terms of state manipulation and messages exchanged with external services. Other than in this sentence and in the preceding paragraph, the word "business" will not appear, and there will be no talk of alignment with IT or other silliness — ODE is guilt-free (and gilt-free) technology like a web server or a database; what you do with it is up to you. No GUI, IDE, ESB, or other TLA (other than a little XML) is required.
Read the full article to find out whether it lives up to Paul's promise.
Wrong URL by Odd Christer Brovig Posted Sep 5, 2007 5:35 AM
Re: Wrong URL by Stefan Tilkov Posted Sep 5, 2007 6:02 AM
Who's using ODE by Casper Dino Posted Sep 5, 2007 7:15 AM
Re: Who's using ODE by Matthieu Riou Posted Sep 5, 2007 8:50 AM
Good article by Kristoffer Sjögren Posted Sep 8, 2007 8:38 AM
"close" operation doesn't listed in bindings by brain debugger Posted May 9, 2008 11:32 AM
  1. Back to top

    Wrong URL

    Sep 5, 2007 5:35 AM by Odd Christer Brovig

    The url to the article is wrong.

  2. Back to top

    Re: Wrong URL

    Sep 5, 2007 6:02 AM by Stefan Tilkov

    Thanks - fixed.

  3. Back to top

    Who's using ODE

    Sep 5, 2007 7:15 AM by Casper Dino

    Any public list of projects using this engine in their solutions?

    /Dino

  4. Back to top

    Re: Who's using ODE

    Sep 5, 2007 8:50 AM by Matthieu Riou

    Dino, there's a very early list here:

    ode.apache.org/links.html

    However from the questions asked on our user and dev mailing lists I can tell you there's quite a few others. We just haven't asked people if we could list their projects there yet.

  5. Back to top

    Good article

    Sep 8, 2007 8:38 AM by Kristoffer Sjögren

    Hey, good article!

  6. Back to top

    "close" operation doesn't listed in bindings

    May 9, 2008 11:32 AM by brain debugger

    Hi! Nice article.

    Looks like the the "close" operation is missing in bindings.
    Following should be added after "init" operation.

    <wsdl:operation name="close">
    <soap:operation soapAction="" style="rpc"/>
    <wsdl:input>
    <soap:body namespace="http://example.com/bpel/counter" use="literal"/>
    </wsdlinput>
    <wsdl:output>
    <soap:body namespace="http://example.com/bpel/counter" use="literal"/>
    </wsdloutput>
    </wsdloperation>

    Also "while" block for "close" doesn't have <condition> statement, don't know if it is ok, though.

    Regards,
    Bugger</condition></wsdl:output></wsdl:input></wsdl:operation>

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.