Search code examples
user-interfacespring-mvcviewengine

choosing perfect view engine for spring mvc projects


I was thinking to develop web project on spring mvc. But somehow I was stuck on developing view engine. I was little bit familiar with asp.net mvc. I know their view engine are very clean and nice. I worked with razor view. I liked it. Now my point, is there anything like in spring framework or is there anything that can be incorporate with spring framework. I know about jstl, jsp and once I tried with sitemesh but somehow messed up.

Can anyone help to figure out a good way to find view engine which can be incorporated with spring mvc project so that my ui can be rich and much cleaner and easy to integrate. Thanks in Advance.


Solution

  • Spring Faces, Web Flow and BlazeDS are your choices for RIA technologies. For traditional MVC, you still have plain JSP/JSTL, Velocity and FreeMarker. If one of these doesn't fit your needs, I suggest using another platform.