jQuery model-view-controller vs Spring MVC
Posted
by
user1515968
on Stack Overflow
See other posts from Stack Overflow
or by user1515968
Published on 2012-10-13T15:24:54Z
Indexed on
2012/10/13
15:37 UTC
Read the original article
Hit count: 174
my question is what potential problems or difficulties would be with implementing usual web app with somewhat reach user interface (multiple dynamic tabs, accordians and so on) using jQuery MVC approach with Spring REST vs using Spring MVC. Problems what I can think of could be: I will not be able to use Spring security fully, JavaScript coding could become hard to manage, any form verification becomes not easy to manage... what else? and does jQuery MVC with REST make sense at all? On other side jQuery with MVC and REST move all GUI concerns to JavaScript side (whether it is bad or not) and leave all data manipulation to server side.
© Stack Overflow or respective owner