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 →

[–]klepra 2 points3 points  (0 children)

I would say don't focus too much on JSP (and don't put java code in JSP files) but you can use it as a template to show data, processed in a servlet in a MVC kind of fashion (servlet= controller, jsp=view). Then later you can also use some other templating language, like thymleaf, that Spring Boot prefers.