Tagged Questions

4
votes
4answers
3k views

Spring Integration as embedded alternative to standalone ESB

Does anybody has an experience with Spring Integration project as embedded ESB? I'm highly interesting in such use cases as: Reading files from directory on schedule basis Getting data from JDBC ...
1
vote
2answers
151 views

Distributed “Spring Integration” contexts

Hi The spring control bus resides in one context (or am i wrong ?) A spring integration context would expose and consume services using channels and adaptors. So in a distributed environment what is ...
1
vote
1answer
718 views

Expose a POJO as a Websevice in Mule via Configuration _Only_?

Technologies Involved Mule Apache CXF Given A simple POJO (controversial acronym, but let's say a smart POJO): public class SmartPojo implements SomeBusinessInterface { public ...
0
votes
2answers
172 views

Spring Integration vs ServiceMix ESB

I am researching for EIP/ESB solution to use in my project. The first reason is to decouple modules and different sub systems, also refactor some parts to be easy integrated with 3th party systems. ...