Content deleted Content added
Guidosalva (talk | contribs) m Fixed references |
Guidosalva (talk | contribs) Fix |
||
Line 1:
{{AFC submission|t||ts=20200502105314|u=Guidosalva|ns=118|demo=}}<!-- Important, do not remove this line before article has been created. -->
Multitier programming is a programming paradigm for [[Distributed computing|distributed software]]. In multitier programming, the functionalities that belongs to multiple ''tiers'' (e.g., the client, the server and the database in a Web application) is part of the same compilation unit and are developed in the same programming language. In contrast, traditionally, tiers are developed using different languages, e.g., [[JavaScript]] for the Web client, [[PHP]] for the Web server and [[SQL]] for the database. The first multitier programming languages include Links<ref name=":0">{{Cite journal|last=Cooper|first=Ezra|date=2006|title=Links: Web Programming Without Tiers.|url=https://dblp.org/rec/conf/fmco/CooperLWY06.html|pages=266–296|doi=10.1007/978-3-540-74792-5_12}}</ref> and Hop<ref name=":1">{{Cite journal|last=Serrano|first=Manuel|date=2012|title=Multitier programming in Hop.|url=https://dblp.org/rec/journals/cacm/SerranoB12.html|journal=Commun. ACM|volume=55|issue=8|pages=53–59|doi=10.1145/2240236.2240253}}</ref>.
== References ==
<!-- Inline citations added to your article will automatically display here. See en.wikipedia.org/wiki/WP:REFB for instructions on how to add citations. -->
[[Category:Programming paradigms]]
|