HIT THAT SUBSCRIBE BUTTON GUYS, PLEASE SUPPORT IF YOU LIKE MY WORK. Telegram Community: link.embarkx.com/telegram THE ULTIMATE JAVA AND SPRING BOOT MASTERY ROADMAP 💁♂1. SIGNUP FOR MY SPRING BOOT ECOMMERCE PROFESSIONAL FOR BEGINNERS COURSE [50+ HOURS OF CONTENT]: link.embarkx.com/spring-boot 💁♂2. MASTER COMPLETE SPRING BOOT MICROSERVICES: link.embarkx.com/microservices 💁♂3. MASTER SPRING SECURITY WITH REACT JS+OAUTH2 CORS, Multi-Factor Authentication, Password Security, JWT: link.embarkx.com/spring-security 💁♂4. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java 💁♂5. MASTER INTELLIJ IDEA: link.embarkx.com/intellij COMMENT AND LET ME KNOW WHAT SHOULD I BRING NEXT FOR YOU ON THIS CHANNEL?
Hi @EmbarkX, thanks for the amazing content. Would it be possible to create more advanced concepts like having async methods through controllers, or having a little more advanced requests, maybe an example of load balancing and testing it with JApache Meter, as well as the running tests of the written code and what are best approaches for tests. Thanks!
Great content, as always! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?
Hello, for the Todo application, why don't use PUT HTTP method for updating the resource and also why don't use DELETE HTTP method for deleting the resource? Do those semantically make more sense? Is there any particular reason that you use POST for update and GET for delete?
as HTML forms only support GET and POST methods natively, When you try to submit a form with a DELETE or PUT request, the server receives a GET request instead, resulting in the 405 Method Not Allowed error. so we need to use the GetMapping only,
@@ameykulkarni1742 Thanks for response. The course is really good for practicing. I also did some search about delete and put request and found out that as you said we can only use get or post with the form tag. In order for us to be able to git the deletemapping method inside the spring mvc controller, we need to write javascript code to initiate a delete http request. This piece may unnecessarily complicate this simple beginner project but I will definitely try on my own to send a delete or put request from javascript code and tie this to the thymeleaf template.
HIT THAT SUBSCRIBE BUTTON GUYS, PLEASE SUPPORT IF YOU LIKE MY WORK.
Telegram Community: link.embarkx.com/telegram
THE ULTIMATE JAVA AND SPRING BOOT MASTERY ROADMAP
💁♂1. SIGNUP FOR MY SPRING BOOT ECOMMERCE PROFESSIONAL FOR BEGINNERS COURSE [50+ HOURS OF CONTENT]: link.embarkx.com/spring-boot
💁♂2. MASTER COMPLETE SPRING BOOT MICROSERVICES: link.embarkx.com/microservices
💁♂3. MASTER SPRING SECURITY WITH REACT JS+OAUTH2 CORS, Multi-Factor Authentication, Password Security, JWT: link.embarkx.com/spring-security
💁♂4. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java
💁♂5. MASTER INTELLIJ IDEA: link.embarkx.com/intellij
COMMENT AND LET ME KNOW WHAT SHOULD I BRING NEXT FOR YOU ON THIS CHANNEL?
There r many tutorials on yt but liked ur teaching, so do continue.
Done with first project 1:29:26, really good explanation, will complete remaining soon! keep creating such amazing content!!!
Hi @EmbarkX, thanks for the amazing content. Would it be possible to create more advanced concepts like having async methods through controllers, or having a little more advanced requests, maybe an example of load balancing and testing it with JApache Meter, as well as the running tests of the written code and what are best approaches for tests.
Thanks!
Thank you sir❤
Hello and thnks a lot for your videos struggling to choose between java or ios development any advice ?
Great content, as always! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?
Do continue react series.
Continue react series sir
Great ❤❤❤
Waiting for react series
Hello, for the Todo application, why don't use PUT HTTP method for updating the resource and also why don't use DELETE HTTP method for deleting the resource? Do those semantically make more sense? Is there any particular reason that you use POST for update and GET for delete?
as HTML forms only support GET and POST methods natively, When you try to submit a form with a DELETE or PUT request, the server receives a GET request instead, resulting in the 405 Method Not Allowed error.
so we need to use the GetMapping only,
@@ameykulkarni1742 Thanks for response. The course is really good for practicing. I also did some search about delete and put request and found out that as you said we can only use get or post with the form tag. In order for us to be able to git the deletemapping method inside the spring mvc controller, we need to write javascript code to initiate a delete http request. This piece may unnecessarily complicate this simple beginner project but I will definitely try on my own to send a delete or put request from javascript code and tie this to the thymeleaf template.
Great
Github link