Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I never used WLI but I'm familiar with BPEL ... that's why I'll just talk about what i know :) ... with BPEL you can compose your <a href="http://en.wikipedia.org/wiki/Business_Process" rel="nofollow noreferrer">business process</a> from others web services you can exchange with them data encapsulated in XML through SOAP protocol ... You can see a BPEL process as a workflow of others web services ... when your composition is done you can expose your business process as a regular web service by his WSDL (interface) ... For me what I hate most in BPEL is his syntax based on XML !!!!! this can be partially compensated by a good visual editor like the free one of <a href="https://open-esb.dev.java.net/Downloads.html" rel="nofollow noreferrer">NetBeans 6.5.1</a> (no longer supported in new versions)</p> <p><strong>EDIT</strong></p> <p>We can not compare WLI to BPEL because the first is an integration system ... while the second is a language ... BPEL is an <a href="http://en.wikipedia.org/wiki/Orchestration_(computers)" rel="nofollow noreferrer">orchestration</a> language, as I say before you can see it as a Work-flow of others Web services ... If you want to have the same feature in WLI you can use <a href="http://en.wikipedia.org/wiki/JPD" rel="nofollow noreferrer">JPD</a> ... or <a href="http://download.oracle.com/docs/cd/E13214_01/wli/docs92/bpel/import.html" rel="nofollow noreferrer">convert</a> your BPEL file to a JPD ... Maybe the question will be more appropriate if we say :</p> <p><em>"What is the difference between <strong>JPD</strong> &amp; <strong>BPEL</strong>"</em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload