Enterprise Java
-
Run Fn Functions on K8s on Google Cloud Platform
Recently, I have been playing a lot with Functions and Project Fn. Eventually, I got to the point where I…
Read More » -
Build Authentication the Easy Way with Spring Security 5.0 and OIDC
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Creating multiple RouterFunctions in Spring WebFlux
In this post we will be looking at defining multiple router functions to different logical domains in Spring WebFlux. This…
Read More » -
Feature toggle in Spring Boot 2
Whether you like it or not, software development is a collaborative activity. Integration work has always been demonized and treated…
Read More » -
JSF 2.0 Tutorial for Beginners
1. What is JSF? JSF is an acronym for Java Server Faces. It is a server side processing technology which…
Read More » -
Spring Data JPA Example with Spring Boot
1. Introduction In this post, we shall demonstrate how to leverage the powerful Spring Data JPA APIs to interact with…
Read More » -
Setting Up Cassandra With Priam
I’ve previously explained how to setup Cassandra in AWS. The described setup works, but in some cases it may not…
Read More » -
How to change the default port of Spring Boot application
By default, Spring Boot applications run on an embedded Tomcat via port 8080. In order to change the default port,…
Read More » -
Apache Camel 2.21 Released – Whats New
We have just released Apache Camel 2.21 and I will in this blog highlight the noteworthy changes. …
Read More »