Content deleted Content added
→Client-Server: Correct caps in section header. |
m Dating maintenance tags: {{Clarify}} |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{More citations needed|date=February 2022}}
In [[distributed computing]], '''code on demand''' is any technology that sends executable software code from a server computer to a client computer upon request from the client's software. Some well-known examples of the code on demand paradigm on the web are [[Java applet]]s, Adobe's [[ActionScript]] language for the [[Adobe Flash Player|Flash Player]], and [[JavaScript]].<ref name="Is Code Still Moving Around">{{cite book|last= Carzaniga|first=Antonio|author2=Gian Pietro Picco |author3=Giovanni Vigna |title=29th International Conference on Software Engineering (ICSE'07 Companion) |chapter=Is Code Still Moving Around? Looking Back at a Decade of Code Mobility |year=2007|publisher=IEEE Computer Society|___location=Washington, DC,
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).
Line 25:
=== Code on demand ===
Code on demand (COD) is the only optional constraint in REST. It allows clients to improve their flexibility because it is the server
However, using COD reduces visibility,
==See also==
Line 35:
== References ==
<references/>
{{Authority control}}
{{Use dmy dates|date=June 2024}}
{{DEFAULTSORT:Code On Demand}}
|