Quantcast
Channel: Appearances Archive - Martinelli
Viewing all articles
Browse latest Browse all 35

CQRS meets modern Java @ Devoxx Greece 2005

$
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. This talk will deepen our understanding of the practical implementation [...]

Viewing all articles
Browse latest Browse all 35

Trending Articles