Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Creating the Basic ASP Application


Sun ONE Active Server Pages combines ASP technology with server-side object-oriented components to provide an integrated Web development environment. A Sun ONE ASP application consists of the following elements:

Web servers normally send HTML files directly to the client's Web browser in response to HTTP requests. When a browser requests an ASP page, the Web server calls the Sun ONE ASP Server to read through the file. The ASP Server executes the server-side scripts and commands in the page, executes any components called by the scripts, and sends the resulting HTML page to the browser.

This section details the basics of building a Sun ONE ASP application.

In this section:

Choosing an Authoring Tool

Creating an ASP Page

Adding Scripts

Changing the Scripting Language

Using @Directives

Using Server-side Includes

Defining the Application

Using the Global.asa File

See also:

Using Sun ONE ASP Built-in Objects

Using Sun ONE ASP Installed Components

Using Java Objects and Classes

Connecting to a Database

Developing International Applications



ContentsPreviousNextIndex