On Sun, Dec 7, 2014 at 7:26 PM, yogu13 <[email protected]> wrote: > Hi, > > I am checking out on the possibility of using camel without spring... I was > looking at the examples available on this regard and could only find > http://camel.apache.org/servlet-tomcat-no-spring-example.html. The example > shown is quite simple which doesnt involve any processor, aggregrator etc. >
You can use any other depencency framework if you want to, eg cdi, guice, dropwizard, jee etc. Also for OSGi users on Karaf, you can use Aries Blueprint. > I wanted to know would all the components and features of camel be available > when working without spring or is there any limitation to this? > Camel is just a library, so you can run it anyhow you like. All the Camel components can run without spring, though some requires Spring JARs like camel-jms etc. But none requires you to create a Spring app to use these components. > Also any pointers if i just want to add a processor to the example in the > link then how would the camel config look like ? > > Thank you! > > Regards, > -Yogesh > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
