Spring
-
Enterprise Java
Easy Spring Boot Deployment with AWS Elastic Beanstalk
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Enterprise Java
Spring @Lazy Annotation
Introduction: The Spring framework, by default, loads and eagerly initializes all beans at the application startup itself. In our application,…
Read More » -
Enterprise Java
Spring @Order Annotation
Introduction: The Spring @Order annotation was first introduced in Spring 2.0. It was then used only to define the order…
Read More » -
Enterprise Java
Strategy Pattern Revisited With Spring
This blog post wants to show another approach how to implement the Strategy Pattern with dependency injection. As DI framework,…
Read More » -
Enterprise Java
Unit test for Spring’s WebClient
WebClient to quote its Java documentation is Spring Framework’sNon-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API…
Read More » -
Enterprise Java
Augmenting a Spring Data repository through delegation
I have recently written several posts about Kotlin’s delegation. In doing so, I realised a useful way to apply it…
Read More » -
Enterprise Java
Build Mobile Apps with Angular, Ionic 4, and Spring Boot
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Enterprise Java
Streaming live updates from a reactive Spring Data repository
This post details a naive implementation of streaming updates from a database to any other components that are interested in…
Read More »