public
Description: Clone of the official Apache ODE repository
Homepage: http://ode.apache.org
Clone URL: git://github.com/matthieu/apache-ode.git
name age message
file .gitignore Wed Feb 04 16:53:35 -0800 2009 ODE-415: ws-security for process service git-s... [alexism]
file BUILDING Fri Jul 25 15:17:50 -0700 2008 buildr s/1.2.4/1.3.1/ git-svn-id: https://svn.... [Alex Boisvert]
file Buildfile Loading commit data...
file KEYS
file LICENSE
file NOTICE Mon Aug 06 12:03:59 -0700 2007 Updating readmes, release notes and such for th... [matthieu]
file README
file RELEASE_NOTES Fri Feb 06 12:59:44 -0800 2009 Toying with a beta release. git-svn-id: https:... [matthieu]
directory axis2-war/ Wed Feb 18 11:13:18 -0800 2009 ODE-522: WEB-INF/processes directory is not cre... [Alex Boisvert]
directory axis2/
directory bpel-api-jca/ Thu Jun 14 09:47:41 -0700 2007 Final death of a long lasting nuisance. git-sv... [matthieu]
directory bpel-api/
directory bpel-compiler/ Fri Feb 13 10:45:32 -0800 2009 fixing ODE-503. git-svn-id: https://svn.eu.apa... [vanto]
directory bpel-connector/ Thu Jun 14 09:47:41 -0700 2007 Final death of a long lasting nuisance. git-sv... [matthieu]
directory bpel-dao/ Tue Jan 06 17:20:31 -0800 2009 Enable the "unique correlation set" feature in ... [Karthick Sankarachary]
directory bpel-ql/ Tue Jun 10 11:08:19 -0700 2008 Buildr 1.3 upgrade (sort of) git-svn-id: http... [matthieu]
directory bpel-schemas/ Tue Feb 17 14:15:22 -0800 2009 ODE-520: replace CRLF and TAB git-svn-id: http... [alexism]
directory bpel-scripts/ Thu May 22 16:25:57 -0700 2008 converting CRLFs to LFs, towards a unified repo... [vanto]
directory bpel-store/
directory bpel-test/ Thu Feb 19 16:43:10 -0800 2009 ODE-407 Increase the timeout on message exchang... [Karthick Sankarachary]
file build.yaml Fri Jan 09 17:16:25 -0800 2009 use ant 1.7.0 to workaround the output issue wi... [alexism]
directory dao-hibernate-db/
directory dao-hibernate/
directory dao-jpa-db/ Fri May 30 17:04:51 -0700 2008 Test fix. git-svn-id: https://svn.eu.apache.o... [matthieu]
directory dao-jpa/ Tue Jan 06 17:20:31 -0800 2009 Enable the "unique correlation set" feature in ... [Karthick Sankarachary]
directory distro/ Wed May 28 16:34:16 -0700 2008 Sanitizing Axiom namespace prefixes creation. ... [matthieu]
file doap_ODE.rdf
directory engine/ Wed Feb 18 15:09:40 -0800 2009 ODE-518 The <partnerLink>'s initializePartnerRo... [Karthick Sankarachary]
directory extensions/ Tue Nov 11 03:15:58 -0800 2008 ytpo git-svn-id: https://svn.eu.apache.org/rep... [vanto]
file git-svn-authors Mon Jun 09 01:37:27 -0700 2008 update committer list git-svn-id: https://svn... [alexism]
directory il-common/ Tue Jan 13 08:41:17 -0800 2009 ODE-484 Implicit Correlations i.e. Magic sessio... [matthieu]
directory jacob-ap/ Thu Jun 14 09:47:41 -0700 2007 Final death of a long lasting nuisance. git-sv... [matthieu]
directory jacob/
directory jbi/ Wed Feb 18 08:09:57 -0800 2009 ODE-521: Properly close file handles on .cbp g... [Alex Boisvert]
directory jca-ra/ Tue Feb 17 14:15:22 -0800 2009 ODE-520: replace CRLF and TAB git-svn-id: http... [alexism]
directory jca-server/ Thu Jun 14 09:47:41 -0700 2007 Final death of a long lasting nuisance. git-sv... [matthieu]
file ode-git.rb
directory runtimes/
directory scheduler-simple/
directory tasks/ Wed Aug 27 11:01:27 -0700 2008 Upgrade to Axis2 1.4.1 (closing ODE-365) Upgrad... [vanto]
directory tools/
directory utils/ Thu Feb 05 14:44:42 -0800 2009 Typo fix, SQL statements weren't logged anymore... [matthieu]
README
==============
  Apache ODE
==============

Apache ODE is a WS-BPEL compliant web services orchestration engine.
It organizes web services calls following a process description
written in BPEL. Another way to describe it would be a web service
capable workflow engine.

For more information check the following resources:

 * Our web site: http://ode.apache.org/
 * The WS-BPEL 2.0 technical committee webinars linked here:
     http://ode.apache.org/introduction.html

Apache ODE is an open source project, as such we welcome all your
help and contributions. To participate and get involved, our mailing
lists are the best resources to start from:

    http://ode.apache.org/mailing-lists.html

Finally here is a non exhaustive but representative features list:

 * Compliant with both BPEL4WS 1.1 and WS-BPEL 2.0.
 * Deploys both as a WAR in any web container (using an Axis2-based
 communication layer) or as a JBI service assembly.
 * Small footprint server suitable for experimentation or 
 single-server production use.
 * Compiled approach to BPEL that provides detailed analysis and 
 validation at the command line or at deployment.
 * Processes hot deployment and management web service interface (war
 deployment only).
 * High level API to the engine that allows you to integrate the core
 with virtually any communication layer or even embed it.