need BPEL tutorials [closed]
I need BPEL tutorial to show me how to write BPEL manually, I want to learn how to use structure activities, and I want to know how can I make predicate expression . I want to know how to compare 2 values one of them is boolean when I make like this, an exception occur that '==' is wrong expr开发者_运维技巧ession
$IsItemExistOut.itemResoponse == true
Please can some one help?
This BPEL tutorial will be helpful to you. It has covered most of the parts you have requested.
Writing a simple WS-BPEL process for WSO2 BPS and Apache ODE
This article will be helpful if you trying to write a BPEL process using an IDE. Developing WS-BPEL Processes using WSO2 Carbon Studio
I used to work with Oracle SOA suite which has a BPEL component. The OTN on Oracle has an intro to BPEL that may get you started. See http://www.oracle.com/technetwork/articles/matjaz-bpel1-090575.html. They obviously are Oracle tech specific.
If you are an OSS guy then ActiveBpel may be your speed. Take a look at their resources: http://www.activebpel.org/samples/samples-2/BPEL_Samples/doc/index.html#introduction. Install the samples and then take them apart. See how they work and what they are doing.
精彩评论