CQRS meets modern Java @ dev2next 2024

blog-post-img
By Simon Martinelli
30.09.2024 - 03.10.2024

Command Query Responsibility Segregation (CQRS) is a proven design pattern that enables the clear separation of data changes (commands) and data queries (queries). This separation allows these responsibilities to be scaled and optimized independently. The application code is also structured more understandably, which improves maintainability.

In this talk, the understanding of the practical implementation of the CQRS principles will be deepened and implemented using modern Java language features such as records, switch expressions, and pattern matching.

An example application is used to demonstrate how the theoretical foundations of CQRS can be applied in practice and how this affects application design while increasing data access efficiency.

https://www.dev2next.com/speaker/15a2ec23600c44cbbb497654b14789af

Simon Martinelli
Follow Me