Code on demand: Difference between revisions

Content deleted Content added
Ruud Koot (talk | contribs)
mNo edit summary
Sharpen categories.
Line 3:
Code on demand is a specific form of [[mobile code]]. A well-known example for the code on demand paradigm are [[Java applet]]s: An applet's program code lies inactive on some [[web server]] until a user (client) requests a web page that contains a link to the applet using his [[web browser]]. Upon this request, the web page and the applet are transported to the user's machine using [[HTTP]]. When the page is displayed, the applet is started in the browser and executes locally, inside the user's computer until it is explicitly stopped (e.g. by leaving the applet's web page). This completes the applet's life cycle.
 
[[Category:ComputingNetwork-related software]]
[[Category:Software distribution]]