Razvoj i Middleware
utorak, 11. listopad 2022., 11:30
Dvorana D
45'
With the rise of cloud infrastructure and cloud native architectures, developers need to be able to build faster, leaner applications.In the Java community, GraalVM is generating a lot of excitement, partly due to it’s AOT/native image capability which enables developers to compile JVM bytecode to native executables (machine code).In this hands on lab, we’ll walk through creating a native image, comparing performance with the same code running on the JVM, building with Maven plugin and packaging it in a lightweight (“distroless”) container.