I\'m still learning about DDD and I have these two (probably simple) questions: If a Factory creates new object/graph/aggregate instances, but also \"reconstitutes\" objects/graphs from the Repositor
So I\'m fairly new to DDD and am trying to build a scalable and flexible system for my current employer (Real Estate Agency) that will help us speed up internal company procedures.
We are migrating a current C# application to use nHibernate. As nHibernate promotes a purely domain driven design can we add business objects as properties of classes or should be continue to use an I
I have some general questions about framework design. I am building an API for an iPhone application in C#.NET (framework 3.5), & SQL 2008 (using LINQ). I have followed the Domain-Driven-Design
Suppose I have an application for courses management. BACK-END STUDENT: the student can view the courses, subscribe course, rate course...
I am building an application that allows users to make changes to objects, but the changes have to be approved before they are made permanent. I am using NHibernate.
I\'m trying to configure and Maven multi-module project with Spring / JPA. Here\'s the general layout. I have a root module with 5 children modules.
A common MVVM/WPF approach is to data-bind the UI\'s controls directly to the underlying model object. The model object may contain its own validation logic (perhaps exposed via IDataErrorInfo) or may
Are there any sample applications available that show implementing DDD with Enterprise Libr开发者_JAVA技巧ary 5.0.if you have interesting then have a look this project
How to organize my domain layer using django? I know I can write custom managers to hold my queries b开发者_StackOverflow中文版ut what if I want something more flexible like the specification pattern