Add Ajax Support to Spring MVC
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-23T03:28:04Z
Indexed on
2010/04/23
3:33 UTC
Read the original article
Hit count: 645
spring-mvc
|AJAX
Hi,
I would like to add ajax to an existing spring mvc 2.5 webapps. But i dont know where to start.
I think spring does not support ajax integration.
Does someone know how can I accomplish this? I was thinking that my ajaxrequest should be catch by the controller interface but I dont know where to start. I dont want to use any ajax library at this point but just plain old ajax approach
Kindly send me links or tutorials if what I am thinking is possible please
© Stack Overflow or respective owner