CQRS meets modern Java @ SOFTCON 2024

blog-post-img
By Simon Martinelli
16.10.2024 - 18.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.

This talk will deepen our understanding of the practical implementation of the CQRS principles using modern Java language features such as records, sealed classes, switch expressions, and pattern matching. An example application will demonstrate how the theoretical foundations of CQRS can be applied in practice and how this affects application design while increasing data access efficiency.

https://softconph.com/speaker/simon-martinelli/

Simon Martinelli
Follow Me