Re: camel-rest component not compatible with REST-DSL

2016-02-01 Thread sogabe
Hi, Thanks, I'll use rest-dsl. >You should use the rest-dsl which provides the rest functionality > with {} and get/post and so on. >The rest is not really intended to be used in regular routes, the > rest-dsl is the syntax sugar on top that uses the rest component under > the covers. -- Vi

Re: camel-rest component not compatible with REST-DSL

2016-02-01 Thread Claus Ibsen
You should use the rest-dsl which provides the rest functionality with {} and get/post and so on. The rest is not really intended to be used in regular routes, the rest-dsl is the syntax sugar on top that uses the rest component under the covers. On Tue, Feb 2, 2016 at 7:47 AM, sogabe wrote: >