Hi the easiest is to check their javadoc:
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Route.html http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/model/RouteDefinition.html Another way around, in the context of the MVC pattern one could claim that the RouteDefinition is 'M' (using JAXB for mapping between Java/XML) whereas the Route abstraction is both the 'V' as well as 'C'. Babak -- View this message in context: http://camel.465427.n5.nabble.com/RouteDefinition-vs-Route-tp5716578p5716579.html Sent from the Camel - Users mailing list archive at Nabble.com.
