-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am implementing an EMR project. I would like to apply a DDD based approach to the problem. I have identified the "Patient" as being the core object of the system. I understand Patient would be an entity object as well as an aggregrate. I have also identified that every patient must have a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I cannot find any info about doing Domain Driven Design (DDD) with Grails.
I'm looking for any best practices, experience notes or even open source projects that are good examples of DDD with Grails.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
During many, sometimes inundating, debugging sessions using DDD, I stumble upon loops. And I keep pressing next to get passed it, and if there are many iterations, I just set a break point right after it, and press "continue." Is there any other way to go passed loops?
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
During many, sometimes inundating, debugging sessions using DDD, I stumble upon loops. And I keep pressing next to get past it, and if there are many iterations, I just set a break point right after it, and press "continue." Is there any other way to go past loops?
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've always developed code in a SOA type of way. This year I've been trying to do more DDD but I keep getting the feeling that I'm not getting it. At work our systems are load balanced and designed not to have state. The architecture is:
Website
===Physical Layer==
Main Service
==Physical Layer==
Server…
>>> More