Multitier programming

This is an old revision of this page, as edited by DannyS712 bot (talk | contribs) at 12:06, 2 May 2020 (Task 3: Disable the categories on this page while it is still a draft, per WP:DRAFTNOCAT/WP:USERNOCAT). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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].

References

Category:Programming paradigms

  1. ^ 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)
  2. ^ Serrano, Manuel (2012). "Multitier programming in Hop". Commun. ACM. 55 (8): 53–59. doi:10.1145/2240236.2240253.