I need some advice to choose an engine for generation web pages from the Spring Boot app. Which technology is the best solution today?
1) JSP + JSTL
2) Apache FreeMarker
3) Thymeleaf
Or you can suggest even other perspective tools.
I am using Spring Boot, Spring Web, Spring Data, Spring Security, PostgreSQL, Apache Tomcat in my project. I have already tried to generate pages using jsp, jstl, and it went well. However, I had huge problems via carrying already created static pages, to jsp format, because of syntax.
Thanks.