Hi, What is the best strategy to organize a Camel ESB project in term of maintenance, ease to read the code and to have a global overview of what the ESB is doing ?
1) Create several packages containing the route(s) ex : com.mycompany.myapplication.camel.routing.in com.mycompany.myapplication.camel.routing.in.file com.mycompany.myapplication.camel.routing.in.mq ... com.mycompany.myapplication.camel.routing.out com.mycompany.myapplication.camel.routing.out.file com.mycompany.myapplication.camel.routing.out.ftp 2) One containing all the route(s) com.mycompany.myapplication.camel.routing Regards, charles -- View this message in context: http://www.nabble.com/Strategy-to-organise-a-camel-esb-project-tp18281538s22882p18281538.html Sent from the Camel - Users mailing list archive at Nabble.com.
