Re: JSR-330 for configuring Camel Dependency Injection (DI)

2010-09-21 Thread huntc
Hi guys, Thanks for your responses. I realise that Camel is not an IoC container, but it might be a useful feature for Camel's classes to "lend themselves" to becoming auto injectable in a standardised way i.e. by following JSR-330. What'd think? Kind regards, Christopher -- View this message

Re: JSR-330 for configuring Camel Dependency Injection (DI)

2010-09-21 Thread Claus Ibsen
On Tue, Sep 21, 2010 at 3:40 PM, Willem Jiang wrote: > Hi, > > Current camel doesn't support the JSR-330 out of box, > But if you are looking for using Java code to do the route DI work you could > take a look camel-guice[1] and camel-spring-java config [2] > > [1]http://camel.apache.org/guice.htm

Re: JSR-330 for configuring Camel Dependency Injection (DI)

2010-09-21 Thread Willem Jiang
Hi, Current camel doesn't support the JSR-330 out of box, But if you are looking for using Java code to do the route DI work you could take a look camel-guice[1] and camel-spring-java config [2] [1]http://camel.apache.org/guice.html [2]http://camel.apache.org/spring-java-config.html Willem O