217
A
APPENDIX A
Understanding Web
Applications
A web application is a collection of web pages that interact with visitors,
with each other, and with various resources on a web server, including
databases. Before you start building your own web applications, you should
be familiar with the concepts discussed in this chapter.
The chapter contains the following topics:
About web applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
How a web application works . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219
Authoring dynamic pages. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 224
Choosing a server technology. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
Web application terminology. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .227
About web applications
A web application is a website that contains pages with partly or entirely
undetermined content. The final content of a page is determined only
when the visitor requests a page from the web server. Because the final
content of the page varies from request to request based on the visitor’s
actions, this kind of page is called a dynamic page.
Web applications are built to address a variety of challenges and problems.
This section describes common uses for web applications and gives a
simple example.
Содержание DREAMWEAVER 8-GETTING STARTED WITH...
Страница 1: ...Getting Started with Dreamweaver...
Страница 8: ...8 Contents...
Страница 10: ......
Страница 46: ...46 Dreamweaver Basics...
Страница 48: ......
Страница 128: ...128 Tutorial Formatting Your Page with CSS...
Страница 136: ...136 Tutorial Publishing Your Site...
Страница 138: ......
Страница 189: ...Add a Repeat Region XSLT object 189 3 Select Insert XSLT Objects Repeat Region...
Страница 196: ...196 Tutorial Displaying XML Data...
Страница 216: ......
Страница 230: ...230 Understanding Web Applications...
Страница 236: ...236 Installing a Web Server...
Страница 254: ...254 Setup for Sample ColdFusion Site...
Страница 268: ...268 Setup for Sample ASP NET Site...
Страница 284: ...284 Setup for Sample ASP Site...
Страница 300: ...300 Setup for Sample JSP Site...
Страница 320: ...320 Setup for Sample PHP Site...