The "Camel in Action" book says "Prefer to use beans over processors" (pg 112 in 2nd Edition), because they're not dependent on the Camel API.
This leads me to a follow-up question: - if we need to tranform between 2 custom formats (i.e. annot use an existing Dataformat);and, - also do not need the Exchange, but can transform the body With those assumptions, should we also prefer to use Beans over a Custom-Dataformat or Camel Transformer? Or, are their situations where those two are useful even if one does not need anything but the body() ? -- View this message in context: http://camel.465427.n5.nabble.com/Transformation-options-tp5797759.html Sent from the Camel - Users mailing list archive at Nabble.com.
