Spring
-
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
Secure Your Vert.x Server 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
Doing stuff with Spring WebFlux
Spring Boot 2.0 went GA recently, so I decided to write my first post about Spring for quite a while.…
Read More » -
Software Development
MicroServices – Part 5 : Spring Cloud Zuul Proxy as API Gateway
In microservices architecture, there could be a number of API services and few UI components that are talking to APIs.…
Read More » -
Enterprise Java
Build REST Web Service using Spring Boot
This tutorial provides a step-by-step guide on how to build a restfull web service using Spring Boot. Prerequisites: Eclipse IDE…
Read More » -
Enterprise Java
Spring Boot 2 native approach to SSO with OAuth 2/OpenID Connect
This post is the final part of a 3 post series exploring ways to enable SSO with an OAuth2 provider…
Read More » -
Enterprise Java
Spring @Lazy annotation use cases
The Spring framework with almost no effort can solve for you many common programming problems, but some of its features…
Read More » -
Enterprise Java
Spring Cloud Stream with Kafka
Overview This sample project demonstrates how to build real-time streaming applications using event-driven architecture, Spring Boot,Spring Cloud Stream, Apache Kafka and Lombok. By the end of this…
Read More »