开发者

Add Ajax Support to Spring MVC

开发者 https://www.devze.com 2022-12-28 02:03 出处:网络
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.

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 t开发者_开发百科his? 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


Spring MVC does not provide out of the box Ajax support. However it provides suitable extension points through its template based design to enable Ajax support very easily. Still you can implement it using jquery library.

0

精彩评论

暂无评论...
验证码 换一张
取 消