Top Previous Next TOC Index

Application Development - an Overview


Applications developed for the Oracle WebServer have two general types of components:

The Web pages you create will themselves generate URLs that determine what other Web pages are retrieved and what code is executed on the server. Therefore, you must write your Web pages to generate URLs that contain information that the server needs to find the desired Web pages or execute the desired code. These are the general ways your Web pages can produce such URLs:

From the viewpoint of the client, all of these techniques specify the retrieval of a Web page. What determines whether a Web page is simply fetched from the file system or generated by some code executed on the server is the location specified in the URL. The WebServer understands that some locations contain files and others reference WRB Services or CGI programs. It is the configuration of the WebServer that determines which is which. You could say that the server extensions s appear to the client as "virtual files."


Click Here to Go to the top of the section.

Click Here to Go to the previous topic.

Click Here to Go to the next topic.

Click here to Go to the Table of Contents.

Click here to Go to the Index.


This document was last modified at 03:55pm PST on March 27, 1996.

To report any problems or comments, e-mail Oracle WebServer Documentation.