Category archives for DDD

Design Driven Development (DDD) vs SOA, for JAVA

To SOA or to DDD? Again, today, I had to select between the two, for a new project I’m designing. In short: SOA is inherently built on a stateless model object concept, allowing it to be super loosely coupled. Objects traveling between layers as serialized data, regenerating themselves on each de-serialization. This is loosely 🙂 […]