Watch Ajaxian.com's Dion Almaer interview (30:39 min)
I think what's cool about Ajax is that we totally change our web architectures. So now we think about Web 1.0 (although I think it's hilarious to put a version number to the web which changes every second), in the traditional web we have very, very, simple request responses, that were very very course grained pages loaded all the time. And that's great for doing HTTP and for retrieving the documents, which is of course what HTTP was invented for, what the web kind of came about for, but the problem is you can't build rich web applications that way. If you were building a swing, GUI or WinForm application and every time you change the little widget it redrew all the others widgets on the screen you would think that was a crazy architecture, but that's all we had to go with on the Web 1.0. So with Web 2.0, and using Ajax specifically within it, we get around that problem, we don't have to go back to the server and download the entire UI for every little thing that we do, we can make these asynchronous requests back to the server, get something back and then maybe tweak a little piece that's going on within our application and that totally changes the way in which we can build these apps, we can do a lot more rich user interfaces... and this is where Ajax is kind of revolutionizing the web.Dion Almaer is the co-founder of Ajaxian.com where he blogs on Ajax topics daily. Previously, Dion worked with me at TheServerSide.com as Java editor.
Community comments
Quick update on the state of affairs (from an AJAX perspective)
by Malcolm Railey,
Debugging JS/AJAX
by Dallas Vaughan,
Eclipse Ajax Toolkit Framework (ATF)
by Wayne Beaton,
Re: Eclipse Ajax Toolkit Framework (ATF)
by Alwin Joseph,
Re: Eclipse Ajax Toolkit Framework (ATF)
by Vinupriya Mariyanayagam,
Quick update on the state of affairs (from an AJAX perspective)
by Malcolm Railey,
Your message is awaiting moderation. Thank you for participating in the discussion.
Thank you, Dion, for taking the time to create this interview. You covered a lot of ground in a short period of time, which is just what I needed to update me on how things have changed since the early days of EJB (which in 1999 I immediately discarded as a production product in lieu of direct development with JSPs and JDBC). In short, the industry has moved about a thousand miles.
Debugging JS/AJAX
by Dallas Vaughan,
Your message is awaiting moderation. Thank you for participating in the discussion.
I'm surprised he mentioned DOM Inspector and Venkman but didn't mention probably the best tool available today for JS debugging, DOM "inspecting", and even CSS debugging - Firebug (www.getfirebug.com).
Eclipse Ajax Toolkit Framework (ATF)
by Wayne Beaton,
Your message is awaiting moderation. Thank you for participating in the discussion.
Have you seen the Eclipse ATF? It has support for debugging JavaScript (running in a browser within the Eclipse IDE), inspection of DOMs, JavaScript console, CSS inspection, etc. It's only version 0.2.1 right now, but is pretty powerful.
I've been blogging about it recently.
Re: Eclipse Ajax Toolkit Framework (ATF)
by Alwin Joseph,
Your message is awaiting moderation. Thank you for participating in the discussion.
" I think what's cool about Ajax is that we totally change our web architectures "
Rod Johnson,
We need 2.0 version of J2ee design and Implementation. Covering strut 2 , Spring MVC , Spring Web Flow , Dojo , web productivity and web 2.0 stack. As Spring community where we are heading in this space.
Re: Eclipse Ajax Toolkit Framework (ATF)
by Vinupriya Mariyanayagam,
Your message is awaiting moderation. Thank you for participating in the discussion.