#15 Spring Web Http methods GET and POST

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 75

  • @lootster
    @lootster 6 หลายเดือนก่อน +8

    00:02 Introduction to HTTP methods GET and POST
    02:07 HTTP methods include GET, POST, PUT, DELETE
    04:02 Understanding HTTP status codes for request responses
    06:00 Creating a method to get a single product by its ID
    08:07 Using Spring Web Http methods GET and POST
    10:15 Using Spring annotations for dynamic variables and path matching
    12:22 Creating methods to fetch and store product data
    14:27 Using different HTTP methods for same URL
    16:26 Troubleshooting unsupported operation error for POST request.
    18:27 Utilizing @RequestBody annotation to receive data from client in Spring web controller
    20:16 Understanding GET and POST methods in Spring Web

  • @ЕвгенийВовк-ы7ь
    @ЕвгенийВовк-ы7ь 6 หลายเดือนก่อน +8

    When you educate through mistakes, it's better understood and remembered.
    Thank you so much!🙏

  • @partapupreetham9518
    @partapupreetham9518 4 หลายเดือนก่อน +22

    public Product getProductById(int id)
    {
    for(Product i: products)
    {
    if(i.getId() == id)
    {
    return i;
    }
    }
    return null;
    }

    • @kushwahcreation8882
      @kushwahcreation8882 3 วันที่ผ่านมา

      i dont have idea about how i iterate on list of objects , can u please help me!!!

    • @gani3381
      @gani3381 3 วันที่ผ่านมา

      @@kushwahcreation8882 Enhanced for loop:
      In 3rd line 'Product' is to mention object type of 'i' in each iteration and 'products' denotes list of products(List).

  • @varshithsamineni872
    @varshithsamineni872 3 หลายเดือนก่อน

    You explain everything like a story, which is awesome. That’s a unique strength of Navin Reddy.

  • @S_v_e_T
    @S_v_e_T 5 หลายเดือนก่อน

    Thak you for your efforts! I really appreciate it. There are many generous people here on TH-cam, who share their knowledge. To create these series, explaining the steps, showing the mistakes/errors in the process is even more valuable.

  • @ameybhandari6865
    @ameybhandari6865 6 หลายเดือนก่อน +1

    this series is going great!!. keep it up and keep posting such knowledgeable videos

  • @user-cd8cg3yr1q
    @user-cd8cg3yr1q 5 หลายเดือนก่อน +1

    Great way of explaining things . Please keep uploading more such videos.

  • @JoshTonyKlementJ
    @JoshTonyKlementJ 6 หลายเดือนก่อน +7

    Sir, I have one doubt. I learned from you Sir but how did you learn this and what are the resources are you using to get knowledge in new tools. Can you explain it deliberately Sir

    • @Sidex150-g1p
      @Sidex150-g1p 4 หลายเดือนก่อน

      I believe it's hard work and that one big book even my sir used to use and that's why he was brilliant like this guy. The complete reference java something edition.

  • @ibrahimzaky3056
    @ibrahimzaky3056 6 หลายเดือนก่อน +1

    You are amazing ... waiting more lectures ... thanks sir.

  • @pranaypaul6361
    @pranaypaul6361 6 หลายเดือนก่อน +1

    Simplicity at its best.

  • @daisydai382
    @daisydai382 4 หลายเดือนก่อน

    I like the way how you teach "RequestBody", saving my time from debugging

  • @ErPPankaj
    @ErPPankaj 4 หลายเดือนก่อน +1

    Learning with errors is a good method, thanks. :)

  • @isha6510
    @isha6510 4 หลายเดือนก่อน +3

    @NoArgsConstructor I had to add this for code to work. In case someone else is also facing "Failed to convert value of type 'null' to required type 'int'; Failed to convert from type [null] to type [int] for value [null]" error

  • @DevGhost97
    @DevGhost97 28 วันที่ผ่านมา

    Thank you sir
    Please continue this series

  • @akashjaiswal696
    @akashjaiswal696 6 หลายเดือนก่อน +1

    Thank you for uploading, please upload daily

  • @dasharathk9669
    @dasharathk9669 4 หลายเดือนก่อน

    covering the topic is topclass
    👍👍

  • @maheshjangili657
    @maheshjangili657 6 หลายเดือนก่อน +1

    Thanks Naveen garu for the series

  • @CodeProWhite
    @CodeProWhite 6 หลายเดือนก่อน +2

    waiting for more and more lectures from you

  • @jairramirez6900
    @jairramirez6900 6 หลายเดือนก่อน +1

    Love your content!

  • @amrhossam8058
    @amrhossam8058 5 หลายเดือนก่อน

    thank you Navin for your detailed explanation

  • @venkatbongi1945
    @venkatbongi1945 หลายเดือนก่อน

    Awesome sir love from vizag

  • @abishekmagar8790
    @abishekmagar8790 6 หลายเดือนก่อน +1

    You're a amazing Sir

  • @Devivl
    @Devivl 4 หลายเดือนก่อน

    Need more likes for this very clever Mr. Alien!

  • @techcrunch-x4v
    @techcrunch-x4v 2 หลายเดือนก่อน

    13:44 Hibernate also does that right?

  • @vishnukhatri6796
    @vishnukhatri6796 5 หลายเดือนก่อน +1

    Thanks sir for easy explanation 😃😎

  • @NandinerdeneMandakh
    @NandinerdeneMandakh 4 หลายเดือนก่อน

    Appreciate your every video!

  • @Akashkumar-sq1hr
    @Akashkumar-sq1hr 4 หลายเดือนก่อน

    Thanku Sir! u made my learning so simple

  • @sharantheja
    @sharantheja 5 หลายเดือนก่อน

    Thanks for the lectures and the mistakes are good when learning.

  • @varadkulkarni3942
    @varadkulkarni3942 3 หลายเดือนก่อน

    Great series sir

  • @Jenisha-tv2mi
    @Jenisha-tv2mi 4 หลายเดือนก่อน

    Good series!

  • @akashmondal3952
    @akashmondal3952 4 หลายเดือนก่อน +1

    I am getting with status 405
    Request method POST is not supported

  • @Yosinago
    @Yosinago 6 หลายเดือนก่อน +1

    hey, I have a question.
    if I get the same product ID, name, and price it duplicates in the server. how to avoid that?

  • @Akashee13Dev
    @Akashee13Dev 2 วันที่ผ่านมา

    Sir , I am having a small doubt in this Video , In the ProductService class you used pre defined products lists for Get API . In Post call you added another item to that List . I expected that It wont come in Get API since that new item stored only inside the Object scope of Service classs in the POST call. But How that New item came in the Get call ? I thought you used static but you non static global variable only .

  • @renaldywijayaputra6560
    @renaldywijayaputra6560 5 หลายเดือนก่อน

    really helpful, thanks a lot 🥶🥶

  • @AnubhavSingh-mg2ls
    @AnubhavSingh-mg2ls 6 หลายเดือนก่อน +1

    continue the series please

  • @lakshanchamod1208
    @lakshanchamod1208 23 วันที่ผ่านมา

    so far so good

  • @kshitizrohatgi2785
    @kshitizrohatgi2785 4 หลายเดือนก่อน

    Since REST apis are stateless how you are able to manage new entry in the system and get it return backed

  • @AjayKumar-go4jr
    @AjayKumar-go4jr 4 หลายเดือนก่อน

    Nice content!

  • @Aaaronka
    @Aaaronka 6 หลายเดือนก่อน

    Well explained!

  • @Rocky4375-v9y
    @Rocky4375-v9y 6 หลายเดือนก่อน +1

    CFBR ❤

  • @kishanrawatxo
    @kishanrawatxo 6 หลายเดือนก่อน

    Thank you sir for your video's ❤

  • @vishaldindalkop294
    @vishaldindalkop294 5 หลายเดือนก่อน

    Thank you for the video ☺

  • @udhayakumaranandharaju5626
    @udhayakumaranandharaju5626 6 หลายเดือนก่อน +1

    Awesome

  • @deepakbv636
    @deepakbv636 6 หลายเดือนก่อน

    Navin sir please give the source of get, post, put and delete(upload in the github and share the link in description )

  • @Sidex150-g1p
    @Sidex150-g1p 4 หลายเดือนก่อน

    He educates 😤

  • @AimanNorhisham-l2m
    @AimanNorhisham-l2m 3 หลายเดือนก่อน

    Good content

  • @JoshTonyKlementJ
    @JoshTonyKlementJ 6 หลายเดือนก่อน

    Thank You For the Video Sir

  • @emotinal_pain
    @emotinal_pain 3 หลายเดือนก่อน

    Thank you so much

  • @abdelkrimessassi7311
    @abdelkrimessassi7311 วันที่ผ่านมา

    Thank you

  • @varunpalsingh3822
    @varunpalsingh3822 6 หลายเดือนก่อน

    thank you sir 🙂

  • @Ayoubchammakh
    @Ayoubchammakh 6 หลายเดือนก่อน

    thanks a lot

  • @golmatol6537
    @golmatol6537 6 หลายเดือนก่อน +1

    Cool.

  • @theCHAD_666
    @theCHAD_666 6 หลายเดือนก่อน +1

    ❤❤❤❤❤

  • @arunabhachatterjee9979
    @arunabhachatterjee9979 หลายเดือนก่อน

    StreamAPI link please

  • @durgeshjadhav01
    @durgeshjadhav01 หลายเดือนก่อน

    nice

  • @sanjaysanju220
    @sanjaysanju220 6 หลายเดือนก่อน +2

    Sir pls gave me udemy coupon sir

  • @programming8187
    @programming8187 หลายเดือนก่อน

    12:30

  • @sasikumar4183
    @sasikumar4183 12 วันที่ผ่านมา

    🎉

  • @krishnarajjayadan2925
    @krishnarajjayadan2925 4 หลายเดือนก่อน

  • @deepak_jain
    @deepak_jain 4 หลายเดือนก่อน

    Please let me know how to solve this error
    {
    "timestamp": "2024-08-05T17:15:16.260+00:00",
    "status": 405,
    "error": "Method Not Allowed",
    "path": "/products/104"
    }

    • @ankit42827
      @ankit42827 หลายเดือนก่อน

      try to use chatgpt as well if possible, you will get more clearity

  • @ARGOD2213
    @ARGOD2213 5 หลายเดือนก่อน

    stream api

  • @jitendraharbola9773
    @jitendraharbola9773 6 หลายเดือนก่อน +1

    Sir pls dont upload udemy paid content here

  • @based-david
    @based-david 5 หลายเดือนก่อน

    was

  • @77-siddharthsattyam24
    @77-siddharthsattyam24 2 หลายเดือนก่อน

    for(P :products){
    if(P.id == prodid) return P}