Templates in a Spring MVC web application

前端 未结 4 2445
北海茫月
北海茫月 2021-02-19 21:21

I have a lot of common areas in my web application design, for example footer, header sidebar, blocks...etc and going through all of the application JSP files to change somethin

4条回答
  •  一向
    一向 (楼主)
    2021-02-19 21:50

    If you want to seperate Header, Footer and some other common stuff from the "real" content, then you can use Apache Tiles.

    It is easy to integrate in spring. So for example Spring Roo use it.

提交回复
热议问题