Steps involved in building business process
The steps involved in building a module with business process components (BPEL) can be listed as follows. We will follow these steps in the later sections for each of the business process components we will have to implement.
Note
You can use these steps as a reference and as part of your larger development process in the future to implement any business process component.
Import Application libraries and Modules/Simulators:
Import the end application interfaces (WSDL) and Business Objects (XSD) into their respective libraries—GreenLibrary, PCSLibrary, PayMeLibrary, FastLibrary, RapidLibrary, MoonlightLibrary, AlphaLibrary, BetaLibrary, and EqualLibrary (these were identified and created in Chapter 8) into your workspace. These libraries will have to be added as dependencies to the module(s) you will be creating. As recommended earlier, these libraries should be version-controlled in a version control system such as CVS or IBM ClearCase.
Note
Note...