Tagged Questions
15
votes
3answers
3k views
Validation in a Domain Driven Design
How do you deal with validation on complex aggregates in a domain driven design? Do you consolidate your business rules/validation logic?
I understand argument validation. And I understand property ...
10
votes
5answers
688 views
Is using one-to-one interfaces with domain entities a good or bad practice? Why?
One thing I see in some DDD enterprise apps that I work on, is the use of interfaces that are identical to the domain entities, with a one-to-one mapping of properties and functions. Indeed a domain ...
8
votes
8answers
807 views
If you are forced to use an Anemic domain model, where do you put your business logic and calculated fields?
Our current O/RM tool does not really allow for rich domain models, so we are forced to utilize anemic (DTO) entities everywhere. This has worked fine, but I continue to struggle with where to put ...
8
votes
7answers
2k views
What methods should go in my DDD factory class?
I am struggling to understand what my factory class should do in my DDD project. Yes a factory should be used for creating objects, but what exactly should it be doing. Consider the following ...
7
votes
1answer
4k views
Consuming REST Web Service in .NET MVC 3
I am working on a .NET 4 MVC 3 application. I'm trying to follow a domain driven design paradigm. Right now, my application is broken into two pieces, a domain and my MVC code for the web. I'd like ...
7
votes
1answer
358 views
methods in DDD entities vs services
Our team is fairly new to DDD, and are trying to implement some of the concepts in our current project. One question that has come up is whether to put methods into entity objects, or service ...
6
votes
2answers
963 views
DDD - Aggregate Root - Example Order and OrderLine
Am trying to get my hands dirty learning the DDD (by developing a sample eCommerce site with entities like Order, OrderLines, Product, Categories etc).
From what I could perceive about Aggregate Root ...
5
votes
2answers
154 views
Caching Code Location in a Domain Driven Design
In an application that has followed a Domain Driven Design where you have the following sorts of concepts
A repository that deals with the DataBase access
A application service that co-ordinates ...
4
votes
2answers
314 views
Using a Non-Anemic Domain Model with Wpf MVVM
I am implementing a WPF based application using MVVMfor the UI.
I have a ViewModel that wraps each editable Model that can be edited. The VM contains all the logic for handling error notifications, ...
4
votes
2answers
307 views
Domain Driven Design question
I would like to ask for a reccomended solution for this:
We have a list of Competitions.
Each competition has defined fee that a participatior has to pay
We have Participators
I have to know ...
3
votes
2answers
91 views
Domain Driven Design Aggregate Referencing Question
I do not have the Eric Evans' Domain-driven design book on me, but it says essentially
External objects may not hold a reference to an entity that is
internal to the aggregate. External objects ...
3
votes
2answers
176 views
Using a non-English ubiquitous language?
While discussing specifications and functional requirements for a recent project, we were talking with the domain experts about accounting terms in Dutch since the whole team and the customers were ...
3
votes
2answers
92 views
Entity Perspectives
Context:
So, I am attempting to build a ridiculously complex domain model. Talking with the users, there are multiple ways the system will be used (For example: one way is from the perspective of ...
2
votes
1answer
79 views
Help determining aggregate roots
I am stuck in a vortex of analysis paralysis trying to apply DDD to various
applications i have either developed in the past or plan on doing in the future.
Lets take for example a simple softball ...
2
votes
5answers
103 views
How to properly design a class that should contain dual language information
If my domain object should contain string properties in 2 languages, should I create 2 separate properties or create a new type BiLingualString?
For example in plant classification application, the ...
2
votes
1answer
119 views
DDD modeling question - help come up with some good names
I believe names are pretty important to get right. It helps make things clear, and I find the logic goes in the right spots when you have a clear idea as to what the abstractions are and what they are ...
2
votes
1answer
449 views
Construction of Domain Object from DTO,Web,DDD,.NET
Lets look at the typical web application scenario
User clicks 'create TEST application' button initiating a get request for TEST application form (in this case .aspx)
Prior to loading the TEST form
...
2
votes
1answer
62 views
Should UI project type be considered in domain model implementation?
Hmm, the question is in title :). Just some thoughts about the problem...
I'm thinking of domain models of my application. I've found that State pattern suits me well as I have Business object that ...
2
votes
1answer
40 views
fluent Nhibernatetest mappings
Hi there
I am using Fluent Nhibernate and I'd like to write tests for my mappings as shown below.
I have a scenario where I have a User class and a UserProfile class
The User class is an entity and ...
2
votes
4answers
393 views
Service behaviour in Entity - how to avoid service injection into entity?
I have an entity structure as follows:
IManager: IDeletable
{
IEnumerable<IFund> Funds {get;}
IFailureNotification Delete();
}
IFund : IDeletable
{
IEnumerable<IFundClass> FundClasses
...
2
votes
1answer
440 views
Repositories for Aggregate Root Only!
I have Category and Product entities. The relationship between the two is one to many. Since, Category is aggregate root I think I should only make a single repository ICategoryRepository which should ...
2
votes
6answers
223 views
Domain Language: What is the best way to express?
One of my client sent me a requirement document and while reading that document there was a flash came in my mind. I started rewriting that big document similar like below. Do you think, an automated ...
2
votes
1answer
736 views
Mapping Linq-to-Sql entities to custom domain entities
How could I map my Linq-to-Sql generated entities (DTO’s) to my domain entities? The problem is that I can’t map the associations because they are not of the same type. The DTO’s uses EntitySet and ...
2
votes
2answers
175 views
How do you negotiate a domain model with your domain experts?
Suppose you're working with a customer's domain experts. You realize (or at least have a reasonable belief) that your model of their problem is clearer than theirs. How do you convince them that they ...
1
vote
0answers
67 views
Should a domain object beeing allowed to delegate to a repository? [closed]
Should a domain object beeing allowed to delegate to a repository?
What kind of components should a domain object beeing allowed to use?
1
vote
3answers
68 views
Multiple entities sharing the same role relationship table
Trying to adhere to DRY principles, would the following be a valid way of having multiple objects share a common role relationship table.
If we have the following types (created purely for this ...
1
vote
1answer
46 views
implementing many to one relationships in object model
Suppose a Person object may have many Addresses but must have one
Do you favor making the one required Address explicit in the object model? If so, any implementation tips?
Cheers,
Berryl
Person{
...
1
vote
1answer
84 views
Domain Driven Design - Aggregate Question
In a nutshell, my domain allows users to submit stories (about a person or team of people) that contain a multitude of different states and transitions its can be in and what behavior is allowed ...
1
vote
5answers
234 views
Repository Interface(s) in Domain-Driven Design
Regarding the contract between the domain and repository, I gather it's best to avoid an all-encompassing generic IRepository interface with methods such as Create() and Delete()? Unless, of course, ...
1
vote
1answer
73 views
detect a change to domain object
There is an Entity:Customer and if the Customer changes his name ( via Web UI), the Customer Service must detect this change and send an email to Administrator.
Now should this responsibility be ...
1
vote
2answers
58 views
Address dilema, Need help
I have Person aggregate in which Address is part and vo , but now i have another aggregate Payment which have another VO PaymentInfo , which contains details like Creditacard number and other ...
1
vote
2answers
110 views
Seeking Tools, Tips, Techniques to learn a new application quickly (from a coding perspective)
I'm a software development consultant looking for some tools to help me quickly understand a new application when I begin a new project at a customer site.
The sort of things i think would be useful ...
1
vote
5answers
270 views
Consuming external webservices in domain driven design
I want to consume external third party web services in my domain driven design project, but i am not able to understand in which layer i should access external web services. In domain services but I ...
1
vote
4answers
200 views
ASP.net, retreive domain name /path
I need to fetch the domain name and path from the request to provide the following return values:
domain1.com/default.aspx returns domain1.com/default.aspx
domain1.com/ returns ...
1
vote
1answer
106 views
OOP Value Objects and Entities in the same class
I am refactoring an old procedural PHP website into a tasty OOP application with a light sprinkling of Domain Driven Design for added flavour.
I keep stumbling upon cases where I have a need for ...
1
vote
1answer
182 views
Understanding Domain Driven Design
Hi
I have been trying to understand DDD for few weeks now. Its very confusing. I don't understand how I organize my projects. I have lot of questions on UnitOfWork, Repository, Associations and the ...
1
vote
4answers
184 views
What is the best practice for retrieving an item in a collection from a domain model?
What is the best practice for retrieving an object from a collection within a domain object with a specified property?
For example, we have a car insurance application which has two classes: a Person ...
0
votes
1answer
80 views
How Do I Decide My Domain Model In This Case?
I need to develop a application for a user's management in a IT Project. This is done in order to learn Grails. I have some problem to start with :
In my sample app, a user has many tasks, belongs ...
0
votes
1answer
85 views
Entity Framework Associations: Error Because the Dependent Role properties are not the key properties
Using Entity Framework 4.1
I have the following tables I'm using with Entity Framework
User ( UserId PK identity, UserName, Password )
Physician ( PhysicianId unique identity, UserId refereces User ...
0
votes
1answer
77 views
Shared functionality in DDD
I'm looking at adding functionality to a DDD project but I'm unsure of the best way to fit it in.
The needed functionality is tagging and user groups manipulation.
As many things will be taggable ...
0
votes
1answer
34 views
Setting up domain names locally for testing?
I will be using one hosting account with several domains parked on it along with a main domain name. I need to be able to show different content based on what domain is being accessed. So, my question ...
0
votes
3answers
153 views
Domain Driven Design- UI make direct call to Repository
In domain driven design, is there any hard and fast rule that the UI layer should not make a call to the data access/repository layer? If not, then how should it work the correct way?
Thanks
0
votes
0answers
109 views
Database context in Domain model
I'm interesting if it is possible to detach database context (even abstract context) from Domain model.
I've tried to implement domain logic for several entities. I'm satisfied with result however I ...
0
votes
1answer
431 views
Ways to Include Doctrine2 Entity Manager With Simple Design Patterns Instead of a Framework
I am just starting out with Doctrine2 and I noticed that it is highly built around design patterns so I wanted to get some ideas on how to create an application around Doctrine2 using more design ...
0
votes
1answer
253 views
Should Data Mapper reference Domain Model?
Hey guys.
I'm reading Martin Fowler's PoEA. Data Mapper pattern is working with Domain objects in this way:
class AbstractMapper...
protected DomainObject load(ResultSet rs) throws SQLException ...
0
votes
1answer
40 views
Is DDD fit for our scenario?
We are trying to come up with an API and serve data-intensive services to potential users.
Our scenario: we are more of less a data vendor where we store massive amount of data in normalized database ...
0
votes
3answers
81 views
How do restrict access to a class property to only within the same namespace
How do restrict access to a class property to within the same namespace? Consider the following class. The Content class cannot Publish itself, instead the ContentService class
will do a few things ...
0
votes
2answers
159 views
DDD Modeling question
I have these two structures in my domain: Exercise (with subjects, solution, difficulty ext.) and Subject which has a name and a father subject. Subject is defined by its attributes so in that sense ...
0
votes
1answer
85 views
(N)Hibernate: core/master mappings with relationships
I am starting a job with a mid size company working mostly on writing custom apps that interact with their ERP system. This is my first time doing this sort of work, so the ERP concept is new to me ...