Re: Camel Routing using Java DSL in Servlet without Spring

2013-01-25 Thread Claus Ibsen
On Fri, Jan 25, 2013 at 10:46 AM, CamelNewbieUser wrote: > Hi, > > I tried to find release date for Apache Camel 2.11 but it is nowhere > mentioned. > Also the links provided on the site > > is showing HTTP 4

Re: Camel Routing using Java DSL in Servlet without Spring

2013-01-25 Thread Claus Ibsen
On Fri, Jan 25, 2013 at 10:46 AM, CamelNewbieUser wrote: > Hi, > > I tried to find release date for Apache Camel 2.11 but it is nowhere > mentioned. > Also the links provided on the site > > is showing HTTP 4

Re: Camel Routing using Java DSL in Servlet without Spring

2013-01-25 Thread CamelNewbieUser
Hi, I tried to find release date for Apache Camel 2.11 but it is nowhere mentioned. Also the links provided on the site is showing HTTP 404. I tried to download the SNAPSHOT version and build using Maven

Re: Camel Routing using Java DSL in Servlet without Spring

2013-01-21 Thread Claus Ibsen
Hi See this example http://camel.apache.org/servlet-tomcat-example.html And from Camel 2.11 onwards you can do this without Spring, or the likes to bootstap your app http://camel.apache.org/servlet-tomcat-no-spring-example.html On Mon, Jan 21, 2013 at 11:10 AM, CamelNewbieUser wrote: > Hi Gee