Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Apart from message Transformation, what other forms of message processing are possible with Smooks?

0
0 Posted

Apart from message Transformation, what other forms of message processing are possible with Smooks?

0
0

In most of the Smooks documentation we talk about Smooks in the context of data transformation. However, the core of Smooks (smooks-core) knows nothing about data transformation and so does nothing specific in this area. It’s basically an engine for applying “visitor” logic to data “fragments”. This logic can be data transformation logic, or it can be logic for processing/analyzing data in any way you require. So, the answer to this question is – “whatever type of processing you require”. Just write the visitor implementation(s) and get Smooks to apply the logic on the target fragments. Visitor implementations can interact with each other via the ExecutionContext.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123