> What benefit would you gain from Camel in this case? If your only goal is
> to
> expose a POJO service through a Restful interface a simple JAX-RS or
> Spring
> MVC/REST service would suffice. Or does the implementation of e.g.
> findPerson(id) involve the use of Camel?

Fair question. I want to expose these services over more than one endpoint. For 
example, I will also have a JMS endpoint, listening for messages arriving on an 
ActiveMQ queue, that will also trigger methods such as createPerson(), 
deletePerson(), etc. Hence my idea of using Camel for all the integration parts 
of my services.

In the future, I might have a need to support SOAP-based web services as well.

-- 
Gonzalo Diethelm

Reply via email to