Suggest a good Ajax framework to be used with Spring/java?
Greetings all i want to use ajax with spring framework and i was wond开发者_Python百科ering what framework is easy to use and has good support & samples with spring framework, like the DWR, any suggestions ?
Spring Webflows internally uses Dojo components on the clienside for Ajax calls. You can also combine your own distribution of Dojo (Spring does not include all the GUI goodies in their Dojo distribution) so that whenever you do use Dojo, you don't end up with one version of Spring and one of your own.
The Spring team prefers Dojo. I believe it's built into Spring.
There's also BlazeDS support if you want to use Flex.
We have been successfully using JQuery and ExtJs frameworks on the client side and Spring MVC / annotations on the server side. I heard a lot about mootools also.
精彩评论