On Wed, Jan 25, 2012 at 2:19 PM, Babak Vahdat <babak.vah...@swissonline.ch> wrote: > Hi > > a) Makes sense to me as the DSL there is in Java however the execution is > through "mvn camel:run" which makes use of [1] to launch the IoC-stuff of > Spring. > > b) Would be nice to provide such a one with *pure* Java-DSL & Java-Wiring > (No Spring). And then folks would start up Camel through using either "maven > exec:java" or directly inside their IDE. >
Yeah (b) is for the camel-archetype-java (or what we call the pure Java archetype). For example using mvn exec:java as we do for the scala archetype, to bootup Camel as a main app. > [1] > https://svn.apache.org/repos/asf/camel/trunk/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/EmbeddedMojo.java > [2] http://mojo.codehaus.org/exec-maven-plugin/java-mojo.html > > Babak > > -- > View this message in context: > http://camel.465427.n5.nabble.com/DISCUSS-Camel-Maven-Archetype-for-Standalone-Java-tp5429924p5430176.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/