Speaker
✓ See you 2021
✓ Wir sehen uns 2021
Infos
16:15 - 17:15
Beschreibung
In this talk, Micronaut creator Graeme Rocher will demonstrate advanced techniques when using Micronaut’s compilation time Dependency Injection implementation including how to use Configuration Injection, Aspect Oriented Programming and managing the Dependency Injection container’s lifecycle.
Micronaut is a new Java framework tailored for developing Microservice and Serverless applications, and which moves much of the framework infrastructure into the compiler such that there is minimal impact on startup time and memory performance of the application.
Micronaut shares many similarities with frameworks like Spring, but avoids much of the overhead by eliminating reflection, runtime byte code generation and dynamic class loading.