Rich internet application: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (using an external editor) |
||
Line 24: | Line 24: | ||
* [[Virtual office]]s, (some, i.e. in the sense of ''Office 2.0'') | * [[Virtual office]]s, (some, i.e. in the sense of ''Office 2.0'') | ||
* [[Webtop]]s | * [[Webtop]]s | ||
* [[web widget]]s (building bricks for webtops, virtual offices, etc.) | |||
* [[social software]] applications (most) | * [[social software]] applications (most) | ||
* (some) [[educational technologies]] | * (some) [[educational technologies]] | ||
Line 38: | Line 39: | ||
* [[LAMS]] | * [[LAMS]] | ||
* [[microworld]]s (some) | * [[microworld]]s (some) | ||
* [[e-learning 2.0]] | |||
; Other places to visit | ; Other places to visit | ||
Line 45: | Line 47: | ||
== In education == | == In education == | ||
Rich internet applications have a lot of potential, in particular for "classroom education" since it frees the teacher from administrative redtape and the organization from installation and maintenance. | Rich internet applications have a lot of potential, in particular for "classroom education" since it frees the teacher from administrative redtape and the organization from installation and maintenance. See [[e-learning 2.0]]. | ||
== Links and references == | == Links and references == |
Revision as of 19:03, 14 May 2007
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 12:36, 27 April 2007 (MEST))
Technology and examples
Technology
- AJAX (Javascript + HTML + CSS + HTTP + XMLHTTPRequest calls). There are a number of available development frameworks
- AJAX3D
- Plugins / webstart applications
- Java applets or Java webstart applications
- Flash + tools like Adobe Flex and Apollo
- Browser extensions
- XUL (only works with Mozilla-based browsers).
- ActiveX Controls (only works with IE)
Ria categories
- Virtual offices, (some, i.e. in the sense of Office 2.0)
- Webtops
- web widgets (building bricks for webtops, virtual offices, etc.)
- social software applications (most)
- (some) educational technologies
Examples
(just some, rather look up categories above)
- Editing
- Specifically for education (in this wiki)
- Personal learning environments (maybe some)
- LAMS
- microworlds (some)
- e-learning 2.0
- Other places to visit
- List of rich Internet applications (Wikipedia)
- Category:Web applications (Wikipedia).
In education
Rich internet applications have a lot of potential, in particular for "classroom education" since it frees the teacher from administrative redtape and the organization from installation and maintenance. See e-learning 2.0.
Links and references
- Rich Internet application (Wikipedia).