Completed
Reduced attack surface
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java in the Cloud with GraalVM
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What GraalVM offers
- 3 GraalVM 🤝 Java microservice frameworks
- 4 Java in the cloud - Goals
- 5 Native image build process
- 6 JIT vs AOT
- 7 Low resource usage
- 8 JIT vs AOT: Memory
- 9 Example: Horizontal scaling of microservices
- 10 Demo: Startup & performance
- 11 Minimize vulnerability
- 12 Reduced attack surface
- 13 Demo: Reducing attach surface
- 14 Scalable microservices with Helidon SE & Native Image
- 15 Compact packaging
- 16 Single native executable
- 17 Lightweight containerized applications
- 18 What's the catch?
- 19 GraalVM & reflection?
- 20 Required build time step
- 21 What's new in GraalVM?
- 22 New monitoring features in GraalVM Native Image
- 23 GraalVM community roadmap on GitHub
- 24 What's next for GraalVM?
- 25 What's next for Native Image?
- 26 Get started with GraalVM
- 27 Summary
- 28 Outro