Spring Modulith – A Deep Dive (Workshop)

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

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

ilkou
Автор

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

Sanjay-pusp
Автор

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.

MichaelSchuerig
Автор

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

ivanfoofoo
Автор

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

KevinHela
Автор

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

hit_me_hamster
Автор

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

naikmshweta