The Pragmatic Craftsman :: Simplicity from complexity : by Stanley Kubasek ::

AJAX with J2EE

There’s been a lot of talk about AJAX (Asynchronous JavaScript and XML). Mainly because of what Google is doing with it. But AJAX, in my opinion, will be a key part of web development in the future. If you’re involved in web development, you will have to learn it (this year or next). I actually wasn’t sure what the fuss is all about. Until I read this excellent, easy-to-read article, Asynchronous JavaScript and XML (AJAX) with Java 2 Enterprise Edition.

How does AJAX work? You make an asynchronous (non-waiting) call from JavaScript to the server without submitting a page, the request is processed, and the result is returned to a JavaScript function as XML. Nice, heh? And simple.

AJAX is a breakthrough in web development. Hopefully, it will become a standard soon. (Go to maps.google.com to see it in action.)

2 Responses to “AJAX with J2EE”

  1. rob says:

    This is also a really simple example of ajax.
    http://www.webpasties.com/xmlHttpRequest/

  2. Anonymous says:

    Thanks Rob you rock. Heheh!

Favorite Quote

Topics

Tags

Archive

Currently Reading

Info

© 2001-2024 Stanley Kubasek About me :: Contact me

Me on Twitter

»see more

Recent Entries