Java Microservices with GraalVM

0
Join & Subscribe
LinkedIn Learning
Free Trial Available
English
Certificate Available
1-2 hours worth of material
selfpaced

Overview

Learn how to develop more performant Java microservices using GraalVM and popular frameworks such as Micronaut, Helidon, Quarkus, and Spring.

Traditional JVMs often fail to deliver the speed and efficiency necessary to run today's cloud-based Java applications. GraalVM is a virtual machine that aims to improve performance using strategies such as precompilation and native image creation. Learn how GraalVM can improve your modern Java microservice implementations with examples shown using the Micronaut, Helidon, Quarkus, and Spring frameworks. Instructor Frank Moley first demonstrates how to use GraalVM with existing code artifacts, so you can see the performance benefits on raw code. He then shows how to build a basic microservice in each of the four frameworks—as well as a native image of each service—and reviews the performance and image size metrics of the final microservices. Using these practical examples, you can evaluate which combination will benefit your Java projects the most.

Syllabus

Introduction
  • Running Java faster with GraalVM
  • What you should know
  • Installing GraalVM
1. Welcome to GraalVM
  • Introducing GraalVM
  • Why use GraalVM
  • Understanding the licensing model
  • Using GraalVM
2. Micronaut
  • Introduction to Micronaut
  • Build a Micronaut web service
  • Build a native Micronaut image
  • Challenge: Native Micronaut web service
  • Solution: Native Micronaut web service
3. Helidon
  • Introduction to Helidon
  • Build a Helidon web service
  • Build a native Helidon image
  • Challenge: Native Helidon web service
  • Solution: Native Helidon web service
4. Quarkus
  • Introduction to Quarkus
  • Build a Quarkus web service
  • Build a native Quarkus image
  • Challange: Native Quarkus web service
  • Solution: Native Quarkus web service
5. Spring
  • Introduction to Spring
  • Build a Spring web service
  • Native images in Spring

Taught by

Frank P Moley III