VOOZH about

URL: https://www.javacodegeeks.com/tag/domain-driven-design

⇱ Domain Driven Design Archives - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouSeptember 26th, 2025
    0 1,154

    Immutable Java: Why Value Objects Can Make Your Code Bulletproof

    In Java development, bugs often arise not from logic errors but from unintended side effects—mutable state being the most notorious…

    Read More »
  • Software Development👁 Image
    Shamik MitraMay 8th, 2018
    0 264

    Bounded Context in my view

    In this article, I will share my point of view about Bounded Context. I will try to answer questions like…

    Read More »
  • Core Java👁 Image
    Rohit JoshiSeptember 30th, 2015
    3 907

    Singleton Design Pattern Example

    This article is part of our Academy Course titled Java Design Patterns. In this course you will delve into a…

    Read More »
  • Software Development👁 Image
    Martin ThompsonAugust 9th, 2012
    0 180

    Modelling Is Everything

    I’m often asked, “What is the best way to learn about building high-performance systems”? There are many perfectly valid answers…

    Read More »
  • Software Development👁 Image
    Sumit BishtJanuary 23rd, 2012
    0 198

    Domain-Driven Design Using Naked Objects

    I just had a chance to read a newly released book, ‘Domain-Driven Design Using Naked Objects’ by Dan Haywood [http://www.pragprog.com/titles/dhnako]…

    Read More »
  • Enterprise Java👁 Image
    David GreenOctober 10th, 2011
    0 253

    Rich Domain Model with Guice

    The anaemic domain model is a really common anti-pattern. In the world of ORM & DI frameworks we naturally seem…

    Read More »
  • Enterprise Java👁 Image
    Tomasz NurkiewiczFebruary 21st, 2011
    1 905

    Domain Driven Design with Spring and AspectJ

    In a previous post hosted at JavaCodeGeeks, our JCG partner Tomasz Nurkiewicz presented an introduction to Domain Driven Design using…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczFebruary 18th, 2011
    3 643

    Using the State pattern in a Domain Driven Design

    Domain driven design (DDD) is an approach to developing software where the complexity of the problem is addressed by connecting…

    Read More »
Back to top button
Close