Misplaced Pages

Web application: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 01:28, 5 August 2003 view sourceWwheeler (talk | contribs)166 editsmNo edit summary← Previous edit Revision as of 01:32, 5 August 2003 view source Wwheeler (talk | contribs)166 editsmNo edit summaryNext edit →
Line 1: Line 1:
An ] delivered over the ]. Web applications are popular due to the ubiquity of the web browser as an application client. An ] delivered over the ]. Web applications are popular due to the ubiquity of the web browser as an application client.


Though many variations are possible, a web application is commonly structured as a ]. In its most common form, a web browser is the first tier, an engine created using some dynamic web content technology (e.g., ], ], or Java ]s) is the middle tier, and a database is the third tier. Though many variations are possible, a web application is commonly structured as a ]. In its most common form, a web browser is the first tier, an engine created using some dynamic web content technology (e.g., ], ], or Java ]s) is the middle tier, and a database is the third tier. The web browser sends requests to the middle tier, which services them by making queries and updates against the database and generating a user interface.

Revision as of 01:32, 5 August 2003

An application delivered over the World Wide Web. Web applications are popular due to the ubiquity of the web browser as an application client.

Though many variations are possible, a web application is commonly structured as a three-tiered application. In its most common form, a web browser is the first tier, an engine created using some dynamic web content technology (e.g., CGI, PHP, or Java servlets) is the middle tier, and a database is the third tier. The web browser sends requests to the middle tier, which services them by making queries and updates against the database and generating a user interface.