docs: fade out graal native image

This commit is contained in:
Moritz Mücke
2024-06-04 13:07:21 +02:00
committed by Stefan Rotsch
parent 1ea765e0d3
commit e9ab0b6757
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
title: "Graal Native Image"
ring: trial
quadrant: tools
tags: [coding]
---
Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image.
In the process of building a native image all library dependencies, including those from the JDK will be packed in the native image.
The application created as a native image can be run without a JDK.
The natively compiled applications require generally less memory and have shorter start up times.
We at AOE have already running microservices written in Scala with Graal Native Image.