Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

domaindrivendesign · Domain-Driven Design

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4073
  • Category: Software
  • Founded: Sep 27, 2002
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 21034 - 21063 of 24070   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
21063 Richard Dingwall
rdingwall@... Send Email
Mar 7, 2011
11:26 am
... Yep, because session is already a unit of work. You're just wrapping it twice. -- Richard Dingwall http://richarddingwall.name...
21062 tnabil76 Send Email Mar 7, 2011
6:06 am
Could you please point out where this is mentioned in the book? The page number would help....
21061 vvernon_shiftmethod
vvernon_shif... Send Email
Mar 5, 2011
4:52 am
Correct. Consider this. If you created a second application service method much like another existing one, but with some difference in use case flow, would you...
21060 zakyalvan@...
zakyalvan Send Email
Mar 4, 2011
11:20 pm
For clearance,did you mean 'But you don't execute any business logic here, nor does the application layer maintain any business state.' are in application...
21059 zakyalvan@...
zakyalvan Send Email
Mar 4, 2011
11:20 pm
In my daily design and coding practice,service object in application layer used for coordinating transaction call to domain layer object or just a facade...
21058 odiego.vera Send Email Mar 4, 2011
10:40 pm
Hi everybody, Thanks for your posts. I think someone said the right tool for the right problem, I like that. Of course everything can be adapted in a framework...
21057 vvernon_shiftmethod
vvernon_shif... Send Email
Mar 4, 2011
7:23 pm
Have you taken a look at the Layers Architecture pattern in the blue book? It should answer your questions. If you have experience with JEE you might think of...
21056 cipto j
oci_beken Send Email
Mar 4, 2011
3:30 pm
Hi guys, I've been on a lot of confusion about application layer and domain layer. each layer can have it's own service right, and em.. some said application...
21055 axbeguep Send Email Mar 4, 2011
12:50 am
you need a persistance infraestructure and plugger sow a way of doing that, and is open source so you can adapt it to your needs or use it as an example for...
21054 Jason Marston
marston.jason Send Email
Mar 3, 2011
9:56 pm
You have that absolutly right Greg. It is the definition, the agreed meaning of the word that counts. It is about all parties agreeing what it means rather...
21053 Jason Marston
marston.jason Send Email
Mar 3, 2011
9:51 pm
I would agree with you however, that a framework for DDD is simply too broad a definition for any serious framework. That is why in my last posting I...
21052 Jason Marston
marston.jason Send Email
Mar 3, 2011
9:49 pm
I think it depends on what you mean by framework. To me a software framework is an abstraction in which common code providing generic functionality can be...
21051 odiego.vera Send Email Mar 3, 2011
9:29 pm
Hi everybody, Plugger-Project is interesting, however I still think that a framework for DDD is not possible because every project has different requirements...
21050 Joel Neely
joel.neely Send Email
Mar 3, 2011
9:12 pm
That link goes to a GoDaddy spam page. I think the correct one is http://www.plugger-project.org/ but please correct if I'm mistaken. -jn- ... -- Beauty of...
21049 axbeguep Send Email Mar 3, 2011
5:55 pm
Yes sorry it is http://www.plugger-project.org/...
21048 odiego.vera Send Email Mar 3, 2011
4:56 pm
Hi, thanks for your answer but the website does not exist. Do you mean this one? http://www.plugger-project.org/ Thanks, Omar Diego...
21047 Greg Young
gumboismadeo... Send Email
Mar 3, 2011
3:10 pm
There are often times words in other languages that are real business terms that just don't exist in English. In these cases we have tended to use the original...
21046 axbeguep Send Email Mar 3, 2011
2:48 pm
Check this framework and example of DDD infraestructure www.plugger-framework.org You will find an example of DDD persistance and persistance rules and...
21045 vvernon_shiftmethod
vvernon_shif... Send Email
Mar 3, 2011
5:57 am
I am unaware of an exhaustive list of approaches. If you are starting from scratch and have a choice you may want to consider a few options. For one,...
21044 vvernon_shiftmethod
vvernon_shif... Send Email
Mar 3, 2011
5:48 am
I have done lots of multilingual computing projects, with full localizations, etc. However, on such projects the model was always developed in English and all...
21043 Ben Fulton
ben_fulton2000 Send Email
Mar 3, 2011
3:33 am
Thanks for everyone's great ideas. As Vaughn pointed out, I almost answered my own question by saying that the term "Depended on Context", and many of the...
21042 odiego.vera Send Email Mar 3, 2011
12:55 am
Hi there, is there anywhere patterns or best practices about persisting the domain model? Thanks in advance, -Omar Diego...
21041 odiego.vera Send Email Mar 3, 2011
12:55 am
Hi there, I got a question about the ubiquitous language. What will be the best way to go in an international project where people are talking in different...
21040 Zurillo, David
hoogahmaboogah Send Email
Mar 2, 2011
2:54 am
I don't think I explained myself enough (was on iPhone in car when thought popped into my head). Firstly I am new to DDD and CQRS (a few days of reading net...
21039 Greg Young
gumboismadeo... Send Email
Mar 1, 2011
2:22 pm
class Garden { private List<Beds> beds = new List<Beds>(); public void SubdivideBed(string newName) { if(beds.Contains((x) => x.Name == newName)) { throw new...
21038 Nuno Lopes
nbplopes Send Email
Mar 1, 2011
10:31 am
Hi Greg, ... I believe that CQRS as a concept, has a design pattern should be in the DDD list. Yet a lot of concerns about CQRS is about implementation, and...
21037 Nuno Lopes
nbplopes Send Email
Mar 1, 2011
10:21 am
Having said this, You might find out that your app has no business in managing Gardening Resources as a whole, in which case the global id you are mentioning...
21036 Nuno Lopes
nbplopes Send Email
Mar 1, 2011
10:09 am
... Hi, If you can define a garden bed without a garden then your problem only appears when adding the garden bed to the garden. This also means that a garden...
21035 Zurillo, David
hoogahmaboogah Send Email
Mar 1, 2011
8:38 am
... Ps. Sorry if this message reached the group twice. First time I forgot to add subject :). ... ...
21034 Zurillo, David
hoogahmaboogah Send Email
Mar 1, 2011
8:38 am
Can someone please point me in the right direction when implementing ddd and cqrs to where the following logic should be: I have an entity that has a domain...
Messages 21034 - 21063 of 24070   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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