Пікірлер
@jasoneacott6794
@jasoneacott6794 26 күн бұрын
Maven rocks. No need for gradle. I loved service exporters
@zaymaungmaungmyint8142
@zaymaungmaungmyint8142 27 күн бұрын
I do like PostgreSQL!
@julianjupiter5890
@julianjupiter5890 27 күн бұрын
Hoping for a follow-up discussion or tutorial with how UI app (Angular or React.js) works with it.
@udiptadas4936
@udiptadas4936 Ай бұрын
how to get the demo code?
@blacky8986
@blacky8986 Ай бұрын
And what if fe have auth server and resource server in same app and we use symmetric key?
@amol_
@amol_ Ай бұрын
[Note]: I tried to use Session table file from classpath of Spring session jdbc that contains Char type so during session deserilization it failed so have to use character.
@rajivkumar-ub6uj
@rajivkumar-ub6uj Ай бұрын
Hey Josh, can you cover a session on websockets with different type of destinations (with broker relay )
@mtagab007
@mtagab007 Ай бұрын
thank you, ur very knowledable with this stuff, very helpful
@zelalemgizachew5563
@zelalemgizachew5563 Ай бұрын
Desktop applications using Spring... Ideas are poping out to my head already
@berserk.4121
@berserk.4121 Ай бұрын
I really like this kind of content, thanks DaShaun
@adamm4739
@adamm4739 Ай бұрын
Tagir is one of the Java beasts in Russia. Good job, big fan of Tagir's speech and explanations.
@Saurabhkumar-vk7iq
@Saurabhkumar-vk7iq Ай бұрын
This is GOLD Josh. Thanks!!
@kataiwannhn
@kataiwannhn Ай бұрын
This injection of millennial ADHD style into a classic Java desktop application is kind of spooky. Somewhere between breaking taboos and antichrist. In any case, it doesn't work without a disclaimer. 😁
@xk7zn
@xk7zn Ай бұрын
L💚VE SPRING BOOT
@kawthooleidevelopers
@kawthooleidevelopers Ай бұрын
I couldn't get it to work by installing it via npm or pom file. It will only work when I include the CDN link in the header.
@nima186
@nima186 Ай бұрын
Is there a part 1 somewhere? I can't find it.
@kojo_ampia
@kojo_ampia Ай бұрын
Great insights to a wonderful tool. Looking forward to see Josh play with it.
@waassoo8560
@waassoo8560 Ай бұрын
Peanut needs to chill out
@techmanam9097
@techmanam9097 2 ай бұрын
Brilliant. Thanks !
@Rashidi-Zin
@Rashidi-Zin 2 ай бұрын
I followed the guide but encountered an error - "/layers/paketo-buildpacks_bellsoft-liberica/native-image-svm/bin/native-image no such file or directory" and I'm running M1. Are there specific configurations needed?
@Rashidi-Zin
@Rashidi-Zin 2 ай бұрын
To add. I build with Gradle.
@tcharl
@tcharl 2 ай бұрын
Hi, and thanks for the video, there's not so much occasion to listen demigods;-). Loved everything that was said but I'm french, so emphasizing on things that could have been said differently. - IMHO , Scala fail is meaning that java lost against python on big data/(-E)TL landscape. Scala root is to ease data transformation (using immutability, in memory processing, ...), not because of Spring or else. It's a global fail of the jvm community overall , dot. - Juergen's quotes are explicit: there are simpler technologies than Java. BUT Java has it's space and is winner by K.O in many domains (ecosystem, integration, even in non-java ecosystem). So it stays a Go-To. - Warm thank for the feedback that made the community successfull (doc, support). Ah, and for sure, I was employed in 2008, so life grateful to the spring community to bring spring 2.5.6 instead of any other ejb2 stack to so many companies (not even counting the today's amazing experience) Thank you so much to give life to this awesome, humanity changer framework!
@Milandor
@Milandor 2 ай бұрын
Thank you for this interview, the first Rod's book is historical content for the enterprise software field. I would like to retain a paper copy.
@JamesStansell
@JamesStansell 2 ай бұрын
Starts at 1:00
@JavierGomez-xl9us
@JavierGomez-xl9us 2 ай бұрын
Sorry, but I dont understand what is the breakthrough? what I see is a normal compile to native spring boot app.
@coffeesoftware
@coffeesoftware 2 ай бұрын
very true! and that's good. If you aren't having this problem, then you're lucky. But what we did was to compile a GraalVM native image *inside* of a Docker image WHILE running on Apple Silicon. That last piece was the thing that's been missing for 3+ years.
@jurgen5557
@jurgen5557 2 ай бұрын
The breakthrough - as explained in the vid - is, that this paketo builder now compiles ARM64, when run from a computer with that OS-architecture (as Mac M1/2/3). That was not provided by paketo until now - but only by community efforts as DaShaun's builder. Esp. we can expect it to follow GraalVM versions now.
@gamires
@gamires Ай бұрын
@@coffeesoftware Do you mean that is the same result as is Windows or Linux but now is possible in Mac ARM?
@GunnarHillert
@GunnarHillert 2 ай бұрын
As you couldn't remember his name - a quick shoutout to Manuel Jordan (dr_pompeii) and a flashback to the Springy Award 2010 🙂- kzbin.info/www/bejne/eWKug2qEjK6mbbM
@vrjb100
@vrjb100 2 ай бұрын
Gray hair is something different than gray knowledge. Started with java 1.2 and now using java 22.
@toootomo
@toootomo 2 ай бұрын
is there a page where it shows how to test security configurations?
@toootomo
@toootomo 2 ай бұрын
is there a page that shows how to test configuration class (security configuration)?
@tjholmes66
@tjholmes66 2 ай бұрын
And by the way ... since you're a Java/Spring Boot developer, I seem to remember that Controllers in Spring, the RESTful endpoints could return JSON .... OR ... XML. I think this was either based on the pathvariable like including 'xml' or setting up some other endpoint internally. If this is the case, then WHY don't we just create a RESTful endpoint that returns XML which is a superset of ALL markup languages right? Doesn't 'WELL FORMED' HTML the same as XML?
@tjholmes66
@tjholmes66 2 ай бұрын
Ugh .... this is the same tutorial I have seen a dozen other videos do. Remember the OLD MONOLITH, before the term was overloaded for Microservices? The OLD term of MONOLITH meant that the UI code and the back-end code, the business logic, all went out in one WAR or JAR? Remember that? Remember we had a 'SEPARATION OF CONCERNS' when we could deploy our working back-end, but NOT have to redeploy the UI with it, and vice-versa? Good times right? Well, now your tutorial ... is this real world? I would love to see a tutorial where someone has a working back-end that is ALREADY built. There should be RESTful API's that return JSON in the traditional way, and there should be RESTful API's that return HTML for the UI. I'd like to see a back-end running on one server as a Spring Boot app, and then ANOTHER server with just static content. A tomcat server, or even Apache HTTP like we used to do. This new HTMX stuff strikes me exactly like JSTL tags we used back in the Struts days. I know how long someone has been coding for or not because if they don't mention that, then they probably started coding AFTER those fell out of favor. Sorry ... but I've been coding for a long time myself with 20+ years of Java since version 3, and I've seen it all since then ... so this is something old that is new again.
@tdan89
@tdan89 2 ай бұрын
What does the .st file name extension come from ? "String template" maybe ? Any benefits to use this vs .txt?
@philipschikora20
@philipschikora20 2 ай бұрын
Wow. Okay I have to give this a try. Looks quite promising.
@melongrasp
@melongrasp 12 күн бұрын
Resembles JSF a lot.
@charliecooper7655
@charliecooper7655 2 ай бұрын
Thanks for the heads up.
@kauegatto
@kauegatto 2 ай бұрын
This video is just amazing, I've been using spring and didn't really know how spring, jdbc and all those things were connected until I saw this, thanks a lot.
@mrcoder9401
@mrcoder9401 2 ай бұрын
You guys are just amazing, I was blushing all the time. Great learning experience :)
@paragbhangale
@paragbhangale 2 ай бұрын
how to process the paruet file in springbatch? is there any example
@grrlgd3835
@grrlgd3835 2 ай бұрын
more gold form Josh. Thanks
@user-oj5gu2kb1k
@user-oj5gu2kb1k 2 ай бұрын
біда зі звуком
@nithinnambiar
@nithinnambiar 2 ай бұрын
Does ZGC make much of a difference for microservices? I thought it was for large heap applications.
@toteabe007
@toteabe007 2 ай бұрын
Graphql conclusion for newbies: automation for bidirectional DTO reduction
@Mosesonline
@Mosesonline 2 ай бұрын
Did you notice how cool the intro is in double speed.🚀🛸
@JamesStansell
@JamesStansell 2 ай бұрын
Starts at 1:48
@kosnowman
@kosnowman 2 ай бұрын
Paul's talk was wonderful, thank you Josh for inviting Kavitha and Paul!
@MateoEstudiante
@MateoEstudiante 3 ай бұрын
Great content! Thanks for sharing
@romanchumak1586
@romanchumak1586 3 ай бұрын
Thank you Josh for the greate tutorial !
@romanchumak1586
@romanchumak1586 3 ай бұрын
Hello Josh do you have a tutorial about WebClient form Webflux ? It would be a quite interesting to watch that kind of video.
@robertwhite3503
@robertwhite3503 3 ай бұрын
Your demos are often too fast for me. I like it when you struggle a little bit. No, I'm not asking you to do anything different. 🙂