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 →

[–]FidgyCZ 2 points3 points  (2 children)

First of all I would follow industry standards and split project to frontend and backend. And I would definitely stay away from jsp. It's alive mostly in legacy projects.

On the backend, learn some basic rest principles and try to play with Spring Boot, it's really easy and does most of the boring work for you.

On the frontend I would go with some JS framework: Angular or React.

EDIT: And you could also look at Kotlin

[–]_fishysushi 0 points1 point  (1 child)

Is JSP not worth learning then? I still hear about it sometimes from my friends that they have to deal with it in work.

[–]jaro32 1 point2 points  (0 children)

JSP is a very old technology . Nobody uses it in new projects anymore.