Spring
-
Enterprise Java
Access spring Request scope cache in Singelton bean called from fork-join/thread pool
Problem: Spring enabled cache who’s scope is set to Request need to be accessed by a singleton bean which is…
Read More » -
Enterprise Java
AWS DynamoDB version field using AWS SDK for Java 2
It is useful to have a version attribute on any entity saved to anAWS DynamoDB database which is simply a…
Read More » -
Enterprise Java
Apache Ignite and Spring on your Kubernetes Cluster Part 3: Testing the application
On the previous blog we created our Kubernetes deployment files for our Ignite application. On this blog we shall deploy…
Read More » -
Enterprise Java
Apache Ignite and Spring on your Kubernetes Cluster Part 2: Kubernetes deployment
Previously we have been successful on creating our first Spring boot Application powered by Apache Ignite. On this blog we…
Read More » -
Enterprise Java
Apache Ignite and Spring on your Kubernetes Cluster Part 1: Spring Boot application
On a previous series of blogs we spun up an Ignite cluster on a Kubernetes cluster.In this tutorial we shall…
Read More » -
Enterprise Java
Processing SQS Messages using Spring Boot and Project Reactor – Part 2
This is a follow up to my blog post about processing SQS messages efficiently using Spring Boot and Project Reactor…
Read More » -
Enterprise Java
Java/Spring: How to Generate an Entire Swagger Documented CRUD REST API With Speedment
As developers, one of the most cumbersome tasks we often face in our day-to-day lives is writing good and understandable…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 2: Adding InfluxDB
Since we added our base application it is time for us to spin up an InfluxDB instance. We shall follow…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 1: The base project
To those who follow this blog it’s no wonder that I tend to use InfluxDB a lot. I like the…
Read More »