Hi, We've are developing a Spring MVC Rest based application which provides services to external applications. And we have another requirement to develop a Web interface for all the services. I just want to know that Html5, Css3 and JQuery itself is good enough to develop a web page? i.e without using any view technology like JSP,etc.
Example: If I submit a login request to server using JQuery AJAX and server returns a JSON response if user is a valid user. Here is my doubt that how do we forward the user to the next html screen and how user information carried over to the new screen? i.e there is no navigation rule in the server side, handling all navigation rules at client side and WebStorage to carry the user information to the next html screen is right choice?