|
Page Edited :
CAMEL :
Spring Java Config
Spring Java Config has been edited by James Strachan (Dec 03, 2008). Content:Spring Java ConfigSpring started life using XML Config to wire beans together. However some folks don't like using XML and would rather use Java code which led to the creation of Guice along with the Spring JavaConfig You can use either the XML or Java config approachs with Camel; its your choice really on which you prefer. Using Spring Java ConfigTo use Spring Java Config in your Camel project the easiest thing to do is add the following to your pom.xml <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-javaconfig</artifactId> <version>${camel-version}</version> </dependency> |
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
