Multitier programming: Difference between revisions

Content deleted Content added
Task 3: Disable the categories on this page while it is still a draft, per WP:DRAFTNOCAT/WP:USERNOCAT
Declining submission: nn - Submission is about a topic not yet shown to meet general notability guidelines (be more specific if possible) (AFCH 0.9.1)
Line 1:
{{AFC submission|td||ts=20200502105314nn|u=Guidosalva|ns=118|demodecliner=Sulfurboy|declinets=20200503041732|ts=20200502105719}} <!-- Important, doDo 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 belong to multiple ''tiers'' (e.g., the client, the server and the database in a Web application) are 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]]
 
{{AFC submission|||ts=20200502105719|u=Guidosalva|ns=118}}