A post about GraalVM features and how to use them in development or usage of your application. What is interesting is that it can be used in another languages (not only jvm based) such as JavaScript, Python, Ruby and so on.
#java #graalvm #jvm #architecture #middle #senior
https://medium.com/graalvm/graalvm-ten-things-12d9111f307d
#java #graalvm #jvm #architecture #middle #senior
https://medium.com/graalvm/graalvm-ten-things-12d9111f307d
Medium
Top 10 Things You Can Do With GraalVM
There are a lot of different parts to GraalVM, so if you’ve heard the name before, or even seen some of our talks, there are for sure things that it can do that you don’t know about yet. In this…
In this article it is demonstrated how you can achieve instant startup for Netty, a non-blocking I/O Java networking framework. You can do this by compiling the Netty application into a native executable with GraalVM. Read more to get all the details.
#java #graalvm #netty #middle #senior
https://medium.com/graalvm/instant-netty-startup-using-graalvm-native-image-generation-ed6f14ff7692
#java #graalvm #netty #middle #senior
https://medium.com/graalvm/instant-netty-startup-using-graalvm-native-image-generation-ed6f14ff7692
Medium
Instant Netty Startup using GraalVM Native Image Generation
In this article we show how you can get instant startup for a Netty application by compiling it into a native executable using GraalVM.