Search the web
Sign In
New User? Sign Up
domaindrivendesign · Domain-Driven Design
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4869 - 4898 of 7814   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4869
Jo, For point 2 you may wish to look at the domain again and do a little refactoring. Specifically in line with Intention-revealing interfaces,...
jupitermoon_beam
jupitermoon_...
Offline Send Email
Feb 1, 2007
11:09 am
4870
Hi, I wondered if any one could help me out and point the DD way for me? I have an interesting - though I doubt uncommon - problem: aggregates are formed from...
jupitermoon_beam
jupitermoon_...
Offline Send Email
Feb 1, 2007
2:21 pm
4871
This is a known problem for all federated data access. That doesn't make it any simpler of course, I know. The best practices I have been applying to this in...
berthooyman
Offline Send Email
Feb 1, 2007
2:46 pm
4872
I'll admit that there is a lot to digest and some stuff is stretching me a little so can I start with I understand this as...? So, if I understand this right...
jupitermoon_beam
jupitermoon_...
Offline Send Email
Feb 1, 2007
3:37 pm
4873
Yes you got it right. You could make life a little easier by 'folding' your toplevel customer repository and your federation service into one class - I don't...
berthooyman
Offline Send Email
Feb 1, 2007
3:59 pm
4874
Cheers Bert - I'm glad I'm running on the right tracks! How about we stretch this a stage further and treat each provider as it's own domain. Then the federal...
jupitermoon_beam
jupitermoon_...
Offline Send Email
Feb 1, 2007
6:28 pm
4875
Hi Ron, This is a relatively interesting framework-ish question that doesn't come up very often. I think there can be advantage in extracting common behaviors...
Randy Stafford
randalparker...
Offline Send Email
Feb 2, 2007
12:38 am
4876
I realize this is a rather old topic, but I'm having a similar problem and none of the solutions suggested in the thread seem to solve my issue. In my case,...
Nick
nickanon72
Offline Send Email
Feb 2, 2007
2:13 am
4877
Hmm, not sure why you would say you shouldn't have a Tracks collection. In option 2 you can retrieve tracks based on a name from an album. However, what if you...
Bil Simser
sim0099
Offline Send Email
Feb 2, 2007
2:46 am
4878
Looks good to me. Personally I would not expose the versioning mechanism in a separate repository. Similar to how you must work with object identifiers and ...
berthooyman
Offline Send Email
Feb 2, 2007
8:31 am
4879
I suppose it depends on how mature your repositories are. I have found lots of opportunities for implementation of common behaviour in working with...
berthooyman
Offline Send Email
Feb 2, 2007
8:45 am
4880
I'm positively certain the music industry views tracks as independently navigable entities. Just check the ratio of new album releases versus compilations.... ...
berthooyman
Offline Send Email
Feb 2, 2007
8:56 am
4881
What about when value objects have to be loaded from infrastructure? For example an order form requires a form country to post to. A drop down list of Country...
jupitermoon_beam
jupitermoon_...
Offline Send Email
Feb 2, 2007
9:44 am
4882
As country is an attribute of the order, I think it would be best to manipulate the country value through the order repository. And for populating drop down...
berthooyman
Offline Send Email
Feb 2, 2007
10:19 am
4883
Could you publish your repository code? :) Thanks, Abel A....
aabelro
Offline Send Email
Feb 2, 2007
10:23 am
4884
I wrote a requirements doc and a design doc that I can share - those are both relatively free of technology. In my daytime job I do not code myself so I cannot...
berthooyman
Offline Send Email
Feb 2, 2007
10:51 am
4885
This comes up all the time in my world. For the majority of processing, something like Album is a good choice for an aggregate root so I model the system that...
Stasko, Roger
rogerstasko
Offline Send Email
Feb 2, 2007
2:01 pm
4886
Nick, Given that there is a use case where you search for Tracks based on some criteria, I would model the relation between Track and Album as bidirectional...
Jeff Lowe
jefflowe7
Offline Send Email
Feb 2, 2007
3:01 pm
4887
I agree; aggregate identification is influenced as much by interaction design as by existence dependencies. Randy ________________________________ From:...
Randy Stafford
randalparker...
Offline Send Email
Feb 2, 2007
4:30 pm
4888
I have come to the same conclusion and it makes life much easier. Look at all your information as a tangled web of associations. You should be able to start...
berthooyman
Offline Send Email
Feb 2, 2007
4:35 pm
4889
Value Objects and Exceptions leaking out of the Domain Layer Hi, I've been reading DDD lately and have a question about layers' boundaries: Is it safe to let...
Xavier
gallathorn
Offline Send Email
Feb 2, 2007
9:20 pm
4890
This topic came up once before but there wasn't much of an answer: http://tech.groups.yahoo.com/group/domaindrivendesign/message/4425 The answer was that AOP...
Bil Simser
sim0099
Offline Send Email
Feb 5, 2007
6:39 pm
4891
Hi, You can probably use the GoF Decorator Pattern in order to simulate AOP on your services... To put it in a nutshell, this pattern is pretty much like...
Sami Dalouche
samokkk
Offline Send Email
Feb 5, 2007
10:14 pm
4892
Posted by: "Stasko, Roger" Roger.Stasko@... rogerstasko Fri Feb 2, 2007 6:01 am (PST) ... We do something similar. In essence it is a...
Ian Cooper
ian_hammond_...
Offline Send Email
Feb 5, 2007
11:17 pm
4893
I'm tackling a variant of this for a client, which is simpler in some ways and possibly harder in others. Their legacy system has a database with natural keys...
Rick Mugridge
rickmugridge
Offline Send Email
Feb 6, 2007
1:54 am
4894
Depending on what you are trying to achieve, giving up the DDD approach in this particular scenario doesn't sound like a bad idea - the piece of the app that...
berthooyman
Offline Send Email
Feb 6, 2007
8:27 am
4895
Does anyone have any good breakdowns/examples of auditing using AOP?...
jupitermoon_beam
jupitermoon_...
Offline Send Email
Feb 7, 2007
5:03 pm
4896
Sorry for replaying so lately. I have installed Vista, and I have been busy setting things up. I don't have a good place for the design documents you...
aabelro
Offline Send Email
Feb 7, 2007
5:35 pm
4897
Hello! For some time I have been thinking on the following two sentence: "Yet another approach for querying is to use the Specification pattern" ... "Even...
michal_talaga
Offline Send Email
Feb 7, 2007
8:02 pm
4898
Hello! Before I begin I would like to say that I don't know if it is the right group to post this question, but I have found it difficult to find a better...
michal_talaga
Offline Send Email
Feb 8, 2007
4:01 pm
Messages 4869 - 4898 of 7814   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help