Spring Modulith - Spring for the Architecturally Curious Developer by Oliver Drotbohm

Sdílet
Vložit
  • čas přidán 7. 06. 2024
  • The architecture and design of an application significantly influences its maintainability, testability, and quality in general. Spring has always been a versatile tool that supports architects in implementing the practices and patterns that have emerged to align technical building blocks in their code bases with domain concepts and boundaries. It lets developers build applications that clearly reflect architectural ideas and that are ultimately more amendable and maintainable. Key aspects of that are code organization for encapsulation, the Spring bean relationship arrangement, and how to use domain events to decouple logically individual parts of the application even within a singular artifact.
    This talk discusses those patterns and approaches to introduce libraries, such as jMolecules and Moduliths to, in turn, show how they uniquely position Spring developers to build better structured, more maintainable applications.
  • Věda a technologie

Komentáře • 6

  • @BerndGoetz
    @BerndGoetz Před 11 měsíci +2

    Great presentation - clear and crisp! Until recently, we (as in my teams in my professional context) didn't really care about internal application architectures, that's why so many big balls of mud were created. I really like the way that Spring Modulith creates a great basis to have educated discussions about internal architectures. Moreover, making events a first class citizen in this setup even further increases clarity and quality of more complex applications!

  • @bahadiryagan
    @bahadiryagan Před rokem +3

    I'm sold!

  • @balazsklezli5702
    @balazsklezli5702 Před 10 měsíci

    This is pretty cool!

  • @adambickford8720
    @adambickford8720 Před 10 měsíci

    I wonder how hard it is to convert that messaging to an external one like SQS and carve off the service into its own thing?

    • @leassisbr
      @leassisbr Před 4 měsíci

      There is examples in their GitHub. But it's not hard