Jump to content

Apache ODE

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by JLaTondre (talk | contribs) at 23:52, 26 August 2010 (fix incorrect link to island using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Apache ODE
Developer(s)Apache Software Foundation
Stable release
1.3.4 / June 9, 2010 (2010-06-09)
Repository
Written inJava
Operating systemCross-platform
Standard(s)WS-BPEL, WSDL, SOAP, JBI
TypeWorkflow engine, Middleware
LicenseApache License 2.0
Websitehttp://ode.apache.org/

Apache ODE is a WS-BPEL compliant web services orchestration engine. It organizes web services calls following a process description written in the BPEL XML grammar.

Features

  • Side-by-side support for both the WS-BPEL 2.0 OASIS standard and the legacy BPEL4WS 1.1 vendor specification.
  • Supports 2 communication layers: one based on Axis2 (Web Services http transport) and another one based on the JBI standard (using ServiceMix).
  • Support for the HTTP WSDL binding, allowing invocation of REST-style web services.
  • Possibility to map process variables externally to a database table of your choice.
  • High level API to the engine that allows you to integrate the core with virtually any communication layer.
  • Hot-deployment of your processes.
  • Compiled approach to BPEL that provides detailed analysis and validation at the command line or at deployment.
  • Management interface for processes, instances and messages.

See also

References