Alternatives to JSP for Spring MVC view layer
Posted
by digitaljoel
on Stack Overflow
See other posts from Stack Overflow
or by digitaljoel
Published on 2010-04-30T17:59:58Z
Indexed on
2010/04/30
18:07 UTC
Read the original article
Hit count: 217
I'm looking to create a new app from scratch and will probably use Spring MVC and possibly Spring Web Flow. The projects created by Spring Roo use Spring MVC and optionally Web Flow. What are some good alternatives for view technology, or is JSP with spring and jstl taglibs and jquery the way to go?
© Stack Overflow or respective owner