Hi Gowri,
The Apache Camel framework proposes different components that you could use
to :
- produce (= emit HTTP calls) = HTTP, HTTP4, Netty HTTP, AHC (for async
exchange)
- consume (= expose HTTP Web container) = Jetty (to instantiate a new Web
Container), Servlet (= to register the Camel servle
By the way, I forgot to mention that we are trying to avoid using "Spring"
as a dependency.
Thanks,
On Mon, Feb 23, 2015 at 5:40 PM, Milli wrote:
> Hi everyone,
>
> In our project we are planning to use camel for web request routing /
> orchestration.
> Its basically a web project (more like pr