# practicaldddbook **Repository Path**: zy_john/practicaldddbook ## Basic Information - **Project Name**: practicaldddbook - **Description**: Source Code for the Practical DDD Book - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-20 - **Last Updated**: 2022-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Practical Domain Driven Design Source Code for the Practical Domain Driven Design Book. The source code is comprised of four chapters. Chapter 3 - Cargo Tracker's DDD Monolithic Implementation - Jakarta EE v8 using Eclipse Glassfish 5.1 and the MySQL Database Chapter 4 - Cargo Tracker's DDD Microservices Implementation - Eclipse MicroProfile v2.2 using Oracle's Helidon MP implementation and the MySQL Database Chapter 5 - Cargo Tracker's DDD Microservices Implementation - Spring Boot v2.1.x and the MySQL Database Chapter 6 - Cargo Tracker's DDD CQRS/ES Implementation - Axon frameowork v4.0