I have a list of classes that represent mydatabase tables for example Address,Client. My GUI tends to be a grid of data and an data entry form.This works fine for single table data entry however I no
I\'m doing research and one point I want to cover is \"What is the relationship between Domain-driven Design and Aspect oriented programming?\"
I\'ve been studying DDD for the past 2 weeks, and one of the things that really stuck out to me was how aggregate roots can contain other aggregate roots. Aggregate roots are retrieved from the reposi
I started experimenting with Spring Roo just recently. It does a very nice job helping one build a domain model with integrated persistence rather quickly. As it adds persistence functionality in aspe
I\'m using C++ (with the Qt library) to make a simple domain modeled application. I am writing my own O/R mapping classes. As this application will grow in the future I\'m trying to keep a clean codeb
I am looking for the most appropriate way of dealing with a user activity feed on my social networking site. At the moment i have several activities which can appear on the news feed such as:
Is there an equiv开发者_Go百科alent of DDD in FP? It seems to me that DDD is only valid in OOP paradigm.It depends how seriously you preach the DDD gospel:
I have an abstract ba开发者_开发技巧se class called Person with subclasses Employee and Customer.
I\'m just getting started in DDD, and I\'m having some trouble figuring out how to accommodate the relational nature of my data.I have what I believe would be considered my aggregate root, but the agg
Our team is fairly new to domain driven design.We have a new project that just moved from design phase into coding phase.In the design phase, some team members created UML design m开发者_JAVA技巧odels