Spring
-
Enterprise Java
10 JdbcTemplate Examples in Spring Framework
Hello guys, If you have been using the Spring framework then you may know that the JdbcTempalte is one of the most…
Read More » -
Enterprise Java
RESTful services with HATEOAS: REST APIs and Hypermedia on JVM
1. Introduction So far we have spent a fair amount of time talking about the role of the hypermedia and…
Read More » -
Enterprise Java
Using Multiple Dynamic Caches With Spring
In a third post about cache managers in spring (over a long period of time), I’d like to expand on…
Read More » -
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 »