English 中文(简体)
Which is best Ajax Framework? [closed]
原标题:

I am going to use the ajax for simply refresh the multiple element on the page based on synchronous or asynchronous . I want to refresh the page When the ajax request in completed. Is there any ajax framework that has ajax utility function ? I did not use any javascript framework. Now I am developing page based on J2EE.

问题回答

jQuery is my choice..Simple, lightweight, cross-browser, easily implementable and has allot of examples everywhere.

Prototype and jQuery are generally considered the best ajax javascript frameworks. For a complete list of ajax frameworks go here.

DWR aka Direct web remoting. Specifically ajax for Java.

http://directwebremoting.org/dwr/index.html





相关问题
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 ...

热门标签