CQRS
Applying CQRS - Is unit testing the thin read layer necessary?
Given that some of the advice for implementing CQRS advocates fairly close-to-the-metal query implementation, such as ADO.NET queries directly against the database (or perhaps a LINQ-based ORM), is it[详细]
2023-02-08 04:41 分类:问答CQRS - how to model a scenario execution system
I recently started investigating CQRS and DDD for a green field project that I\'m about to start. I studied a great deal of material from Udi Dahan, Greg Young, Mark Nijhof and others. These were real[详细]
2023-02-03 23:51 分类:问答CQRS - Read Model DTO Confusion
I have been reading up on CQRS and find many of the principles to be valuable. However, I have one major point of contention. Many people talk about having the read model queries map directly to view[详细]
2023-01-31 17:58 分类:问答Domain Driven Design, Domain objects, attitude about Setters
Been watching some Greg Young videos lately and I\'m trying to understand why there is a negative attitude towards Setters on Domain objects开发者_开发技巧. I thought Domain objects were supposed to b[详细]
2023-01-30 13:03 分类:问答CQRS - allowed dependencies for building read model using events and other sources of information
My question is related to CQRS (Command and Query Responsibility Segregation) and mechanism that builds read model (views). As far as I understand read model is built by event handlers. These handlers[详细]
2023-01-30 11:48 分类:问答Multi-Tenant CQRS Architecture
My team is beginning implementation of a greenfield application, with a requirement for multi-tenancy.I have 开发者_StackOverflow中文版been doing a large amount of research on patterns for simple scal[详细]
2023-01-30 09:50 分类:问答CQRS & ElasticSearch - using ElasticSearch to build read model
Does anyone use ElasticSearch for building read model in CQRS approach? I have some questions related to such solution:[详细]
2023-01-30 01:51 分类:问答CQRS in the java world
I follow the discussion about cqrs a long time now. Something that occured to me, is that the programming language of choice is mostly settled in the dot.Net world.[详细]
2023-01-29 06:51 分类:问答Implementing set-based constraints in CQRS
I\'m still struggling with what must be basic (and resolved) issues related to CQRS style architecture:[详细]
2023-01-28 04:17 分类:问答Implementing Generic Interface in Java
I have a Java generics question I was hoping someone could answer. Consider the following code: public interface Event{}[详细]
2023-01-28 00:56 分类:问答