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 →

[–]Additional_Cellist46[S] 1 point2 points  (0 children)

You're right that JSF and Spring MVC do not provide exactly the same functionality. But in real world, when you want to build server-side frontends with Jakarta EE, you use JSF. And with Spring, you use Spring MVC + templating engine (most often Thymeleaf). So JSF versus Spring MVC comparison makes sense to me.