camel routes for application development
1 I am thinking of developing an application with Camel Routes - with SpringBoot. the nature of application is not merely application integration but this is an application to manage security roles against ROLES/ GROUPS for Resources. Most use cases of camel routes indicates integration. But this is a case of pure application development which includes CRUD operations (dat stored in RDBMs) on Access Information and exposing these abilities as ReST services. Could you suggest whether is the approach good. spring-boot web-applications apache-camel share | improve this question asked Nov 12 '18 at 6:57 Sony Joseph Sony Joseph 25 6 So why exactly do you need Camel for? – Oli Nov 12 '18 at 7:18 I thought of using it to orchestrating calls to DB and expose ReST services. – Sony Joseph Nov 12 '18 at 8:48 You can pretty much do that with just spring boot (spring security, data, web, etc)... What are