Spring
-
Enterprise Java
“Knative Serving” for Spring Boot Applications
I got a chance to try Knative’s Serving feature to deploy a Spring Boot application and this post is simply…
Read More » -
Enterprise Java
Use React and Spring Boot to Build a Simple CRUD App
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Build a Photo Gallery PWA with Spring Boot, JHipster, and React
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Spring State Machine: what is it and do you need it?
State machine is a model of computation based on the finite states, as Wikipedia very obligingly says. Usually there are…
Read More » -
Enterprise Java
Developing with CUBA – a big shift from Spring?
Reading requirements for yet another web project for internal corporate use you (at least myself) usually see a pretty common…
Read More » -
Enterprise Java
Tracing a reactive flow – Using Spring Cloud Sleuth with Boot 2
Spring Cloud Sleuth which adds Spring instrumentation support on top of OpenZipkin Brave makes distributed tracing trivially simple for Spring…
Read More » -
Enterprise Java
Spring Reactor Tutorial
In the world of RESTful services where a lot of work actually happens behind the scenes, we often have to…
Read More » -
Enterprise Java
Build a Spring Boot App with Secure Server-to-Server Communication via OAuth 2.0 and Okta
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: Password Encoder
On a previous post we used the user details service in order to provide a way to load our data…
Read More »