| Author |
Why so much hype?
|
Vedhas Pitkar
Ranch Hand
Joined: Jan 27, 2001
Posts: 445
|
|
|
I would like to know why there's so much hype about AJAX.Its still javascript & XML processing isnt it?If i disable javascript (u never know what the user may or may not do to his browser) then AJAX apps will bomb.I would rather stick with some architecture say as Struts for instance where all proceesing is done on the server side.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
http://www.coderanch.com/t/116825/HTML-JavaScript/Why-there-so-much-hype
|
Groovy
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
all of the business logic should remain on the server in my opinion, the clientside should be focused on the presentation of the data that is returned. Plus we are not talking about XML being returned, we can return strings, html tags, javascript statements, and so much more. You can do things wih Ajax that is not possible with the traditional postback method. It is making the web act like a client application. Eric
|
 |
 |
|
|
subject: Why so much hype?
|
|
|