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

Spring Security: Authentication with a Database-backed UserDetailsService 1. Overview In this article, we will show how to create a custom database-backed UserDetailsService for authentication with Spring Security. 2. UserDetailsService The UserDetailsService interface is used to retrieve user-related data. It has one method named loadUserByUsername() which can be overridden to customize… Continue Reading spring-security-authentication-with-a-database

Spring Cloud Data Flow With Apache Spark 1. Introduction Spring Cloud Data Flow is a toolkit for building data integration and real-time data processing pipelines.   Pipelines, in this case, are Spring Boot applications that are built with the use of Spring Cloud Stream or Spring Cloud Task frameworks. In this tutorial,… Continue Reading spring-cloud-data-flow-spark