WRT http://camel.apache.org/rest.html.
Is this component used by the client to set-up endpoint to reach an existent server?
- if so, does it mean camel provides me more than one way to do it? Should I be using http component
.to("http://endpointuri")
instead? - What is the advantage of client using rest component over http component?
Or
- if so, does it mean camel provides me more than one way to do it? Should I be using http component
used by the service provider to set-up the service provider??
- if so, does this mean camel provides me more than one way to do it? Refer to http://camel.apache.org/rest-dsl.html .
- What is the advantage of client using rest component over http-dsl?
1 or 2? For use by client or server? As usual, the camel docs has unspecified indirection.