channaitfac
Sep 26th, 2011, 12:22 AM
I want do design my web application core part (skeleton) with Spring MVC with Rest + JASON, that mean I want to develop several clients (stubs) which are communicate with core (skeleton) only via Rest + JSON. According to this requirements I wan to code all my Spring related controllers to communicate via only with JASON objects that mean I want not rerun any JPS view with models (ViewResolver should not deal with jsp resources).
I have found some examples, but on those examples Spring controllers are return both jsp resources and JASON objects. Can any one please specify some sample project or mechanism, Spring Controllers that are only deal with JASON objects.
Thanks
I have found some examples, but on those examples Spring controllers are return both jsp resources and JASON objects. Can any one please specify some sample project or mechanism, Spring Controllers that are only deal with JASON objects.
Thanks