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
精彩评论