"Jetty vs Servlet" in web application

2015-02-23 Thread Milli
Hi everyone, In our project we are planning to use camel for web request routing / orchestration. Its basically a web project (more like proxy server) talking to several other local/internal web-services to prepare the final response to the requester. Can some suggest us, what is the best way to

Re: "Jetty vs Servlet" in web application

2015-02-23 Thread Milli
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

Re: "Jetty vs Servlet" in web application

2015-02-23 Thread Charles Moulliard
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