From a systems integration perspective, is it common practice to use ESB (enterprise service bus) middleware technologies over EJB for mid-to-large sized applications, or is the use of ESB middleware mainly reserved for BPM (business process management) applications?
|
In my humble opinion, ESB is not just for BPM. |
|||
|
|
|
ESB is mainly used as an integration layer for the purposes of enabling integration of systems talking different message formats, for proxying, routing, message transformation, load balancing, talk different protocols etc. some or all of the above or much more. An esb may be a full fledged commercial/open source system or just a proxy or router application, which could be implemented using ejb if required. To comment on ESB and EJB, they are not related and they serve different purposes. BPM usually involves message orchestration, interaction among different services, message formats and systems and as such an esb tends to come into picture for the purposes of integration. To comment on your point, ESB is neither reserved nor mandatory for BPM. |
|||
|
|