Containers and Microservices with GraalVM Native Image

preview_player
Показать описание
Having celebrated its 25th birthday in 2020, Java was definitely not originally designed with containers and cloud in mind. But today, GraalVM Native Image makes it possible to compile applications into native executables that are perfect for microservices and other containerized workloads.

Join this webcast to learn:
-What is GraalVM Native Image and what does it means to compile ahead-of-time
-About Native Image support from popular frameworks like Spring Boot and Micronaut
-How to package native executables into distroless and Scratch containers for minimal size and maximum security
Рекомендации по теме
Комментарии
Автор

Let's test it out :) can you provide the github repo of what's presented in the video description? awesome presentation!

MarcellodeSales
Автор

Is reflection and AOP will work on GraalVM native compiled?

USONOFAV