Hi, is there any example or a helper class for running (starting/stopping) Camel in a web-app without using Spring xml?
There is an example servlet app [1] and a tutorial [2] for running Camel in a web-app, but both are using Spring [1] http://camel.apache.org/servlet-tomcat-example.html [2] http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html Bilgin