Spring
-
Enterprise Java
Spring and Amazon Web Services
Amazon Web Services (or AWS) is nowadays one of the most common choices of the infrastructure and hardware providers to…
Read More » -
Enterprise Java
Spring Boot Oauth2 Security
This post is an enhancement for my previous post which talks about how to secure your REST API using Spring…
Read More » -
Enterprise Java
Global Data Consistency, Transactions, Microservices and Spring Boot / Tomcat / Jetty
We often build applications which need to do several of the following things together: call backend (micro-) services, write to…
Read More » -
Enterprise Java
Simpler handling of asynchronous transaction bound events in Spring 4.2
Introduction As you probably already know (e.g. from my previous blog post) it is no longer needed to create a…
Read More » -
Enterprise Java
Annotation-driven event listeners in Spring 4.2
Introduction Exchanging events within the application has become indispensable part of many applications and thankfully Spring provides a complete infrastructure…
Read More » -
Enterprise Java
Placeholders support in Value annotations in Spring
${...} placeholders in @Value annotation are used to access properties registered with @PropertySource. This is extremely useful with @Configuration beans…
Read More » -
Enterprise Java
Spring Integration Course Summary
This article is part of our Academy Course titled Spring Integration for EAI. In this course, you are introduced to…
Read More » -
Enterprise Java
Monitoring and Management
This article is part of our Academy Course titled Spring Integration for EAI. In this course, you are introduced to…
Read More » -
Enterprise Java
Spring Integration Full Example
This article is part of our Academy Course titled Spring Integration for EAI. In this course, you are introduced to…
Read More »