matthieu / apache-ode
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Karthick Sankarachary (author)
Thu Feb 19 16:43:10 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 04 16:53:35 -0800 2009 | |
| |
BUILDING | Fri Jul 25 15:17:50 -0700 2008 | |
| |
Buildfile | Fri Feb 06 15:37:31 -0800 2009 | |
| |
KEYS | Wed May 14 20:28:17 -0700 2008 | |
| |
LICENSE | Thu Aug 02 10:30:57 -0700 2007 | |
| |
NOTICE | Mon Aug 06 12:03:59 -0700 2007 | |
| |
README | Tue Jan 27 18:02:02 -0800 2009 | |
| |
RELEASE_NOTES | Fri Feb 06 12:59:44 -0800 2009 | |
| |
axis2-war/ | Wed Feb 18 11:13:18 -0800 2009 | |
| |
axis2/ | Tue Feb 17 14:51:12 -0800 2009 | |
| |
bpel-api-jca/ | Thu Jun 14 09:47:41 -0700 2007 | |
| |
bpel-api/ | Tue Feb 17 14:15:22 -0800 2009 | |
| |
bpel-compiler/ | Fri Feb 13 10:45:32 -0800 2009 | |
| |
bpel-connector/ | Thu Jun 14 09:47:41 -0700 2007 | |
| |
bpel-dao/ | Tue Jan 06 17:20:31 -0800 2009 | |
| |
bpel-ql/ | Tue Jun 10 11:08:19 -0700 2008 | |
| |
bpel-schemas/ | Tue Feb 17 14:15:22 -0800 2009 | |
| |
bpel-scripts/ | Thu May 22 16:25:57 -0700 2008 | |
| |
bpel-store/ | Tue Jan 20 02:01:16 -0800 2009 | |
| |
bpel-test/ | Thu Feb 19 16:43:10 -0800 2009 | |
| |
build.yaml | Fri Jan 09 17:16:25 -0800 2009 | |
| |
dao-hibernate-db/ | Wed May 21 10:27:23 -0700 2008 | |
| |
dao-hibernate/ | Thu Jan 15 15:43:17 -0800 2009 | |
| |
dao-jpa-db/ | Fri May 30 17:04:51 -0700 2008 | |
| |
dao-jpa/ | Tue Jan 06 17:20:31 -0800 2009 | |
| |
distro/ | Wed May 28 16:34:16 -0700 2008 | |
| |
doap_ODE.rdf | Thu Sep 06 07:14:02 -0700 2007 | |
| |
engine/ | Wed Feb 18 15:09:40 -0800 2009 | |
| |
extensions/ | Tue Nov 11 03:15:58 -0800 2008 | |
| |
git-svn-authors | Mon Jun 09 01:37:27 -0700 2008 | |
| |
il-common/ | Tue Jan 13 08:41:17 -0800 2009 | |
| |
jacob-ap/ | Thu Jun 14 09:47:41 -0700 2007 | |
| |
jacob/ | Fri Sep 12 17:08:12 -0700 2008 | |
| |
jbi/ | Wed Feb 18 08:09:57 -0800 2009 | |
| |
jca-ra/ | Tue Feb 17 14:15:22 -0800 2009 | |
| |
jca-server/ | Thu Jun 14 09:47:41 -0700 2007 | |
| |
ode-git.rb | Tue Feb 17 14:15:22 -0800 2009 | |
| |
runtimes/ | Fri Feb 13 10:45:32 -0800 2009 | |
| |
scheduler-simple/ | Tue Feb 17 14:15:22 -0800 2009 | |
| |
tasks/ | Wed Aug 27 11:01:27 -0700 2008 | |
| |
tools/ | Thu May 22 16:25:57 -0700 2008 | |
| |
utils/ | Thu Feb 05 14:44:42 -0800 2009 |
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.
