Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Spring Fu a quick introduction

Spring Fu a quick introduction

Corneil du Plessis

July 31, 2018
Tweet

More Decks by Corneil du Plessis

Other Decks in Programming

Transcript

  1. Quote “Programming is not a zero-sum game. Teaching a fellow

    programmer something doesn’t take it away from you.” John Carmack
  2. What is Spring Fu? Spring Fu is an experimental Kotlin

    micro-framework based on functional confguration intended to test new ideas for future Spring Boot releases
  3. What is diferent? Spring 5 • Java or Kotlin •

    Annotation driven confguration • Type erasure in generics • AspectJ and JDK Proxies • Dependency Hell Spring Fu • Kotlin • Explicit functional confguration • Kotlin reifed type parameters • Minimal refection • Modules
  4. Lets look at some code • Application and confguration •

    Routers • Handlers • Services • Repositories