| By Joe Winchester | Article Rating: |
|
| January 26, 2006 11:15 AM EST | Reads: |
23,589 |
Ajax is an odd beast, because it gives a very rich user experience when compared to a traditional web page (Yakov writes wonderfully about this at http://java.sys-con.com/read/163232.htm), however apart from that it’s hard to figure out what is so great about it. Good technology wins in the long run because of tooling (something Microsoft know and excelt at), so what is the lure of
However, flashy Java script however has been done for a while – IBM Research used to have a neat project, now retired, called Sash that created very rich client GUIs with JavaScript, including its own cross platform SDK and WYSIWYG tooling. The reasons Sash failed will surely be thrown in
What worries me is that Microsoft have had active server pages for a long time now and .NET forms, where the server and client code just get written side by side. You just brace your code with whether it’s VB script on the server or on the client, and you get a very rich experience. You’re also proprietary to the
I view
Published January 26, 2006 Reads 23,589
Copyright © 2006 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Joe Winchester
Joe Winchester, Editor-in-Chief of Java Developer's Journal, was formerly JDJ's longtime Desktop Technologies Editor and is a software developer working on development tools for IBM in Hursley, UK.
![]() |
SYS-CON Australia News Desk 01/26/06 12:31:21 PM EST | |||
Ajax is an odd beast, because it gives a very rich user experience when compared to a traditional web page (Yakov writes wonderfully about this at http://java.sys-con.com/read/163232.htm), however apart from that it?s hard to figure out what is so great about it. Good technology wins in the long run because of tooling (something Microsoft know and excelt at), so what is the lure of Ajax? I think it's simply that it allows logic be put in one file ? in your HTML (or servlet, JSP, ASP or whatever kicks out HTML) you write your server logic and your client logic together. |
||||
![]() |
JDJ News Desk 01/26/06 12:07:09 PM EST | |||
Ajax is an odd beast, because it gives a very rich user experience when compared to a traditional web page (Yakov writes wonderfully about this at http://java.sys-con.com/read/163232.htm), however apart from that it?s hard to figure out what is so great about it. Good technology wins in the long run because of tooling (something Microsoft know and excelt at), so what is the lure of Ajax? I think it?s simply that it allows logic be put in one file ? in your HTML (or servlet, JSP, ASP or whatever kicks out HTML) you write your server logic and your client logic together. |
||||


