Mule ESB - IFTTT extension

I was trying to use IFTTT for quite a long time. The idea, functionality and easy setup are really promising. Based on the number of recipes (or applets after recent rebranding) and connected channels (or services) I think it...

Read More

Munit - tests in Groovy

If I haven’t said that earlier, i will do it now - Munit is great! Being able to easly create isolated unit tests, mocking only selected steps in the flow and verifying not only flow output but also value...

Read More

Mule ESB - DataMapper XML input/output

Mule EE DataMapper looks really great on marketing fliers. Who doesn’t want to have all-in one graphical mapping solutions? Both ways mappings from/to Excel, CSV, XML, JSON, Pojo with complex transformation logic between.. on top of that streaming support!...

Read More

Mule ESB - Real Life Request-Reply

Sample batch-processing scenario:

  1. Single HTTP request contains multiple records.
  2. Data in each record must by enhanced with information provided by 3rd party web service, then messages with fixed number of records (exactly 3 - transport channel limitation) delivered to...
Read More