On Fri, Sep 7, 2012 at 4:07 AM, mfcplus <mfcp...@yahoo.com> wrote: > thanks for the quick response, can you tell where in the source code that > does this internal chaining, just would like to know how it works under the > cover? is it in routebuilder.java? also how would I go about learning java > dsl/spring dsl for camel, there doesn't seem to be much documentation for > the dsl portion >
To learn about the DSL, then start with the EIPs. In fact thats where it all starts, the Enterprise Integration Patterns. http://camel.apache.org/eip We have sample code for many of these EIPs. I suggest to read these ntro and in-depth article about Camel. That should get you on foot with the terms. http://java.dzone.com/articles/open-source-integration-apache http://www.kai-waehner.de/blog/2012/05/04/apache-camel-tutorial-introduction/ Looking in the source code is a bit hardcore, and not IMHO recommended at an very early stage, to learn about Camel. There was recently a blog post about distilling the DSL in much detail. I would recommend reading that. But I can't find the link currently. When we find it, we should add it to the Camel articles page (our link collection) http://camel.apache.org/articles The source code about the EIPs are in the processor package. The DSL in the model package. > many thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-route-help-tp5718727p5718737.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen