Domain-Driven Design
Updated: 4 min 31 sec ago
10 hours 45 min ago
+1 for DDD Immersion. I just saw a tweet today from @domainlanguage that there are still openings for the NYC class next month, which Eric himself will teach:
11 hours 14 min ago
+1 for DDD Immersion. Whether you've read the book or not, getting such an in-depth guide to domain modeling, from someone whose spent so much of his life
21 hours 38 min ago
It does indirectly by suggesting a split in the canonical model. Remy. ... others ... it ... each ... example ... as a ... design ... in
Thu, 02/02/2012 - 19:12
Not quite sure how it relates to my 2 questions :)
Thu, 02/02/2012 - 16:50
Mike, I would highly recommend Eric Evans' Domain-Driven Design Immersion class. I had the privilege of
Thu, 02/02/2012 - 16:13
The DDD Denver meetup is looking for speakers. If you work near or are going to be in the area and have a noteworthy DDD topic to share, please let me know. We
Thu, 02/02/2012 - 09:29
If the other system also publishes events, then it could simply be a matter of eventual consistency. System A publishes an event that contains part of the
Thu, 02/02/2012 - 04:09
You guys are lucky ________________________________ From: moranlf To: domaindrivendesign@yahoogroups.com Sent: Thursday, February 2, 2012
Thu, 02/02/2012 - 01:08
There is no "real" world, only business ones, with biased and overlapping concerns and semantics. One solution is to distinguish between two types of domains:
Thu, 02/02/2012 - 00:49
Should domains be defined separately for objects and aspects ? http://caminao.wordpress.com/2012/02/01/objects_with_attitudes/ Remy Fannader
Thu, 02/02/2012 - 00:49
Hello Mike, I don't think Udi meant that you should *never* use request/response in a system. It probably relates more to the use of a service bus where we
Thu, 02/02/2012 - 00:26
Hi Mike I've attended a 1-day workshop with Juval Lowy (of idesign.net), where he presented some main concepts of his 5-day Architect's Master Class. I've not
Wed, 02/01/2012 - 23:38
Hello, I attended Udi's 5-day course on SOA and really enjoyed it. Just wondering if there are any other similar workshops around US? I saw one on DDD by Eric
Wed, 02/01/2012 - 20:58
One thing I'm still confused about canonical data model is how is it actually implemented in real world. I'm assuming the idea is that each domain/service has
Wed, 02/01/2012 - 20:49
Interesting point. I completely agree that publisher should decide what to reveal, rather than being dictated by the other world. Ok, now here is the
Wed, 02/01/2012 - 12:16
If specific listener needs more data than it's its problem to gain that data. For example call some service that provides additional data. We can assume that
Wed, 02/01/2012 - 04:20
Events are meant to happen once; they are associated to changes in the state of objects or activities. They can be known directly or though messages but
Wed, 02/01/2012 - 04:08
Hi, Events reflect what gets changed as a consequence of executing an operation against an Aggregate. In other words, that is the axis of change for an event
Tue, 01/31/2012 - 18:54
Hi Mike, In my opinion a general rule of thumb is that messages should hardly ever need to be changed. If you need that, you'd better create a new message.
Tue, 01/31/2012 - 18:23
Hello, I was having a chat with a friend about publish/subscribe but he raised an issue that I had no answer to. Consider this scenario: Our publisher