Spring Tips: WebMvc.fn - the functional DSL for Spring MVC

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This is awesome, thanks for sharing this video...

singh.sushil
Автор

Thanks josh sharing such a kind of perfect videos using ur time.Please move on.

EnesAckoglu
Автор

Hi Josh! I understand that this is just another way to do it, but what advantages or disadvantages do you find in going with DSL vs regular annotation-based controllers? Maybe there is some objective benefits in some situations? And another question: why would somebody switch from annotation-based controllers to such handlers? Thanks in advance!

privettoli
Автор

19:50 with Lombok you can use @RequiredArgsConstructor

vukotici
Автор

OMFG! Perl web framework?! Is it you? Long time no see. Nice to meet you.

denistsyplakov
Автор

Other than having all routings in one place, is there any other benefit to this approach?

jvm-tv
Автор

how would you reuse handler programmed for webflux returning Mono<ServerResponse> (server reponse from reactive package) to be configured using webmvc.fn ?

lubinecko
Автор

Hi Josh! Can you please create a blog post or a video on how to structure a project using hexagonal architecture at the same time using spring functional approach?

VK