Revision as of 01:32, 5 August 2003 view sourceWwheeler (talk | contribs)166 editsmNo edit summary← Previous edit | Revision as of 01:34, 5 August 2003 view source Wwheeler (talk | contribs)166 editsmNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
An ] delivered |
An ] delivered to end users via the ]. Web applications are popular due to the ubiquity of the web browser as an application client, and also because they can be updated without requiring a redistribution of software (e.g., the company producing the application does not have to redistribute a CD ROM). | ||
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. | 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:34, 5 August 2003
An application delivered to end users via the World Wide Web. Web applications are popular due to the ubiquity of the web browser as an application client, and also because they can be updated without requiring a redistribution of software (e.g., the company producing the application does not have to redistribute a CD ROM).
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.