Skip to search.
domaindrivendesign · Domain-Driven Design

Group Information

  • Members: 2907
  • Category: Software
  • Founded: Sep 27, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 4869 - 4898 of 23085   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4869 jupitermoon_beam
jupitermoon_... Offline Send Email
Feb 1, 2007
11:09 am
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,...
4870 jupitermoon_beam
jupitermoon_... Offline Send Email
Feb 1, 2007
2:21 pm
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...
4871 berthooyman Offline Send Email Feb 1, 2007
2:46 pm
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...
4872 jupitermoon_beam
jupitermoon_... Offline Send Email
Feb 1, 2007
3:37 pm
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...
4873 berthooyman Offline Send Email Feb 1, 2007
3:59 pm
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...
4874 jupitermoon_beam
jupitermoon_... Offline Send Email
Feb 1, 2007
6:28 pm
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...
4875 Randy Stafford
randalparker... Offline Send Email
Feb 2, 2007
12:38 am
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...
4876 Nick
nickanon72 Offline Send Email
Feb 2, 2007
2:13 am
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,...
4877 Bil Simser
sim0099 Offline Send Email
Feb 2, 2007
2:46 am
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...
4878 berthooyman Offline Send Email Feb 2, 2007
8:31 am
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 ...
4879 berthooyman Offline Send Email Feb 2, 2007
8:45 am
I suppose it depends on how mature your repositories are. I have found lots of opportunities for implementation of common behaviour in working with...
4880 berthooyman Offline Send Email Feb 2, 2007
8:56 am
I'm positively certain the music industry views tracks as independently navigable entities. Just check the ratio of new album releases versus compilations.... ...
4881 jupitermoon_beam
jupitermoon_... Offline Send Email
Feb 2, 2007
9:44 am
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...
4882 berthooyman Offline Send Email Feb 2, 2007
10:19 am
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...
4883 aabelro Offline Send Email Feb 2, 2007
10:23 am
Could you publish your repository code? :) Thanks, Abel A....
4884 berthooyman Offline Send Email Feb 2, 2007
10:51 am
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...
4885 Stasko, Roger
rogerstasko Offline Send Email
Feb 2, 2007
2:01 pm
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...
4886 Jeff Lowe
jefflowe7 Offline Send Email
Feb 2, 2007
3:01 pm
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...
4887 Randy Stafford
randalparker... Offline Send Email
Feb 2, 2007
4:30 pm
I agree; aggregate identification is influenced as much by interaction design as by existence dependencies. Randy ________________________________ From:...
4888 berthooyman Offline Send Email Feb 2, 2007
4:35 pm
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...
4889 Xavier
gallathorn Offline Send Email
Feb 2, 2007
9:20 pm
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...
4890 Bil Simser
sim0099 Offline Send Email
Feb 5, 2007
6:39 pm
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...
4891 Sami Dalouche
samokkk Offline Send Email
Feb 5, 2007
10:14 pm
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...
4892 Ian Cooper
ian_hammond_... Offline Send Email
Feb 5, 2007
11:17 pm
Posted by: "Stasko, Roger" Roger.Stasko@... rogerstasko Fri Feb 2, 2007 6:01 am (PST) ... We do something similar. In essence it is a...
4893 Rick Mugridge
rickmugridge Offline Send Email
Feb 6, 2007
1:54 am
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...
4894 berthooyman Offline Send Email Feb 6, 2007
8:27 am
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...
4895 jupitermoon_beam
jupitermoon_... Offline Send Email
Feb 7, 2007
5:03 pm
Does anyone have any good breakdowns/examples of auditing using AOP?...
4896 aabelro Offline Send Email Feb 7, 2007
5:35 pm
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...
4897 michal_talaga Offline Send Email Feb 7, 2007
8:02 pm
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...
4898 michal_talaga Offline Send Email Feb 8, 2007
4:01 pm
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...
Messages 4869 - 4898 of 23085   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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