Module assembly
In Chapter 7, Sales Fulfillment Application for JungleSea Inc., we established the workflow we will follow to build the Sales Fulfillment Application. Based on this flow of steps, we will assemble and implement the components that make up the solution. We will perform steps for assembling and implementing the components in the process services layer, as shown in the following figure:
Now let's look at how we can accomplish these steps. The assembly diagram is the visual tool for constructing the modules and mediation modules, defining and assembling SCA artifacts including components, exports, imports, and standalone references, and for wiring them together to build applications/solutions. You can drag-and-drop various components from the palette onto the canvas that you need to have a deployable module. Based on the build manifest we identified in Chapter 7 and Chapter 8, Walk the Talk, we will have to construct the following modules and the associated components:
ProcessServices...