Custom fluent API in Java DSL

2015-12-08 Thread Milli
Hi, In our project, we are looking at adding custom fluent API to the existing JAVA DSL. As in, add few custom methods to the existing `RouteBuilder` api to make our own custom DSL. Is there a way to achieve this? If so, what is the best way to do this? Thanks and regards,

Context level intercept/filter layers

2015-03-07 Thread Milli
Hi everyone, In our web application, we are using camel as the central piece to orchestrate/route the webservices, which will be connecting to several other local resources. Can some one suggest, what is the best way to write context level (global / one-time) layers. For example, we want 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 gowrishankar.mi...@gmail.com wrote: Hi everyone, In our project we are planning to use camel for web request routing / orchestration. Its basically a web

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