Easy Application Execution Menu Back | 1 2 3 4 5 6 7 8 9 10 | Next

Upon creation, each component is given its own URL. For example:

www.webserver.com/WEBDB/
SCOTT.FORM1.show

www.webserver.com/WEBDB is where WebDB is installed.
SCOTT is the schema where the component is stored.
FORM1 is the name of the component.
show is the procedure used to display the component.

To make a component available to end users, developers provide them with the component's URL, or a link to the URL.