Hi,
I've heard a little bit about Velocity, Freemarker and what template engines can do for you in general. However, as far as I've read so far, when using one of them, you can not use JSTL in the same view. Although I know that this is not recommended, I think that there are cases were you might need this, e.g. when migrating from a JSTL-based project.
So: Is there a template engine that is supported by Spring (MVC), that allows using JSTL and executing Java (I know ...) in the JSPs as well?
Thanks in advance,
Simon


Reply With Quote