How to migrate From Spring Boot Apps to Functional Kotlin

In the latest years, there has been some push-back against frameworks, and more specifically annotations: some call them magic. Obviously, they make understanding the flow of the application harder. Spring and Spring Boot latest versions go along this trend, by offering an additional way to configure beans with explicit code instead of annotations. It's declarative in the sense it looks like configuration, though it's based on Domain-Specific Language(s). This talk aims to demo a step-by-step process to achieve that.

What will the audience learn from this talk?

  •   How to migrate from controllers to routes
  •   How to migrate from annotations to declarative ("functional")
  •   New Kotlin DSLs for routes & beans declaration
  •   The future!

Does it feature code examples and/or live coding?

Yes, my talk is based on the migration of a demo app. I have a reference in my last slides that point to the Github repo, so that people can study it at home afterwards.

Thanks for reading

If you liked this post, share it with all of your programming buddies!

Follow us on Facebook | Twitter

Further reading

Angular 7 + Spring Boot CRUD Example

Angular 8 + Spring Boot 2.2: Build a CRUD App Today! 

Kotlin Microservices With Micronaut, Spring Cloud, and JPA


#spring-boot #kotlin #java

How to migrate From Spring Boot Apps to Functional Kotlin
27.60 GEEK