Spring Data
-
Enterprise Java

Pouring Coffee into the Matrix: Building Java Applications on Neo4j
In this blog post, we will step through building an application in Java that highlights the capabilities and powers of…
Read More » -
Enterprise Java

Spring Data Mock DAO
Warning, the following code example is suitable for a narrow range of use cases⦠but itās strangely useful. When writing…
Read More » -
Enterprise Java

A Weird Side Entrance
One of the main reasons I blog is to remind myself how easily one can use software development techniques to…
Read More » -
Enterprise Java

Spring Boot Data JPA – beginner guide
Databases form an integral part of computer applications. With it comes considerable amount of database operations and the corresponding code.…
Read More » -
Enterprise Java

Read replicas and Spring Data Part 4: Configuring the read repository
Previously we set up two EntityManagers in the same application. One for the reads and one for the writes. Now…
Read More » -
Enterprise Java

Read replicas and Spring Data Part 3: Configuring two entity managers
Our previous setup works as expected. What we shall do now is to get one step further and configure two…
Read More » -
Enterprise Java

Read replicas and Spring Data Part 2: Configuring the base project
In our previous post we set up multiple PostgreSQL instances with the same data.Our next step would be to configure…
Read More » -
Enterprise Java

Read replicas and Spring Data Part 1: Configuring the Databases
This is a series of blog posts on our quest to increase our applicationās performance by utilizing read replicas. For…
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 »




