What are some indicators that one should use a Enterprise Integration Patterns framework?, and on the flip side what are some indicators that one should just stick to a plain old code for logic flow?
In my case, we are applying Spring Integration for a mapping/processing application that reads data from a database, applies business logic (using SI), and then makes some corresponding API calls. Not sure what kind of ROI we are getting with SI over the plain old way of coding.