Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>What are some real time scenarios in which spring integration can be implemented ?</strong></p> <blockquote> <p>I would say its best for building an application using the pipes and filters architecture, primarily for <strong>intra-application architecture and design</strong>. By intra-application, i mean 'within an application'. It is suited for intra-application because of the light-weight pipes(channels) based on the util.concurrent classes. For example the DirectChannel is a simple and logical way to separate two processing nodes in a workflow without an overhead of a queue (not the jms queue).</p> <p>It does support interaction between applications through gateways that adapt to various messaging mechanisms (like WebServices, JMS etc). So the application doesn't have to turn to some other framework for inter-application interaction either.</p> </blockquote> <p><strong>What is the advantage of creating an extra spring integratio layer ?</strong></p> <blockquote> <p>Its useful if you want <strong>separation of concerns, loose coupling and flexibility</strong>.</p> </blockquote> <p><strong>If a mailing system is not implemented in spring , can spring integration still be used for integration ?</strong></p> <blockquote> <p>I don't understand the question, sorry.</p> </blockquote> <p><strong>Is it something like spring integration can connect two systems developed in two different languages?</strong></p> <blockquote> <p>You mean, interact with another system that's based on a non-java platform? That can be achieved too, but not primarily because of Spring Integration but by using Spring Integration with existing mechanisms for exchanging messages like WebServices, JMS etc. <em>If the requirement is just a point-to-point messaging between 2 applications, Spring Integration is not going to be of much use (unless there is an interesting workflow of sorts in such a dialogue).</em></p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload