Bootiful Spring Boot 3 x by Josh Long

  Рет қаралды 27,855

Devoxx

Devoxx

4 ай бұрын

Spring Framework 6+ and Spring Boot 3+ are here, which means new baselines and possibilities. Spring Framework implies a Java 17 and Jakarta EE baseline and offers new support for building GraalVM-native images and a compile-time component model in the new Spring AOT engine. It also features a new observability layer, declarative HTTP and RSocket clients, preliminary Project Loom and CRaC support, ProblemDetail support, and much more. Developer productivity is second to none with first class support for Testcontainers, Docker Compose, and live reloads. Spring makes idiomatic use of the latest Kotlin features like coroutines and extension functions. Join me Spring Developer Advocate Josh Long (@starbuxman) and we’ll explore next-gen Spring together

Пікірлер: 50
@MarcinOgrodniczak
@MarcinOgrodniczak 4 ай бұрын
It's the best time ever to be Spring Developer because we can hear Josh speeches. I love you dude.
@hun73rentertainment76
@hun73rentertainment76 4 ай бұрын
Always great to listen to Josh. Thanks Josh
@francksgenlecroyant
@francksgenlecroyant 4 ай бұрын
I can listen to Josh Long all day long without getting bored!
@jyotirmaydash6020
@jyotirmaydash6020 4 ай бұрын
Josh, you're one of the best tech speakers out there. Just amazing. I loved this! ❤
@vijayvenkat8971
@vijayvenkat8971 4 ай бұрын
Seeing Josh Long name I clicked on the video
@steftrando
@steftrando Ай бұрын
He’s the goat
@Quillraven
@Quillraven 4 ай бұрын
Love Josh for his way of presentation. It is fun but still very interesting!
@shawnhu
@shawnhu 3 ай бұрын
It's been more than 6 years since I last used SpringBoot, and I didn't realise that Spring Boot has changed so much since then. Excellent presentation, can't wait to try out these new tools and features!
@RickDkkrd
@RickDkkrd 2 ай бұрын
This is some new kind of standup for devs, loved it.
@SimarMannSingh
@SimarMannSingh 3 ай бұрын
No doubt, Josh is the best guy to present this.... I don't want the sad look in my children's eyes if they find out I'm still using Java 8. :D
@ax8635
@ax8635 4 ай бұрын
Thanks Josh! Your speech was really bootiful!
@davidxcode
@davidxcode 4 ай бұрын
Amazing! Thank you Josh!
@krishnaarani1320
@krishnaarani1320 4 ай бұрын
Spring and Josh rocks as awlays!!!
@marimuthukumars4591
@marimuthukumars4591 3 ай бұрын
I'm here to know about Spring boot and I know about Josh now 😊
@Basukinathkr
@Basukinathkr 4 ай бұрын
I was admiring Josh the moment he started writing code, at 32:44, I became his fan :D
@yevgenFR
@yevgenFR 4 ай бұрын
bootiful as usual
4 ай бұрын
Great talk, thanks!
@gogira
@gogira 3 ай бұрын
Been using quarkus for the past 1 year and a half and can say battling with native image builds is painful, nice to see spring provides a way to overcome the those issues
@tahahajivand1843
@tahahajivand1843 2 ай бұрын
it was great. thank you
@girishanker3796
@girishanker3796 3 ай бұрын
Pure excitement 🤍
@balazsklezli5702
@balazsklezli5702 4 ай бұрын
super cool talk!
@metalpachuramon
@metalpachuramon 4 ай бұрын
Great talk! Glad to learn new things!!! * Goes back to jenkins pipeline still running the job for our java 8 app (it's cemented now and will never update) *
@RYahiaoui
@RYahiaoui 4 ай бұрын
Great !
@freebusdoctor
@freebusdoctor 4 ай бұрын
you are saint sir
@nasamind
@nasamind 4 ай бұрын
awesome
@mrsofiane
@mrsofiane 4 ай бұрын
Thx josh, the problem with graalvm thats is not scalable if the app is getting more load there is no jvm to optimise the results.
@user-le1yd4fc6f
@user-le1yd4fc6f 4 ай бұрын
any way we can use async await with spring reactive ? method callbacks are pretty un maintainable
@lhxperimental
@lhxperimental 4 ай бұрын
27:51 var makes the code less readable. Set observed = new ConcurrentSkipListSet() would have communicated that you really just want a Set at the end of the day and you are not going to call some special method of this very specific implementation of Set (at least the code YOU write isn't directly going to call some special methods) .
@javierflores09
@javierflores09 4 ай бұрын
There's no significance in such a hint. Yes, I can infer from what you suggested that even though you are using a ConcurrentSkipListSet, you only want it for its behavior and not the methods that specific implementation provides but even so, does this matter at all? I'll have to read the rest of the code anyway so there's really no mental overhead when it comes down to check how you're handling that set. I strongly believe that the restrictions Java has imposed upon the var keyword are more than enough to cover the cases where it would actually become less readable code, anything else has very little significance and falls upon personal preference.
@KENTOSI
@KENTOSI 4 ай бұрын
Good to see Java catching up to where scala and kotlin were 6 to 10 years ago :-) Jokes aside, great talk! Lots of exciting developments in the Java world.
@lhxperimental
@lhxperimental 4 ай бұрын
It is like that by design. Scala, Kotlin are successful experiments. The successes get absorbed into Java after being field tested for years. Java ecosystem prefers stability over moving fast and breaking things. What is the market share of Scala today? Kotlin owes its user base to Android. Google wanted to avoid more lawsuits from Oracle, that was the main driving force behind Google adopting Kotlin for Android.
@seyedaliroshan2386
@seyedaliroshan2386 3 ай бұрын
who is this person? does he have a channel or something? the way he talk and describe the things is awesome and want to follow and hear more about his lectures
@Daniel-dj7vc
@Daniel-dj7vc 3 ай бұрын
literally the very first thing You see on the screen is all the info about his social media ;)
@ebuzertahakanat
@ebuzertahakanat 3 ай бұрын
Graall VM configuration problem would have been a non issue if JAOTC continued
@sudeepranganath5975
@sudeepranganath5975 3 ай бұрын
How fast is jython
@moncefkarimaitbelkacem1918
@moncefkarimaitbelkacem1918 4 ай бұрын
So ?? Ocaml 🎉
@nadavavnon8562
@nadavavnon8562 4 ай бұрын
Java slowly becoming kotlin
@freebusdoctor
@freebusdoctor 4 ай бұрын
33:42
@IUSR
@IUSR 4 ай бұрын
I'll just pretend not seeing all the enthusiastics giving free pro tips of "just use kotlin" like their advice is so groundbreaking that no one knows or uses it already.
@sadiulhakim7814
@sadiulhakim7814 4 ай бұрын
Java Looks Much Better.
@manishrawat4u
@manishrawat4u 4 ай бұрын
JAVA is many things, but fast to startup it is not.
@lhxperimental
@lhxperimental 4 ай бұрын
CRaC: Hold my coffee
@gogira
@gogira 3 ай бұрын
With native image builds it is extremely fast
@smartshader
@smartshader 4 ай бұрын
Nothing extraordinary here when he said for Go to go away then waited a minute and used gigabytes of ram to build native image made me laugh
@remek712
@remek712 4 ай бұрын
You've presented nothing but a mere integration with OpenAI, where annotations are at the top, nothing more. I don't see any grounds for admiration here, and I'm trying to be pragmatic. The solutions you're talking about were already available in Python a year ago
@HAAAAAA614
@HAAAAAA614 4 ай бұрын
Guess when spring integration with AI was announced.
@Bourn77
@Bourn77 4 ай бұрын
Who the heck is this much excited about doing Java in 2024? At least choose Kotlin with Spring if you can't do C#. 😂
@coffeesoftware
@coffeesoftware 4 ай бұрын
Kotlin is great. But did you watch the video? I'm a kotlin GDE. I love Kotlin. I've done variations of this talk with Kotlin over the years, too. The thing that's interesting is the JRE runtime, which benefits Kotlin (and Scala and Groovy), too. And if you're a Java dev but want non-blocking IO (without the verbosity of the async/await in C# or suspend in Kotlin), then Java 21 is for you. If you want pattern matching (on par with Kotlin), lambdas (tho not quite as lovely as in Kotlin), auto typing (`var`), multiline strings, switch expressions, data classes (records), sealed and final types, and much more, then you could choose Kotlin, OR Java 21. and that's a nice situation to be in. the more the java and the jvm improve, the better off everybody - including kotlin - is.
@HAAAAAA614
@HAAAAAA614 4 ай бұрын
Lol go back to your cs 101 intro to python class
@gogira
@gogira 3 ай бұрын
C# over Java? Neah…
Bootiful Spring Boot 3 by Josh Long @ Spring I/O 2023
49:44
Spring I/O
Рет қаралды 24 М.
UFC 302 : Махачев VS Порье
02:54
Setanta Sports UFC
Рет қаралды 1,4 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
Spring History: play the game 🕹
1:59
Vincent Vauban
Рет қаралды 96
Data Oriented Programming in Java 21 by Nicolai Parlog
48:28
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 981 М.
Bootiful Spring Boot 3.3
45:58
Devoxx FR
Рет қаралды 1,5 М.
Main filter..
0:15
CikoYt
Рет қаралды 2,5 МЛН
Эффект Карбонаро и бумажный телефон
1:01
История одного вокалиста
Рет қаралды 2,8 МЛН
Урна с айфонами!
0:30
По ту сторону Гугла
Рет қаралды 3,9 МЛН
Где раздвижные смартфоны ?
0:49
Не шарю!
Рет қаралды 744 М.