Spring
-
Enterprise Java
Spring, Reactor and ElasticSearch: from callbacks to reactive streams
Spring 5 (and Boot 2, when it arrives in a couple of weeks) is a revolution. Not the “annotations over XML”…
Read More » -
Enterprise Java
Secure Your Spring Boot Web App with Single Sign-on from Okta
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
DataSource Routing with Spring @Transactional
I was inspired by Carl Papa’s use of aspects with the Spring Framework to determine the DataSource to use (either…
Read More » -
Enterprise Java
Power Up Your Data Model With Projections
Introduction Data models can be tricky. Modelling can be even harder. Sometimes information that should go into a database table…
Read More » -
Enterprise Java
Spring Webflux – Writing Filters
Spring Webflux is the new reactive web framework available as part of Spring 5+. The way filters were written in a…
Read More » -
Enterprise Java
Difference between @Component, @Service, @Controller, and @Repository in Spring
Before you learn the difference between @Component, @Service, @Controller, and @Repository annotations in Spring framework, it’s important to understand the…
Read More » -
Enterprise Java
Spring Framework – Application Context – Three ways to get to the application context
This article shows you three different ways how to get to the Spring Framework Application Context in your code. Summary…
Read More » -
Enterprise Java
Intro to Redis with Spring Boot
1. Overview In this article, we will review the basics of how to use Redis with Spring Boot through the…
Read More » -
Enterprise Java
Spring Boot: Thymeleaf Template Decorator Using Thymeleaf Layout Dialect
Introduction The question on reusing header and footer on all Thymeleaf templates has been often been asked on StackOverflow. In…
Read More »