Business Process Execution Language (BPEL) Question:

Define incorporating Java and Java EE Code in BPEL processes?

BPEL Interview Question
BPEL Interview Question

Answer:

There are several methods for incorporating Java and Java EE code in BPEL processes:
★ Wrap as a Simple Object Access Protocol (SOAP) service
★ Use bpelx:exec built-in methods
★ Use Java code wrapped in a service interface
★ Embed Java code snippets into a BPEL process with the bpelx:exec tag
★ Use an XML facade to simplify DOM manipulation


Previous QuestionNext Question
What kind of different types of business processes BPEL supports?Describe the BPMN standard for business process modeling and analysis?