Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Domain-Driven Design with Java - A Practitioner's Guide

You're reading from  Domain-Driven Design with Java - A Practitioner's Guide

Product type Book
Published in Aug 2022
Publisher Packt
ISBN-13 9781800560734
Pages 302 pages
Edition 1st Edition
Languages
Authors (2):
Premanand Chandrasekaran Premanand Chandrasekaran
Profile icon Premanand Chandrasekaran
Karthik Krishnan Karthik Krishnan
Profile icon Karthik Krishnan
View More author details

Table of Contents (17) Chapters

Preface 1. Part 1: Foundations
2. Chapter 1: The Rationale for Domain-Driven Design 3. Chapter 2: Where and How Does DDD Fit? 4. Part 2: Real-World DDD
5. Chapter 3: Understanding the Domain 6. Chapter 4: Domain Analysis and Modeling 7. Chapter 5: Implementing Domain Logic 8. Chapter 6: Implementing the User Interface – Task-Based 9. Chapter 7: Implementing Queries 10. Chapter 8: Implementing Long-Running Workflows 11. Chapter 9: Integrating with External Systems 12. Part 3: Evolution Patterns
13. Chapter 10: Beginning the Decomposition Journey 14. Chapter 11: Decomposing into Finer-Grained Components 15. Chapter 12: Beyond Functional Requirements 16. Other Books You May Enjoy

Chapter 5: Implementing Domain Logic

To communicate effectively, the code must be based on the same language used to write the requirements – the same language that the developers speak with each other and with domain experts.

– Eric Evans

In the Command Query Responsibility Segregation (CQRS) section of the book, we described how DDD and CQRS complement each other and how the command side (write requests) is the home of business logic. In this chapter, we will implement the command-side API for the Letter of Credit (LC) application using Spring Boot, Axon Framework, JSR-303 bean validations, and persistence options by contrasting between state-stored and event-sourced aggregates. The list of topics to be covered is as follows:

  • Identifying aggregates
  • Handling commands and emitting events
  • Test-driving the application
  • Persisting aggregates
  • Performing validations

By the end of this chapter, you will have learned how to implement the core...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}