Thymeleaf vs Angular

Asked

Viewed 259 times

-1

My searches say that Thymeleaf is a template engine that renders on the server, while Angular would be a front end framework, which renders on the client. I ask you.

1 - My search is correct, you would add something to this explanation?

2 - Is it possible to use both together in Spring MVC? If so, does it make sense? For example?

3 - It could be said that the "Thymeleaf would be a JSF of life"?

1 answer

0

It is possible, the angular is used for api-Rest development in spring, Thymeleaf is used for server render, angular is client render, so it is possible to use both, each case is a case where one is annotated with @Restcontroller and the other with @Controller.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.