Re: Serious advise needed... Java DSL or Spring DSL

2011-07-27 Thread Johan Edstrom
It is very much a staffing/support/maintenance question as well. If you want to read about it and form your own opinion, look at documents debating this such as http://en.wikipedia.org/wiki/Convention_over_configuration http://feedblog.org/2007/05/30/configuration-and-convention-over-code/ Pe

Re: Serious advise needed... Java DSL or Spring DSL

2011-07-27 Thread Taariq Levack
Hi Robert This is probably the wrong forum for this, but I think it's a matter of personal preference for such simple use cases. It's not as though you need java or even better, Scala, to do something that cannot easily be done in XML. Taariq On 28 Jul 2011, at 2:05 AM, "Robert J. Liguori" wro

Serious advise needed... Java DSL or Spring DSL

2011-07-27 Thread Robert J. Liguori
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.apac