Apache ODE example

3.4k Views Asked by At

Any good apache ODE example available?

I am trying to evaluate Apache ODE for an project. Please provide any references for learning Apache ODE through samples/tutorials/guide.

Thanks.

2

There are 2 best solutions below

0
On

You can try the examples shipped with ODE. Also, http://ode.apache.org/resource-services.html provides a list of tutorials that may help you.

0
On

I am working on Indus framework which makes it easy to use Apache ODE.

"Indus is a build system that integrates Apache ODE and brings together various SOA components. It has a maven plugin that wraps the bpelc compiler - allowing you to compile bpel files prior to their deployment. Furthermore, it creates a process sub-directory that contains all the necessary artifacts for the process's deployment (including deploy.xml - which is auto generated).

Additionally, all the dependent jars are placed a lib sub-directory and may be deployed to ODE's WEB-INF/lib."

https://github.com/sarithi/indus/blob/master/examples/workflow/HelloWorldWorkflowService/mainline/src/main/process/SayHello.bpel