Spring Modulith - A Deep Dive (Workshop)

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • Instructor:
    Oliver Drotbohm, VMware
    Spring Modulith is a very recent addition to the Spring Framework project ecosystem. It allows application developers to express logical application modules in their Spring Boot-based code bases.
    The workshop introduces the fundamental concepts of Spring Modulith, how to design application modules, how to structure a project for encapsulation and test modules both isolated and in collaboration. Further, we discuss various application module interaction strategies and their specific tradeoffs to eventually conclude exploring the architectural observability of the application, both in form of documentation and runtime information.

Komentáře • 9

  • @Sanjay-pu4sp
    @Sanjay-pu4sp Před 10 měsíci

    About 40 mins in and loving this talk! Thank you!

  • @ilkou
    @ilkou Před 11 měsíci

    Great Workshop! definitely gonna look more into how to properly define aggregates / domains...
    Can't wait for 1.1 🙌

  • @MichaelSchuerig
    @MichaelSchuerig Před 2 měsíci

    At 1:26:05 the naming of adapters is confused. In a hexagonal/ports-and-adapters architecture, primary adapters are driving and secondary adapters are driven.
    Great workshop, very informative.

  • @Kinasawa
    @Kinasawa Před 9 měsíci +1

    Excellent presentation!

  • @hit_me_hamster
    @hit_me_hamster Před 11 měsíci +1

    I've been using this project recently too, but I think it would be nice to improve the fact that it forces the package structure a little bit

  • @ivanfoofoo
    @ivanfoofoo Před 7 měsíci +1

    Why not leverage Quartz for the implementation of the post transactional event listeners?

  • @carnelyve866
    @carnelyve866 Před 11 měsíci

    Very Interesting... Thanks.

  • @user-yz1gf1fu7f
    @user-yz1gf1fu7f Před 7 měsíci +1

    Hello, is there a Github repository to view the presentation code?

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

    Can we publish event within same module if need save ordercreated event?