Revision as of 12:15, 24 June 2004 view sourceStefenTower (talk | contribs)Extended confirmed users, New page reviewers, Pending changes reviewers, Rollbackers181,122 editsmNo edit summary← Previous edit | Revision as of 12:16, 24 June 2004 view source StefenTower (talk | contribs)Extended confirmed users, New page reviewers, Pending changes reviewers, Rollbackers181,122 editsmNo edit summaryNext edit → | ||
Line 3: | Line 3: | ||
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. | 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. | ||
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 ] (ASP), and ASPs are currently receiving much attention in the software industry. | 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 ] (ASP), and ASPs are currently receiving much attention in the software industry. |
Revision as of 12:16, 24 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