Hi,

Instead of doing the routing using DSL, web service calling with CXF
component, enriching, intercepting, etc , why not just have a Processor and
put all the java codes there? For a Camel beginner, this seems pretty much
easier to get the things done (definitely for those with java background),
but I am not sure how effective or correct this approach is. 

Below is a sample scenario:
1)  Call a web service to retrieve some result.
2)  Based on the result, decide whether to proceed calling another service.

If I would to achieve the above through Processor, it's merely few lines of
codes.
But if I'm using DSL to do it, the work is going to be more (cxf endpoint,
enrich, when, simple).

Appreciate any advises and comments.


Thanks in advance.
 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Any-issues-having-Camel-Processor-doing-all-the-Works-tp5786330.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to