Articles about various topics, mostly related to Java, JavaFX and GraalVM/Native-image.
Scroll down for the latest articles. |
1. Building native, AOT compiled, real-world JavaFX applications
A summary of my lessons learned converting an existing JavaFX application to a native,
AOT compiled, real-world application using the Gluon Client Maven plugin which is based
on the GraalVM native-image
toolchain.
2. Bundling real-world JavaFX applications
A summary of my lessons learned bundling real-world JavaFX application with various different techniques.