Apache ODE Example

Is there any good ODE apache example?

I am trying to evaluate Apache ODE for a project. Please provide any links for training Apache ODE through samples / tutorials / manual.

Thanks.

+4
source share
2 answers

You can try the examples supplied with ODE. In addition, http://ode.apache.org/resource-services.html contains a list of guides that can help you.

+2
source

I am working on an Indus platform that simplifies the use of Apache ODE.

"Indus is a build system combining Apache ODE and combining different SOAs. It has a maven plugin that wraps the bpelc compiler, which allows you to compile the bpel files before they are deployed. In addition, it creates a process subdirectory that contains all the necessary artifacts for process deployment (including deploy.xml - which is automatically created).

In addition, all dependent banks are placed in the lib subdirectory and can be deployed to ODE WEB-INF / lib. "

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

0
source

Source: https://habr.com/ru/post/1337356/


All Articles