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?

  1. in-place editing of routes (although discourage doing that)
  2. 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.
  3. maybe easier non-developers

it matter of taste , preference.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -