Rich internet application

The educational technology and digital learning wiki
Revision as of 11:15, 27 April 2007 by Daniel K. Schneider (talk | contribs) (using an external editor)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition

Rich Internet applications (RIA) are Web applications that have the features and functionality of traditional desktop applications. RIAs typically transfer the processing necessary for the user interface to the Web client but keep the bulk of the data (i.e., maintaining the state of the program, the data etc) back on the application server. (Wikipedia,, retrieved 11:15, 27 April 2007 (MEST))

Technology and examples

Technology

  • AJAX (Javascript + HTML + CSS + HTTP + XML remote calls)
  • AJAX3D
  • Java applets or Java webstart applications
  • Flash + tools like Adobe Flex and Apollo
  • ActiveX Controls (only works with IE)
  • XUL (only works with Mozilla-based browsers).

Examples

General (in this wiki)
Specifically for education (in this wiki)
Other places to visit

Links and references