Hi,
On 21/09/15 14:50, Claus Ibsen wrote:
btw are the other questions about REST I may have missed?
All is clear so far, thanks, though I will likely have more questions.
FYI, +1 to your comments about not doing all the work in the rest
endpoint, I was really referring to a camel-servlet endp
btw are the other questions about REST I may have missed?
Its great to hear that works on supporting it from CXF is in the works.
On Mon, Sep 21, 2015 at 3:43 PM, Claus Ibsen wrote:
> Hi
>
> Yes there is no rest content negoation and whatnot in camel-core. That
> said if we find in the future a
Hi
Yes there is no rest content negoation and whatnot in camel-core. That
said if we find in the future a need for this we can surely add
something. But the goal of the rest-dsl was to be that syntax sugar so
ppl could do "route like" rest services, and then leave the bulk work
to the existing res
Hi Claus - thanks for getting back to this thread. That what I meant,
that after the camel-servlet based RESt-DSL consumer is up it does not
enforce Accept vs Produces intersection.
Cheers, Sergey
On 21/09/15 12:02, Claus Ibsen wrote:
The rest-dsl is syntax sugar, and passes on the request to
The rest-dsl is syntax sugar, and passes on the request to the actual
transport, which then does what it care to do.
On Tue, Aug 25, 2015 at 7:10 PM, Sergey Beryozkin wrote:
> Hi,
> Experimenting a bit with a camel-example-servlet-rest-tomcat,
> ServletComponent creates a Consumer for RESTCompon