Yahoo! Group

Syndicate content
Domain-Driven Design
Updated: 16 min 1 sec ago

Re: USA weekend class

Sat, 09/04/2010 - 04:41
so do i, for some reason i cannot attend :-( On Sep 4, 2010 4:39 PM, "Piotr Perak" wrote: ... I vote for that as well! ... Yahoo!
Categories: Discussion

Re: USA weekend class

Sat, 09/04/2010 - 04:39
... I vote for that as well!
Categories: Discussion

Re: Effect of applying CQRS on Repositories

Sat, 09/04/2010 - 04:23
Hi Mosh, The thing is, if you want to deliberately execute a command on several aggregates, you normally want to know which ones, so what Greg proposes would
Categories: Discussion

Re: Need feedback on modelling Aggregates

Fri, 09/03/2010 - 21:00
Hi Nuno, Thank you very much for taking the time and explaining things deeply. You opened my eyes on a lot of things. :) So, just to make sure I haven't
Categories: Discussion

Re: Effect of applying CQRS on Repositories

Fri, 09/03/2010 - 20:38
And what the objects returned from the read side are not in sync with my master database? This way I'm executing commands on data that is not necessarily up to
Categories: Discussion

Re: Using Entities from other Bounded Contexts

Fri, 09/03/2010 - 20:37
Thanks Vaughn. I'll have a look. Mosh
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 18:42
Hi Sebastian, I view Shared Kernel as something to be avoided if possible. It's like a library concept and I don't understand most of the time how you'd have a
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 18:09
Hi Greg, As you know I've been always a fan of Collaboration design patterns (SOM) and DNC archetypes. The concept Aggregates always set me back as I never had
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 15:32
Hi Vaughn, Thanks for the references. As anyone in here I've read the section but it's always good to get a memory refresh :) My intention was about
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 14:31
Hi Brian, I found this post amusing simply because it has been my experience with DDD as well --- no definitive answer. I guess anything goes. ... It depends
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 13:23
I think the 'real' world, with physical objects is quite acid at the speeds that we are used to, but beyond that, all bets are off.. :) And most things we
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 13:10
"The real world is pretty ACID." citing? There are hundreds if not thousands of research papers, articles, etc that say the opposite of this. Here is one
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 13:08
... An simple example. Product and Order, two entities belonging to two distinct Aggregates. We then serve a product the Order in the form of a value object
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 13:01
Hi, ... If you mean appear as part of, then NO. If you mean appear by materializing it as Value Object the yes. Does this help? Cheers, Nuno
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 12:58
Hi Sebastian, I hope you don't mind jumping in. ... Yes. Time (domain time). ... The real world is pretty ACID. ... The real world is fully consistent! THERE
Categories: Discussion

Re: Using Entities from other Bounded Contexts

Fri, 09/03/2010 - 12:35
Hi Mosh, You may find this useful: http://tech.groups.yahoo.com/group/domaindrivendesign/message/19600 More to your question, on p383 note the closing
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 12:30
Hi Sebastian, Thanks for bringing up the small BC again. I meant to comment on that, too. Maybe you already know, but there is a pattern in the blue book that,
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 12:22
Every time I think I get DDD, posts pop up that tell me I've got it all wrong. Then deeper in the thread the ambiguity of proper DDD pops up again. I also
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 11:59
... That's why I say that if we define really small cohesive BCs, maybe from an ideal perspective it would be possible to avoid UOW. The only need we use
Categories: Discussion

Re: Performance considerations

Fri, 09/03/2010 - 11:39
Hi Sebastian, I want to make sure I am not misunderstood. I do think that Greg's assertions about this make sense many times, maybe even most times (but that's
Categories: Discussion