BPEL continued

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

More on BPEL

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

flow

set of invocations without the explicit sequencing but with dataflow constraints

2
New cards

why don’t we want to build conditional logic into the components 1

reduces reuse, complicates coding

3
New cards

why don’t we want to build conditional logic into the components 2

might not be true for all uses of the component

4
New cards

notes on links

a link can have an associate traversal condition

5
New cards

why is it important to separate the process logic from the individual partner logic

partners may not know why we can’t proceed and this may be sensitive information that they shouldn’t know

6
New cards

event of failure

need to undo previous work by specifying a handler that runs to undo work in a particular scope

7
New cards

pros of bpel 1

business focused and xml structured

8
New cards

pros of bpel 2

portable

9
New cards

pros of bpel 3

leverages web standards

10
New cards

pros of bpel 4

lets us script components together

11
New cards

cons of bpel 1

not a great computation model

12
New cards

cons of bpel 2

uncomfortable constructions

13
New cards

cons of bpel 3

hard to check correctness

14
New cards

cons of bpel 4

can’t reasonably expect programmers to write decent sized processes without significant tools