Spring MVC - 6. Thymeleaf Explained

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 10

  • @RAZR_Channel
    @RAZR_Channel 8 месяцев назад +5

    So far this is The ONLY Thymeleaf video.. with Any Clarity...

  • @andrewamirzadeh7678
    @andrewamirzadeh7678 Год назад +6

    Fantastic video, I can't tell you how much I appreciate watching someone that speaks all these topics clearly and precisely. May I ask where you learned all of this? I just got a four year degree in CS and I fully grasp the topics and ideas but would have no clue where to start actually building these things.

    • @TeddySmithDev
      @TeddySmithDev  Год назад +8

      I learned by finding tutorials that were similar to apps that I wanted to build. I would follow the tutorial and customize to make them how I wanted. Most applications that you use like Facebook are very similar to this app we are building they are just more complex. Thank you for commenting!!!

  • @TomasWood-g7r
    @TomasWood-g7r 20 дней назад

    Johnston Hills

  • @mostviewedtoks
    @mostviewedtoks Год назад +2

    Best teacher ever

  • @ismaelE77
    @ismaelE77 11 месяцев назад +1

    It seems to me that the Java community does not care much about SSR applications. ASP was much better at writing HTML templates. I am somewhat annoyed by that, as Java is my favorite language and I chose it in my path to study web backend.

    • @ismaelE77
      @ismaelE77 11 месяцев назад

      Perhaps the reason is that I am not accustomed to using thymeleaf. My opinion may change later, and I hope so.

    • @TeddySmithDev
      @TeddySmithDev  11 месяцев назад

      I know! HTML templates are far easier to work with and deploy. Everybody wants to use API and micro service.

  • @biblefirst5691
    @biblefirst5691 6 месяцев назад

    Any suggestions if I just want to get back the raw json instead of this stuff with thymleafe?

    • @TeddySmithDev
      @TeddySmithDev  6 месяцев назад

      Maybe make it an API endpoint and just bring back JSON and use JS to display contents on web page. I'd make sure to research all the ways tho because I'm writing this without googling.