java - What are good reasons for using Camel XML routes? -
the camel java dsl provides type-safety, code completion , proper support refactoring. helps modularize , (unit-)test code in great manner.
speaking camel xml syntax see advantage of being able modify , reload routes @ runtime (e.g. via hawtio
).
obviously i'm missing here - rationale behind use of camel xml routes today?
- in-place editing of routes (although discourage doing that)
- quick&dirty one-off routes (e.g. routing test qa environment) or simple projects - when have container karaf or servicemix. no need fire ide/compile. write , drop deploy folder.
- maybe easier non-developers
it matter of taste , preference.
Comments
Post a Comment