Code on demand

In distributed computing, code on demand is a general term for any technology that sends executable software code from a server computer to a client computer upon request from the client's software.

Code on demand is a specific use of mobile code, within the field of code mobility.[1]

Examples

Some well-known examples of the code on demand paradigm on the web are Java applets, Adobe’s ActionScript language for the Flash player, and JavaScript:[2] The program code lies inactive on a web server until a user (client) requests a web page that contains a link to the code using the client's web browser. Upon this request, the web page and the program are transported to the user's machine using HTTP. When the page is displayed, the code is started in the browser and executes locally, inside the user's computer until it is stopped (e.g., by the user leaving the web page).

See also

References

  1. Fuggetta, Alfonso; Gian Pietro Picco; Giovanni Vigna (1998). "Understanding Code Mobility". IEEE Transactions on Software Engineering. NJ, USA: IEEE Press Piscataway. 24 (5): 342–361. doi:10.1109/32.685258. ISSN 0098-5589. Retrieved 29 July 2009.
  2. Carzaniga, Antonio; Gian Pietro Picco; Giovanni Vigna (2007). "Is Code Still Moving Around? Looking Back at a Decade of Code Mobility". ICSE COMPANION '07 Companion to the proceedings of the 29th International Conference on Software Engineering. Washington, DC, USA: IEEE Computer Society: 9–20. doi:10.1109/ICSECOMPANION.2007.44.


This article is issued from Wikipedia - version of the 3/13/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.