AOE Technology RadarAOE Technology Radar

Graal Native Image

coding
This item was not updated in last three versions of the Radar. Should it have appeared in one of the more recent editions, there is a good chance it remains pertinent. However, if the item dates back further, its relevance may have diminished and our current evaluation could vary. Regrettably, our capacity to consistently revisit items from past Radar editions is limited.
Trial

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.