I'm using spring MVC 3.2 with tiles for integration with jsp pages. My plan is to change jsp to Html pages to make it more responsive. Which is quite straight forwared to change the viewresolver.
But when i came across this link How to serve .html files with Spring it seems to quite more simple then using thymeleaf. I was just wondering does it actually work without any any Spring-integrator.