This article, Multitier programming, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Multitier programming is a programming paradigm for 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.[1] and Hop[2]
List of multitier programming languages
- Links.[1]
- Hop[2]
- kjhkj
References
Category:Programming paradigms
- ^ a b Cooper, Ezra (2006). "Links: Web Programming Without Tiers": 266–296. doi:10.1007/978-3-540-74792-5_12.
{{cite journal}}
: Cite journal requires|journal=
(help) - ^ a b Serrano, Manuel (2012). "Multitier programming in Hop". Commun. ACM. 55 (8): 53–59. doi:10.1145/2240236.2240253.