Skip to content

taoyouxian/TravelAgencySys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This tutorial focuses on deploying BPEL process on Apache ODE.

BPEL, business process execution language, which was written in XML. It is used to automatic process execution, and also known as WSBPEL and BPEL4WS. For more details see BPEL-Wikipedia.

For setting up a BPEL process, check out our branch webServiceProj.

Demonstration

  • Journey Plan

IMAGE

  • Flight

IMAGE

  • Hotel

IMAGE

  • Car

IMAGE

Tutorial

First in first, download the Eclipse Java EE, JDK and install it. There are many instruction about this, so ignore it here.

For a simple knowledge on this area, see this blog

Write a simple BPEL project

After finish the former step, we have created a BPEL project. In this part, we focus on write a simple BPEL process.

Test BPEL by Java

We can also test the BPEL process by Java. In fact, it is the same way to invoke a wsdl process.

Restful

See this project.

About

A tutorial on deploying BPEL process on Apache ODE, more in WIKI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%