Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Going Serverless With Spring’s Support for GraalVM, Project CraC & More - Timo Salm
8Likes
230Views
2024Mar 27
Serverless applications are event-driven and take advantage of modern cloud computing capabilities and abstractions to allow developers to shift focus to writing business logic while not dealing with the complexity of the infrastructure their code runs on. To get the full potential of a Serverless runtime, applications must be disposable, which means they can be started or stopped rapidly. If your application starts slowly, it might mean that it cannot scale or recover fast enough to handle a sudden increase in demand, and if it consumes many resources (memory, CPU, etc) and scales to a large degree, that means increased cost. Fortunately, there are several new solutions available in the Java ecosystem, like GraalVM Native Images and Project CraC, that provide almost instant startup times and reduced memory consumption. This session will teach you how they compare to each other and how to use them with Spring. Demo repository can be found here: https://github.com/timosalm/going-ser...

Follow along using the transcript.

Microsoft for Java Developers

5.5K subscribers