Words of wisdom — tips, tricks, suggestions, and pitfalls
As the complexity of the process flow being created in the business process module increases, it starts dimensioning some of the main advantages of using SOA. Therefore, try as much as possible to decouple business decision making from the business process.
When your application is dependent on other modules, it is important to ensure that the Deploy with Module in the Dependencies window is checked so that the dependencies will also be installed together with the module. If this is not done, you may see deployment errors.
Business rules can only be deployed on the WebSphere Process Server (WPS) and are persisted through the WPS database. This makes them available to all instances running on the server.
Decision tables are used when rules need to be expressed in a table format or when the same set of conditions are applied to many rules. They handle multiple rules efficiently, evaluate in a tree structure instead of sequentially, and...