Hi

Yeah you can define your routes in Java code
https://camel.apache.org/java-dsl.html

And if you are using spring then you can refer to these route builder
classes from the spring xml file
https://camel.apache.org/spring.html

Or tell Camel to use package scanning etc to find the route builder
classes to use.

On Wed, Mar 26, 2014 at 7:00 AM, N.S.KARTHIK <nskarthi...@gmail.com> wrote:
> HI
>
> Thx  for the Info and Sorry for Delay to replay ....
>
> Now To make the task more Intresting.
>
> Ref:
> http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html
>
> Question : Could a bunch of "*Camel Routes" be part of  WEB-INF/lib/jar*"
> file instead of hardcoding in
>
> "applicationContext.xml file" .
>
> Reason : Need to hide the Routing complexity & pre-causion.
>
>
> How could this be achieved ?
>
>
> with regards
> Karthik
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Came-DSL-Spring-Routes-on-Tomcat-insted-of-Servicemix-tp5749137p5749369.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to