In java, which is closest to ASP.NET MVC Master Pages

I have experience with ASP.NET MVC, but for my current project I have to use java.

Which view technology for java is closest to ASP.NET MVC Master Pages?

+4
source share
1 answer

Apache tiles

See Spring petcare example, for example using Tiles with Spring MVC

+3
source

Source: https://habr.com/ru/post/1300490/


All Articles