开发者

Spring-Ajax samples needed

开发者 https://www.devze.com 2022-12-29 17:16 出处:网络
i have a web application that uses spring framework and i want to use ajax in some pages (adding/deleting s开发者_运维技巧tuff from page,db without refreshing the whole page)

i have a web application that uses spring framework and i want to use ajax in some pages (adding/deleting s开发者_运维技巧tuff from page,db without refreshing the whole page)

tutorials and samples are needed for such stuff


The latest version of Spring MVC may be what you are looking for. Here's a good summary of Ajax improvements in the latest version: http://blog.springsource.com/2010/01/25/ajax-simplifications-in-spring-3-0/. This blog links to the sample code used, which you can download and run to see a good working example.

More comprehensive documentation can found here: http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html.

0

精彩评论

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