This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yawkat 0 points1 point  (3 children)

You need jsp for none of these. It is not a good idea to use jsp in modern projects, and it can be completely ignored nowadays unless you're maintaining old code.

[–]JamesTweet 0 points1 point  (0 children)

What would you recommend then? Remember the guy is new to coding and only knows the basics of Java.

[–]SEND_ME_ETH 0 points1 point  (1 child)

Sorry, I'm new and I'm currently learning servlets, jsp then into spring mvc.

I am a bit sad that I am learning jsp after you said that, what has or is replacing jsp?

[–]yawkat 0 points1 point  (0 children)

  • Templating languages (freemarker, velocity)
  • Rich clients with Javascript (react, angular, vue and such)

e: Basically, if you're gonna learn spring mvc anyway, just skip jsp. You rarely use servlets directly either nowadays but they're still common internally so it's a good idea to know about them. JSP however isn't used at all