Revision as of 10:15, 27 June 2004 view source80.143.153.239 (talk)No edit summary← Previous edit | Revision as of 10:19, 27 June 2004 view source HamYoyo (talk | contribs)729 edits reverted to (Revision as of 13:16, Jun 24, 2004)Next edit → | ||
Line 1: | Line 1: | ||
] | ] | ||
In ], a '''web application''' is an ] delivered to users from a ] over the ]. Web applications |
In ], a '''web application''' is an ] delivered to users from a ] over the ]. Web applications are popular due to the ubiquity of the ] as a ], sometimes called a ]. The ability to update and maintain web applications without distributing and installing software on potentially thousands of clients is another reason they are popular. Applications like ], ] and ] are well known examples of web applications but they have uses in many other areas of business and science. | ||
Though many variations are possible, a web application is commonly structured as a ] application. In its most common form, a web browser is the first tier, an engine created using some dynamic web content technology (e.g., ], ], Java ]s or ]) 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 ] application. In its most common form, a web browser is the first tier, an engine created using some dynamic web content technology (e.g., ], ], Java ]s or ]) 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 10:19, 27 June 2004
In software engineering, a web application is an application delivered to users from a web server over the World Wide Web. Web applications are popular due to the ubiquity of the web browser as a client, sometimes called a thin client. The ability to update and maintain web applications without distributing and installing software on potentially thousands of clients is another reason they are popular. Applications like webmail, Amazon.com and Ebay are well known examples of web applications but they have uses in many other areas of business and science.
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, Java servlets or Active Server Pages) 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.
An emerging strategy for application software companies is to provide web-accessible access to software that has heretofore been distributed as local applications. These programs allow the user to pay a monthly or yearly fee for use of a software application without having to install it on a local hard drive. A company which follows this strategy is known as an application service provider (ASP), and ASPs are currently receiving much attention in the software industry.
See also
- Cascading Style Sheets
- HTML
- LAMP: Linux, Apache, MySQL and Perl/Python/PHP
- Microsoft .NET
- Web service
- World Wide Web Consortium (web standards)
- XML