Challenge Overview
The project is migrating off of WebSphere Process Server (WPR) v6.0.2 to WAS v7.0, and, as a result, needs to update several BPEL flows to use a straight Java EE approach for implementation. The main business process flow, referred to as SOD or “Siebel on Demand” workflow basically moves an “opportunity” XML through a series of data retrievals, business rules, and credit requests. Once complete a PDF is generated based on the data in the XML. This main workflow also uses several common flows that will also need to be converted into a Java EE approach.
This specification provides the requirements for the Java components involved in configuring, creating, and accessing the various Java components that have been designed to replace the existing SOD workflow. The Component Manager component is a shared component that provides a registry of Java components used within the SOD workflow and provides access to any component within its registry. The Component Manager will have the sole responsibility of instantiating any of the SOD components; it will be responsible for initializing a component, if necessary; and it will be responsible for providing access to an instance of a component when requested.
Final Submission Guidelines
N/A