Answer to the article CQRS Is an Anti-Pattern for DDD
This article is an answer to the excellent article of CQRS is an AntiPattern for DDD.
Application modernization and Cloud migration
Blog by Sylvain Leroy about Cloud, Software Quality, Refactoring, Legacy Software Migration, and Application Modernization
This article is an answer to the excellent article of CQRS is an AntiPattern for DDD.
I am writing a new release of my Spring CQRS Module(link1, link2), including a parallel execution feature. Concurrency issues can be hard to solve especially with new programming language features.
I have been using recently Java 8 new features CompletableFuture. This is a little feedback.
This article is a presentation of a new little framework, I have developed and used on several projects. The framework is for Spring Framework and requires Java 8.0. The code…