Architecturally evident Spring applications with jMolecules by Oliver Drotbohm @ Spring I/O 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 2

  • @fabiomaruca142
    @fabiomaruca142 10 หลายเดือนก่อน

    Great content as always!

  • @emileastih9006
    @emileastih9006 หลายเดือนก่อน

    Thank you for the insightful talk! I appreciate the points made, but I respectfully disagree with Oliver’s statement around minute 17 regarding the necessity of using jMolecules to define aggregate roots. In my experience with Spring Data JPA and Domain-Driven Design (DDD), we can effectively define aggregate roots by leveraging the `AbstractAggregateRoot` class provided by Spring Data, without needing to rely on jMolecules. This approach works well for managing domain events and maintaining the boundaries of the aggregate in a clean, straightforward manner.