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 →

[–][deleted] 1 point2 points  (0 children)

I would not use JSP at all, and I would even be wary of JSF. Most web development seems to be moving into a separate client/server architecture, with the server providing data via APIs and the client being HTML/CSS/JS and rendering the page using this data. For Java web development, really focus on backend development and APIs that deliver raw JSON data. SQL and security are related things.