Why do we need JSTL?

Поділитися
Вставка
  • Опубліковано 26 вер 2024
  • In this video, shows you an example which scriptlet is bad.
    Source code:
    github.com/Tin...

КОМЕНТАРІ • 6

  • @havrneanumatei9195
    @havrneanumatei9195 2 роки тому

    Omg great content. You are a lifesaver. I couldn't find anywhere anything about JSTL on IntelliJ IDEA. Thanks.

  • @Secretclaps
    @Secretclaps Рік тому

    thank you so much, I totally get it now :) I was sad it ended without a demonstration of the usage of the JSTL

    • @MissXing
      @MissXing  Рік тому +1

      Check this video: ua-cam.com/video/Ka9lKLtlcZs/v-deo.html , it's better to follow the playlist, I do explain how to use it.

  • @KorhalKk
    @KorhalKk Рік тому

    Thank you Miss Xing, javax is deprecated and the latest tool is Jakarta, which is not working properly with the latest jstl libraries. I wanted to use the taglibs but Eclipse is not even recognizing the tags. I think I'll have to resort to pure java.

    • @MissXing
      @MissXing  Рік тому

      Right, This video is Jakarta Standard Tag Libraray JSTL, not the deprecated JSTL. I do have one more video in the playlist showing you how to use Jakarta tag library in your project. I use intellij, stop using Eclipse for a while, not sure how it works in Eclipse.
      Check this: ua-cam.com/video/Ka9lKLtlcZs/v-deo.html

    • @KorhalKk
      @KorhalKk Рік тому

      @@MissXing Yeah! I've watched this video of yours but I've installed correctly, it shows on the project dependencies and such. I believe the problem is because Eclipse is not that flexible when comparing to vscode and intellij, is my last time using it, lol. But the latest jakarta and the latest taglibs don't work very well, I don't know if the problem is with the latest Tomcat or Jakarta Servlets or the taglib. That happens often, and it happened before with certain dependencies or libraries updates, there are lots of stackoverflow threads, from almost every year since 2014.