Using Apache Camel with Spring 1. Overview This article will demonstrate how to configure and use Apache Camel with Spring. Apache Camel provides quite a lot of useful components that support libraries such as JPA, Hibernate, FTP, Apache-CXF, AWS-S3 and of course many others – all to help integrating data… Continue Reading spring-apache-camel-tutorial

Integration Patterns With Apache Camel 1. Overview This article will cover some essential enterprise integration patterns (EIPs) supported by Apache Camel. Integration patterns help by providing solutions for standardized ways of integrating systems. If you need to first go over the basics of Apache Camel, definitely visit this article to… Continue Reading camel-integration-patterns