Перейти к содержимому

Clean Architecture with Spring by Tom Hombergs @ Spring I/O 2019

Spring I/O

0:00 / 0:00

Clean Architecture with Spring by Tom Hombergs @ Spring I/O 2019

90 014 просмотров · 7 лет назад
Spring I/O
51,9 тыс. подписчиков
90 014 просмотров · 7 лет назад
Spring I/O 2019 - Barcelona, 16-17 May Slides: https://speakerdeck.com/thombergs/o-2019 Buzzwords like “Clean Architecture” and “Hexagonal Architecture” have been around for quite some time now. But have you actually seen an application built with one of these paradigms? How do we actually implement such an architecture in a way that the software we create stays flexible and maintainable? This talk presents the concepts and reasoning behind the buzzwords “Clean Architecture” and “Hexagonal Architecture” and translates them into actual code. Going through an example web application based on Java and Spring, we’ll discuss the full stack ranging from the web layer to the persistence layer. How should we structure our application? Where does the input validation code belong? How do I access my domain logic? How can I let my bounded contexts communicate cleanly? And how does Spring help with all of this? These questions and more will be answered.