Why Spring Integration? Why Messaging Paradigm? Why Event-Driven?

In short, for loose coupling.

In practice, if adopt RPC style, like SOAP web service, we need to generate web service stub code for client side, this is tight coupling. By contrast, if we apply Spring Integration in Messaging paradigm, client side doesn't have to know the server side details.

MORE BENEFITS, TO BE CONTINUED.


你可能感兴趣的:(Why Spring Integration? Why Messaging Paradigm? Why Event-Driven?)