I have decided to try to create my own board game implementation. Probably going to use a REST-api to expose the contract. I'll figure out what database, communication, ... tools I'm going to use once I've got my business logic set. Now, to achieve not being dependent on tools/frameworks in my business layer, I need to abstract the, for example, persistence layer. This is where my dilemma comes in to play. I will probably use Spring Boot but I want it to stay away from my business logic. To a...| Recent Questions - Software Engineering Stack Exchange
In this article, you will learn about: The motivation behind writing this article The architecture of the Spring Petclinic Rest project The architecture of the Helidon Petclinic project How to migr…| Dmitry's Technical Blog
I’ve been writing about Spring Batch lately and one of the questions I had in terms of fault tolerance is … Read MoreHandling manager failures in Spring Batch| Arnold Galovics
On the last article, I explained how to implement a Spring Batch job with remote partitioning using Kafka. This time … Read MoreSpring Batch remote partitioning with AWS SQS| Arnold Galovics
I haven’t really covered the topic of batch jobs so far and it happened that I needed to work with them lately and design a quite complicated batch job setup based on Spring Batch with partitioning using Kafka.| Arnold Galovics