views:

159

answers:

3

I have dabbled with various AJAX frameworks, namely GWT, Dojo, Ext-JS, jQuery UI. I am interested in understanding what AJAX frameworks best meet the following criteria: - Most easy to learn - Most painless to keep maintained - Most reputable, stable, founded & grounded - Easiest to read and share - Integrates well with J2EE

+6  A: 

why, jQuery of course ;-)

Joel Martinez
A: 

This is a tough question to answer here, because most Ajax frameworks keep improving, changing, and attracting new users. You never know where the next ultra-large scale Internet site will come from, and if they choose an Ajax framework that rates low here, they are as likely to put the developer hours into fixing it as they are to change frameworks.

So please take the advice on this question with a grain of salt, especially as the question gets older and older. Someone might update the answers or maybe not.

Michael Dillon
+1  A: 

jQuery on the client side, DWR on the server side.

disown