I'm creating a webapp using Spring MVC, and I already programmed some JSPs for displaying data...

The problem is that some colleagues of mine talked to me about a template engine project called Thymeleaf [ http://www.thymeleaf.org ], and I read this comparison between it and JSP http://www.thymeleaf.org/thvsjsp.html and it looks so good!

Nevertheless, it still seems to be in beta, so I'd like to ask: does anyone know it? Anyone there already using it? Any words about advantages/disadvantages with JSP?

Thanks!