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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4047 - 4076 of 7814   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4047
Hi guys, I'm having a problem with a domain that's evolved. It wasn't built using TDD (the team wasn't there yet) so I've been going through the domain and...
Bil Simser
sim0099
Offline Send Email
Aug 3, 2006
1:25 pm
4048
Hi Bill. What do you guys do when you see this and how to begin to refactor the ... Too bad, in my experience if a medium to complex domain model has been ...
Sergio Bossa
sergio_bossa
Online Now Send Email
Aug 3, 2006
1:47 pm
4049
We are facing very similar problem - no clear domain model, lots of objects with getters/setters. We are trying to break up these large "objects" into smaller...
Dmitri Dolguikh
witlessbird@...
Send Email
Aug 3, 2006
2:18 pm
4050
I imagine that most every business system has a Customer object. So I'm curious what experiences people have had in creating non-anemic customer objects. If...
billhamaker
Offline Send Email
Aug 3, 2006
2:49 pm
4051
I figured that it was about time I tried the wonderful world of blogging. So I've created a new blog the first entry which is related to this question. ...
billhamaker
Offline Send Email
Aug 3, 2006
3:06 pm
4052
Hey Bil, I would say that the approach one takes depends upon how much time one can devote to the task. One approach is to do unit/functional tests for a ...
Jonathan Harley
agilista
Offline Send Email
Aug 3, 2006
4:11 pm
4053
Dmitri has is right for the testing. 100% coverage is a great theoretic idea but it means an unfortunate majority of the test code is trivial. If a...
Kevin L. Stewart
grimaldon
Offline Send Email
Aug 3, 2006
4:21 pm
4054
Hi Bill, You might be interested in the some customer modeling standards. I know that it's not really what you asked for, since these standards are XML based...
Pascal Lindelauf
plind69
Offline Send Email
Aug 3, 2006
5:43 pm
4055
Hi Bil, quite a good question. I think I'm in quite a similar situation at my current workplace (and at my former workplace for that matter). My current view...
Dave LeBlanc
dleblanc_ns
Offline Send Email
Aug 3, 2006
6:17 pm
4056
I'd suggest looking at the system behavior as the starting point of your refactoring. If you have a bunch of objects that are basically data containers, the...
dion.stewart@...
touchgtr
Offline Send Email
Aug 3, 2006
6:17 pm
4057
Hi Bil, quite a good question. (The mailing list seemed to miss this when I first posted, here it is again). I think I'm in quite a similar situation at my...
Dave LeBlanc
dleblanc_ns
Offline Send Email
Aug 3, 2006
6:21 pm
4058
It might be trivial question but I would still like to ask. This question is about a java web application that allows customers to submitt online orders. I am...
faikeeyes
Offline Send Email
Aug 3, 2006
9:24 pm
4059
can a value object have an identity?...
kumbhkaran_21
Offline Send Email
Aug 4, 2006
11:25 am
4060
No. By their very definition Value Objects don't have identity. Two identical VO's should be completely indistinguishable from and interchangeable with each...
Alasdair Gilmour
alasdair_gil...
Offline Send Email
Aug 4, 2006
12:08 pm
4061
That said, a value object may contain business data that could be used as an identifier for some purpose. For example, last name, first name, SSNO, student ID,...
Jim Amsden
jim_amsden
Offline Send Email
Aug 4, 2006
12:45 pm
4062
Hi all, I got a question about aggregate design, more or less related to Jan's thread (Design Question). First of all I want to introduce you to the model. We...
Johan Andersson
nswjohan
Offline Send Email
Aug 4, 2006
5:17 pm
4063
Hi ! ... It all depends on the meaning behind this date. ... (submitOrder.jsp) ... Security wise I wouldn't do it, doing it this way means that client is ...
Guillaume Taglang
gtaglang@...
Send Email
Aug 4, 2006
5:19 pm
4064
Hi I wonder if you have some specific thought about using: (Hibernate XOR Stored Procedures) I am currently develiping an Eclipse based RCP and I have been ...
Hugo Garcia
elhugonyc
Offline Send Email
Aug 4, 2006
8:04 pm
4065
Hi Hugo, If you haven't already come across Martin Fowler's article <http://www.martinfowler.com/articles/dblogic.html> on domain logic and SQL, it may spur...
Randy Stafford
randalparker...
Offline Send Email
Aug 4, 2006
8:24 pm
4066
Say I want to create a Client, which will serve as the root of an aggregate. The different objects in the aggregate, including the Client itself, require...
Chris Gardner
chris_gardner76
Offline Send Email
Aug 4, 2006
8:25 pm
4067
I would normally settle for the old plain field init, most of the time if works just fine without affecting too much on your domain model withount losing too...
erymuzuan
Offline Send Email
Aug 5, 2006
1:17 am
4068
I have an entity Hotel,which has a collection of room entity..now,i can add room to a hotel..Hotel.addroom..and then save..Hotel.save..I am using...
kumbhkaran_21
Offline Send Email
Aug 5, 2006
1:11 pm
4069
I have an entity Hotel,which has a collection of room entity..now,i can add room to a hotel..Hotel.addroom..and then save..Hotel.save..I am using...
kumbhkaran_21
Offline Send Email
Aug 5, 2006
1:28 pm
4070
... Why does NHibernate force you to do so? I often use Hibernate and I've never encountered such limitation. Maybe NHibernate is not the same ... please...
Sergio Bossa
sergio_bossa
Online Now Send Email
Aug 5, 2006
2:08 pm
4071
I personally would prevent using store procedure if I can, JDBC is not that bad. By the way, why they don't allow you to use hibnerate?...
Carfield Yim
c8133594
Offline Send Email
Aug 5, 2006
5:20 pm
4072
... I would use them if: I wanted to obscure my logic so all my good OO people found them hard to understand, or I wanted to make my application hard to test,...
hal arnold
halarnold2000
Offline Send Email
Aug 5, 2006
7:25 pm
4073
... I think it is that they do not do programming beyond "simple" scripting. By "simple" I mean that they do lots of data manipulation to apply x or y ...
Hugo Garcia
elhugonyc
Offline Send Email
Aug 5, 2006
7:26 pm
4074
Just as Sergio said in case of Hibernate, the same holds for NHibernate: there's definitely no need to declare a reference back from Room to Hotel. A simple...
Pascal Lindelauf
plind69
Offline Send Email
Aug 6, 2006
6:48 pm
4075
Hi Folks, Just getting myself into DDD after reading 'the book' as well as Jimmy Nillson's Applying DDD, but at the moment getting myself a bit confused with...
gamurchison
Offline Send Email
Aug 6, 2006
7:01 pm
4076
Hi Johan, First of all: welcome to the DDD forum! I always like the discussions going on here; hope you do too! With regard to your problem: I don't see...
Pascal Lindelauf
plind69
Offline Send Email
Aug 6, 2006
7:19 pm
Messages 4047 - 4076 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