Going AOT: Everything you need to know about GraalVM for Java applications by ALINA YURENKO

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • For updates and more, join our community 👉 / devoxx-united-kingdom
    In the past few years GraalVM got widely adopted in the Java ecosystem, and now it's hard to imagine starting a new project, especially for the cloud, without at least considering going native. However, taking a new technology to production requires research and preparation. What is the best way to build and deploy such native executables? Once deployed, how can I monitor them? Can I test them as I do with regular Java applications? How do I optimize for peak performance and latency? How do I use frameworks and libraries?
    This session will cover all of those steps and illustrate them with examples.

Комментарии • 2

  • @maneshipocrates2264
    @maneshipocrates2264 3 месяца назад

    Thanks for the video. How can we get the links? And can we get an example where graalvm works with a multi-module spring boot application such as the distributed petclinic app?