-
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
-
as seen on Programmers
- Search for 'Programmers'
We're looking at a replacement for our CMS which runs on Oracle. The new CMSes that we've looked at can in theory run on Oracle, but
most of the vendor's installs run off of MySQL
vendor supports install of their CMS on MySQL, and a "theoretical" install on Oracle
the vendor's dev shops use MySQL
none…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I upgraded my host from Debian Lenny to Debian Squeeze, and now my CMS Made Simple site is spewing PHP errors all over the screen. I thought I'd upgrade the CMS because I haven't done so in a while, but Google Chrome tells me that the CMS Made Simple site is infested with malware.
What are my options…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following directory structure in the CMS application we have written:
/application
/modules
/cms
/filemanager
/block
/pages
/sitemap
/youtube
/rss
/skin
/backend
/default
/css
/js
/images
/frontend
/default
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have a problem with a local installation on django cms 2.3.3: i've installed it trough pip, in a separated virtualenv. next i followed the tutorial for settings.py configuration, i started the server. Then in the admin i created an page (home), and i've tried to add an image in the placeholder through…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
On my first job interview, I was asked why did I build my own CMS? Why not to use one of existing CMS, Wordpress, Joomla, Drupal...? At first, I was stunned. I couldn't immediately recall all of my reasons for building my own CMS, but this was definitely one of the main reasons: It's my code and if…
>>> More