English 中文(简体)
Add Ajax Support to Spring MVC
原标题:Add Ajax Support to Spring MVC

我愿在现有的春天半衰期中增加一个jax。 但是,我知道何时开始。

我认为春天并不支持亚克斯一体化。

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

如果我能想到的话,请送我联系或辅导。

最佳回答

Spring MVC不提供Ajax支持。 然而,它通过其模板设计提供了适当的延伸点,使阿贾克斯能够非常容易地提供支持。 仍可使用jquery图书馆实施。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签