beautypg.com

Set up your computer for application development, What you need to build web applications – Adobe Dreamweaver CC 2015 User Manual

Page 546

background image

539

Dynamic sites, pages and web forms

Last updated 6/3/2015

A server technology

The technology that an application server uses to modify dynamic pages at runtime.

The Dreamweaver development environment supports the following server technologies:

• Adobe® ColdFusion®

• Microsoft Active Server Pages (ASP)

• PHP: Hypertext Preprocessor (PHP)

You can also use the Dreamweaver coding environment to develop pages for any other server technology not listed.

A static page

A web page that is not modified by an application server before the page is sent to a browser. For more

information, see .

A web application

A website that contains pages with partly or entirely undetermined content. The final content of

these pages is determined only when a 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.

A web server

Software that sends out web pages in response to requests from web browsers. A page request is generated

when a visitor clicks a link on a web page in the browser, selects a bookmark in the browser, or enters a URL in the
browser’s address text box.

Popular web servers include Microsoft Internet Information Server (IIS) and Apache HTTP Server.

More Help topics

Beginner's guide to databases

Set up your computer for application development

Note: The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of the
options described in this article in Dreamweaver CC and later. For more information, see

this article

.

What you need to build web applications

To build web applications in Adobe Dreamweaver, you need the following software:

• A web server

• An application server that works with your web server

Note: In the context of web applications, the terms web server and application server refer to software, not hardware.

• If you want to use a database with your application, you require the following additional software:

• A database system