Quantcast
Channel: Appearances – Keep IT Simple with Simon Martinelli
Viewing all articles
Browse latest Browse all 24

CQRS meets modern Java @ dev2next 2024

$
0
0

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


Viewing all articles
Browse latest Browse all 24

Trending Articles