Implementing Business Service and Access Service modules
Now let's get started with the implementation of the Business and Access Service modules. Following are the steps involved in assembling and implementing the Business and Access Service modules and associated components:
Tip
We created the business services modules and components without any implementation in Chapter 9, to be able to complete the implementation of the business processes. We will directly start with the implementation of the business service component.
(These steps are similar to those stated in Chapter 9 which have been repeated for your reference.)
Implement the Business Service component
In WID, open the business process component and create the basic business process flow using the visual process editor.
Add activities to the business process flow to accomplish the capability that the Business Service will deliver.
Add Event Handlers if necessary to respond to external invocation/stimuli with an appropriately-defined...