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

On 9/21/10 7:23 PM, huntc wrote:

Has anyone used JSR-330 annotations in place of Spring XML for configuring
Camel? If so then would you be able to report back on your experience and
perhaps point to some example usage?

I find the idea of configuring DI using JSR-330 quite attractive; in a
similar vein to Java being used to configure routes instead of XML.

Thanks!

Reply via email to