Spring Tips: Spring Native 0.10.0
Video Statistics and Information
Channel: SpringDeveloper
Views: 16,184
Rating: 4.9802957 out of 5
Keywords: Web Development (Interest), spring, pivotal, Web Application (Industry) Web Application Framework (Software Genre), Java (Programming Language), Spring Framework, Software Developer (Project Role), Java (Software), Weblogic, IBM WebSphere Application Server (Software), IBM WebSphere (Software), WildFly (Software), JBoss (Venture Funded Company), cloud foundry, spring boot, spring cloud
Id: JsUAGJqdvaA
Channel Id: undefined
Length: 85min 3sec (5103 seconds)
Published: Mon Jun 14 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I have to say, I'm still not 100% what to think of native builds. They have tons of shiny stuff that looks cool, but also a bunch of drawbacks. And especially in server applications, they're not even faster, just smaller.
Neat stuff. Once you get past the long intro where you get a very basic introduction to things like aot, jit, graal(skip the first 8 minutes to bypass) it mostly showcases examples of compiling and executing sample projects with graalvm. The later half of the video shows how to support things like serialization, proxies, reflection, external resource loading, that need workarounds to work properly.