Thanks a lot for your suggestions. I will try to follow your guidelines and
shall keep you posted
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731816.html
Sent from the Camel - Users mailing list archive at Nabble.com.
?
>
> Regards,
> Kalyan
>
> P.S: I have read Camel-in-Action and it has been of good help. Thank you :)
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731807.html
> Sent from the Camel - Users mail
65427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731807.html
Sent from the Camel - Users mailing list archive at Nabble.com.
camel-spring classes or there is
> any specific set of classes to start with ?
>
> Thanks again.
>
> Regards,
> Kalyan
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731793.html
> Sent from
context:
http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731793.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
What do you mean HAVE to use BeanFactory? Do you mean that
camel-spring source code must not use ApplicationContext or any of the
other Spring public APIs ?
Well you can write you own camel module. Or just not use camel-spring
at all, and just use camel-core which is Java code and has not
depe
?
If so, what are the classes that I need to overwrite. Any documentation on
this will be of great help.
Regards,
Kalyan
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731744.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hello,
I understand by skimming over Camel's source code that it uses
ApplicationContext everywhere.
In a project that I'm working on, I HAVE to use BeanFactory only. Is it
possible to initialize and use Camel's capabilities in a BeanFactory
instead of ApplicationContext at all ?
If so, what are