Spring MVC & UI Components

前端 未结 4 1122
情深已故
情深已故 2021-01-31 03:18

I\'m in the \"technologies selection\" phase of a small, single-page web application that will be heavily-based in AJAX, and which will report to a Java backend.

In a pr

4条回答
  •  -上瘾入骨i
    2021-01-31 03:47

    Yes, JSF is component oriented and Spring MVC is request oriented. I recommend you to have a look at Thymeleaf Template engine, which is a complete replacement for JSP Engine .... Thymeleaf Features are:

    • It allows natural templating.
    • HTML5 support
    • Higher performance by utilizing in memory caching

    Click here for more

提交回复
热议问题