Does the Camel community strongly advise using one DSL over another?
What I need to do is built a simple route that validates XML files against XML Scemas.
I don't know if I should be using the Spring DSL (e.g., http://camel.apache.org/validation.html) or the Java DSL (e.g., https://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ValidatingProcessorTest.java?view=co)
Can someone please advise... that is, for building a simple app that does XML validation, which DSL should I be using in Camel?
Thanks! -- Sincerely, Robert J. Liguori STG Technologies, Inc.