Using Ajax for Creating Web Applications

Using Ajax for Creating Web Applications
http://www.uie.com/articles/ajax/

In the past few years, developers could choose between two approaches when building a web application. The first approach was to create a screen-based system with very rich interactions using a sophisticated, powerful technology such as Java or Flash. The alternative approach was to create a page-based system using easier-to-learn core web standards like XHTML and CSS whose more basic capabilities force less-rich interactions. A new technological approach, dubbed Ajax, might just be the right mix between the two.

ということで、ウェブアプリケーションのアプローチについてカンタンに書かれている記事でしたのでメモ。

ここでいう「screen-based system」というのがFlashとかJAVAのことを指し、「page-based system」というのがXHTMLとかCSSのことを指しています。

それらをミックスしたのが「Ajax」ということでメリットなどを紹介しているようです。

■「Screen-Based System」での成功例

The Broadmoor
https://reservations.ihotelier.com/onescreen.cfm?hotelid=2054&languageid=1

Major League Baseball : The Official Site
http://mlb.mlb.com/NASApp/mlb/index.jsp

NIKEiD
http://nikeid.nike.com/nikeid/index.jhtml#home

■「Page-Based System」での成功例

Amazon.com: Online shopping for electronics, apparel, music, books, DVDs & more
http://www.amazon.com/exec/obidos/subst/home/home.html/103-7111566-6240664

Google
http://www.google.co.jp/

eBay – New & used electronics, cars, apparel, collectibles, sporting goods & more at low prices
http://sell.ebay.com/sell

■「Ajax」での成功例

Google マップ
http://maps.google.com/

Gmail
http://mail.google.com/mail/

Google
http://www.google.com/webhp?complete=1&hl=en

また、マクロメディアが出しているFlashに関するUser Interface Engineeringのレポート「Macromedia Flash?: A New Hope for Web Applications」を参照すると、Screen-Based Systemでの利点などが取り上げているようです。

http://download.macromedia.com/pub/solutions/downloads/business/flash_web_apps.pdf

コメントを残す