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: 4074
  • 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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Assume we have a classic Person and a related repository interface: interface IPersonRepository { Add(Person p); Delete(Person p); } Now I want to have three...
6 Oct 15, 2008
6:03 pm

Jørn Wildt
jorn_lind_ni...
Send Email

As a new DDD beginner i want to show you a example code and I want to learn your thougths about which one is more suitable for DDD. Also it would be nice to...
10 Oct 14, 2008
1:54 am

Jonathan Harley
agilista
Send Email

I've got this Entity, say Person, that can be updated through a web service call. From that call I get a PersonUpdate, which is an object containing a...
5 Oct 13, 2008
10:21 am

jons.weimarck
Send Email

Friends, I don´t understand this image: http://martinfowler.com/eaaCatalog/repository.html. To see that the client sends the criteria for the repo. Can I...
14 Oct 13, 2008
6:06 am

Eric Hauser
ehauser421
Send Email

Hello all, Okay, so I went to see a company about the development of a new system. They, however, have a heavy framework and it seems to be a given that the...
9 Oct 10, 2008
2:18 pm

exptrade2001
Send Email

[my google-fu has failed me. if the answer exists elsewhere, please point me to it. thanks] We our dipping our toes into the domain driven waters and have some...
10 Oct 9, 2008
8:04 am

Eben Roux
eben_roux
Send Email

One part of DDD that I think is overlooked is object-oriented design and the concept of sending messages to objects, Smalltalk style, as opposed to invoking...
23 Oct 6, 2008
12:06 pm

moffdub
Send Email

Does anyone have experience with customization of domain models (and, well, hmmm, entire applications)? I know "customization" is quite a broad term, so let me...
14 Oct 5, 2008
8:21 pm

Jørn Wildt
jorn_lind_ni...
Send Email

I have a Problem entity that may have a Solution entity related to it. The Problem entity can be persisted before a solution is assigned to it. I would like to...
9 Oct 5, 2008
12:11 pm

Ged Byrne
gedb01
Send Email

Let's consider a system with a bunch of different windows - some of them have public access, independently of what data they show, some are restricted, and...
9 Oct 3, 2008
7:53 am

Peter Morris
mrpmorris
Send Email

Hi, This might seem like a stupid question, but I want to see what others are doing. They say that a rule of thumb is that each aggregate root gets it's own...
18 Sep 28, 2008
7:47 pm

Jonathan Harley
agilista
Send Email

I don't really understand what the problem with shared value objects is. @Matthias: i can insert millions of equal value objects at the same time. That's the...
3 Sep 28, 2008
12:54 am

ryzamm
Send Email

Hi all I want to know the good approach when come to start TDD in DDD, do you start your test from ApplicationServices layer or do you start the test in the...
5 Sep 27, 2008
7:04 pm

Jonathan Harley
agilista
Send Email

I'm trying to find a good solution for getting info to the UI when something particular happens in the domain. Basically, I think I'm looking for some kind of...
22 Sep 26, 2008
12:55 am

Adam Dymitruk
adymitruk
Send Email

Hi all I'm trying to design my new project to follow DDD rules. I'm using ASP.Net MVC and NHibernate as my web framework and I'm stuck to allow developer to...
3 Sep 26, 2008
12:27 am

ryzamm
Send Email

Hi, I have a domain that contain call list and call item, call list is for supervisor read information, and the call is for agent call customer and fill in...
2 Sep 24, 2008
10:48 pm

moffdub
Send Email

Hi,   Let's assume that there is a database with a single  Customer Table.  Multiple users will access this database via a WebService.    I have   ...
3 Sep 23, 2008
6:36 pm

rhysevancampbell
rhysevancamp...
Send Email

I'm new to this group, so I apologize in advance if this question has been asked before (I've done some initial searches on "procedural refactoring" which...
4 Sep 23, 2008
6:35 pm

Steven Smith
stevenator2
Send Email

I find myself writing lots of code like this in the presentation layer: If MyEntity.Customer Is Nothing Then Me.lblText = "Customer Not Set" Else Me.lblText =...
4 Sep 23, 2008
5:21 pm

jasonmeckley
Send Email

Those of you living in NYC might be interested in a group that I set up here, DDD-NYC. We meet every 1st Wednesday of the month. You can find out more at the...
1 Sep 23, 2008
2:43 am

Vladimir Gitlevich
vlad_gitlevich
Send Email

I am building a warranty claim system for bike faults for a shop, each fault will have a fix and each fix a number of steps. For example a fix for a fault...
5 Sep 21, 2008
7:57 pm

Scott Millett
elbandit33
Send Email

I wonder how other people handle a distributed(*) application startup in a highly modulized system? In my case I have a bunch of decoupled "plugin" modules...
2 Sep 21, 2008
6:38 pm

Jonathan Harley
agilista
Send Email

Hi, I'm looking for a clean approach for injecting dependencies into entities instances. In this specific case I need to inject a set of validations that ...
3 Sep 20, 2008
1:39 pm

jasonmeckley
Send Email

In dealing with large collections when they are down the aggregate tree, for performance reasons, it seems we can't always use a Repository to interact with...
11 Sep 19, 2008
12:22 pm

S Sobótka
slaweksobotka
Send Email

I have just started reading DDD. I am unable to completely grasp the concept of Entity vs Value objects.. Can someone please explain the problems...
2 Sep 17, 2008
10:13 am

jasonmeckley
Send Email

Clearly, annotations simplify the maintenance of persistent domain entities. However, I have a situation where the same set of entities will be used in...
7 Sep 16, 2008
10:14 pm

Sebastian Jancke
sebastian.ja...
Send Email

... In Qi4j the focus is on being able to use DDD concepts while designing the domain and application. For persistence we then have a REST-extension so that...
1 Sep 15, 2008
1:06 pm

Rickard Öberg
rickardoberg
Send Email

I have an app that manages billing and invoicing for a consulting firm. Every night the application has to do a reconciliation between the contractor...
3 Sep 15, 2008
1:28 am

moffdub
Send Email

Consider the case where a Person has a reference to some Organizational Unit. Somewhere in the system we have a UI with a list of users. On this list I want to...
3 Sep 12, 2008
6:23 pm

Jørn Wildt
jorn_lind_ni...
Send Email

Hi I am developing an application with the following setup, and I am not quite sure how to model role registrations: - We have organizational units...
8 Sep 12, 2008
8:07 am

Nino Martincevic
zampano3000
Send Email
  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