Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Swordfish Documentation: User Stories: BPEL Developer"

(add status)
Line 7: Line 7:
 
|width="10*" |'''so that'''
 
|width="10*" |'''so that'''
 
|width="10*" |link to backlog item(s)
 
|width="10*" |link to backlog item(s)
 +
|width="10*" | Status
 
|-
 
|-
 
|width="10*" | B005
 
|width="10*" | B005
Line 13: Line 14:
 
|width="10*" | I can implement the business logic of a Service Provider as a BPEL Process.
 
|width="10*" | I can implement the business logic of a Service Provider as a BPEL Process.
 
|width="10*" | [[Swordfish_Documentation:_Product_Backlog#Done | Integrate ODE 2.0 Beta into Servicemix 4 ]]
 
|width="10*" | [[Swordfish_Documentation:_Product_Backlog#Done | Integrate ODE 2.0 Beta into Servicemix 4 ]]
 +
|width="10*" | <font b color=green><b> Done </b></font>
 
|-
 
|-
 
|width="10*" | B010
 
|width="10*" | B010
Line 19: Line 21:
 
|width="10*" | I can use Webservice Providers within BPEL Processes.
 
|width="10*" | I can use Webservice Providers within BPEL Processes.
 
|width="10*" | [[Swordfish_Documentation:_Product_Backlog#Done | Integrate ODE 2.0 Beta into Servicemix 4 ]]
 
|width="10*" | [[Swordfish_Documentation:_Product_Backlog#Done | Integrate ODE 2.0 Beta into Servicemix 4 ]]
 +
|width="10*" | <font b color=green><b> Done </b></font>
 
|-
 
|-
 
|width="10*" | B015
 
|width="10*" | B015
Line 25: Line 28:
 
|width="10*" | I can start creating BPEL processes.
 
|width="10*" | I can start creating BPEL processes.
 
|width="10*" | TBD
 
|width="10*" | TBD
 +
|width="10*" | <font b color=green><b> Done </b></font>
 
|-
 
|-
 
|width="10*" | B020
 
|width="10*" | B020
Line 31: Line 35:
 
|width="10*" | I can use orchestrated services.
 
|width="10*" | I can use orchestrated services.
 
|width="10*" | TBD
 
|width="10*" | TBD
 +
|width="10*" | <font b color=green><b> Done </b></font>
 
|-
 
|-
 
|width="10*" | B025
 
|width="10*" | B025
Line 37: Line 42:
 
|width="10*" | I can test my code immediately in a distributed environment.  
 
|width="10*" | I can test my code immediately in a distributed environment.  
 
|width="10*" | TBD
 
|width="10*" | TBD
 +
|width="10*" | open
 
|-
 
|-
 
|width="10*" | B030
 
|width="10*" | B030
Line 43: Line 49:
 
|width="10*" | I can implement the business logic of a Service Provider as a BPEL Process.
 
|width="10*" | I can implement the business logic of a Service Provider as a BPEL Process.
 
|width="10*" | [[Swordfish_Documentation:_BPEL_with_JAX-WS_Service | BPEL with JAX-WS Service]]
 
|width="10*" | [[Swordfish_Documentation:_BPEL_with_JAX-WS_Service | BPEL with JAX-WS Service]]
 +
|width="10*" | <font b color=green><b> Done </b></font>
 
|-
 
|-
 
|width="10*" | B035
 
|width="10*" | B035
Line 49: Line 56:
 
|width="10*" | I can use Service Providers within BPEL Processes.
 
|width="10*" | I can use Service Providers within BPEL Processes.
 
|width="10*" | [[Swordfish_Documentation:_BPEL_with_JAX-WS_Service | BPEL with JAX-WS Service]]
 
|width="10*" | [[Swordfish_Documentation:_BPEL_with_JAX-WS_Service | BPEL with JAX-WS Service]]
 +
|width="10*" | <font b color=green><b> Done </b></font>
 
|-
 
|-
 
|width="10*" | B040
 
|width="10*" | B040
Line 55: Line 63:
 
|width="10*" | I do not need to download and design in two steps.
 
|width="10*" | I do not need to download and design in two steps.
 
|width="10*" | TBD
 
|width="10*" | TBD
 +
|width="10*" | open
 
|-
 
|-
 
|width="10*" | B045
 
|width="10*" | B045
Line 62: Line 71:
 
|width="10*" | [[Swordfish_Documentation:_Registry_Feature | Service Registry Feature]] <br/>
 
|width="10*" | [[Swordfish_Documentation:_Registry_Feature | Service Registry Feature]] <br/>
 
Integrate BPEL Process Engine to work with policies.
 
Integrate BPEL Process Engine to work with policies.
 +
|width="10*" | open
 
|-
 
|-
 
|}
 
|}

Revision as of 08:55, 27 April 2009

User Stories for BPEL Developers

ID As an I would like to so that link to backlog item(s) Status
B005 Eclipse BPEL Developer call a BPEL Process deployed with Swordfish from Webservice (Process) Consumer, I can implement the business logic of a Service Provider as a BPEL Process. Integrate ODE 2.0 Beta into Servicemix 4 Done
B010 Eclipse BPEL Developer invoke a Webservice Provider from a BPEL Process which is deployed with Swordfish, I can use Webservice Providers within BPEL Processes. Integrate ODE 2.0 Beta into Servicemix 4 Done
B015 Eclipse BPEL Developer install BPEL Editor into an Existing Eclipse IDE, I can start creating BPEL processes. TBD Done
B020 Eclipse BPEL Developer create a BPEL Process and store it into my workspace, I can use orchestrated services. TBD Done
B025 Eclipse BPEL Developer deploy a BPEL Process from my Eclipse Workspace into the Target Platform, I can test my code immediately in a distributed environment. TBD open
B030 Eclipse BPEL Developer call a BPEL Process from JAX-WS Service (Process) Consumer, I can implement the business logic of a Service Provider as a BPEL Process. BPEL with JAX-WS Service Done
B035 Eclipse BPEL Developer invoke a JAX-WS Service Provider from a BPEL Process, I can use Service Providers within BPEL Processes. BPEL with JAX-WS Service Done
B040 Eclipse BPEL Developer import from the Service Registry into the Eclipse BPEL Editor for designing the BPEL process, I do not need to download and design in two steps. TBD open
B045 Eclipse BPEL Developer use dynamic policy based Service lookup out of a BPEL Process, I can utilize QOS with different service levels for Services invoked from a BPEL Process Service Registry Feature

Integrate BPEL Process Engine to work with policies.

open

See also: Swordfish Product Backlog


Return to Swordfish User Stories
Return to Swordfish Wiki Home

Back to the top