Spring Modulith - A Deep Dive (Workshop)

Поделиться
HTML-код
  • Опубликовано: 25 авг 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.

Комментарии • 9

  • @Sanjay-pu4sp
    @Sanjay-pu4sp 11 месяцев назад

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

  • @ilkou
    @ilkou 11 месяцев назад

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

  • @Kinasawa
    @Kinasawa 9 месяцев назад +1

    Excellent presentation!

  • @MichaelSchuerig
    @MichaelSchuerig 2 месяца назад

    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.

  • @ivanfoofoo
    @ivanfoofoo 7 месяцев назад +1

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

  • @carnelyve866
    @carnelyve866 11 месяцев назад

    Very Interesting... Thanks.

  • @user-yz1gf1fu7f
    @user-yz1gf1fu7f 7 месяцев назад +1

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

  • @hit_me_hamster
    @hit_me_hamster 11 месяцев назад +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

  • @naikmshweta
    @naikmshweta 10 месяцев назад

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