Simplify the steps needed to deploy an application by creating a custom application using the Supporting Objects utility.
See Also:
Parent topic: Deploying an Application
From a developer's perspective, importing and installing an application is a complicated process. First, you create the target database objects and seed data. Second, you import and install the application definition and all related files, including images, themes, and any other required static files.
Creating a custom application using the Supporting Objects utility greatly simplifies this process. Instead of performing numerous steps to create the database objects and then import and install the application and all supporting files, you can define the supporting objects so that the application and supporting files can be migrated in a few easy steps.
After users import and install the application definition, a wizard guides them through a few simple configuration steps. Then, the wizard asks whether to install the supporting application objects. Users have the option of installing the supporting application objects then or doing it later.
From a developer's perspective, creating a custom application has the following advantages:
Ensures that the supporting objects are created in the correct order.
Provides an automated process for deploying an application quickly using very few steps.
Gives users the option to install supporting application objects when they import and install the application definition or at a later time.
Enables users and developers with a convenient method for removing the application definition, supporting files, and all database objects.
Provides users and developers with an easy way to upgrade a previously released custom application.
Plus, you can also take advantage of the Deinstall and Install features to quickly edit the underlying database objects that support an application. For example, you can deinstall and remove all database objects, edit the underlying database object creation scripts, and reinstall to create the redefined application objects.
See Also:
Parent topic: How to Create a Custom Application
To create a custom application, you must create installation scripts that define your application's supporting objects (including database objects, images, and seed data) and any preinstallation validations. You define these objects and the installation and deinstallation scripts and the messages that display when the user installs or deinstalls on the Supporting Objects page.
Parent topic: How to Create a Custom Application
You create a custom application on the Supporting Objects utility.
To access the Supporting Objects Page utility:
Parent topic: Creating a Custom Application
The top of the Supporting Objects page displays the application name and indicates current selections for the following: Check for Objects, Verify System Privileges, Required Free KB, Prompt for License, and Include in Export. To learn more about these options, see field-level Help.
To specify whether to include supporting objects with an application export, select Yes
or No
from the Include in Export list and click Apply Changes.
The rest of the page is divided into the following categories: Installation, Upgrade, and Deinstallation.
See Also:
Parent topic: Creating a Custom Application
Use the links under Installation to define the following types of information:
Prerequisites. Defines built-in checks required before installing the application, such as required free disk space, required system privileges, and schema object restrictions.
Application Substitution Strings. Lists static substitution strings defined for the application. You can define static substitution strings for phrases or labels that occur in many places within an application.
When packaging an application, you can include prompts for substitution strings which users can specify when they install the custom application.
Build Options. Lists build options defined for this application. You can use build options to conditionally display specific functionality within an application.
When packaging an application, you can include prompts for specific build options which display when the application is installed.
Pre-installation Validations. Lists validations defined for the custom application. Similar to normal page validations, these validations prevent a user from installing database objects if the user-defined conditions are not satisfied. To create a new validation, click Create and follow the on-screen instructions.
Installation Scripts. Enables a you to define multiple installation scripts that install supporting objects for the application. To create a new script, click Create and follow the on-screen instructions. To edit an existing script, click the Edit icon. To prevent another developer from editing a script, click the Lock icon. If the script is locked, the Lock icon appears as a closed padlock. If the script is unlocked, the Lock icon appears as an open padlock.
Messages. Enables you to define messages that display when the user installs or deinstalls the application. Supported HTML tags include <b>
, <i>
, <u>
, <p>
, <br>
, <hr>
, <ul>
, <ol>
, <li>
, and <pre>
.
When these messages display, only a limited set of HTML tags are recognized to prevent a cross site-scripting (XSS) attack.
Use the links under Upgrade to define the following types of information:
Upgrade Scripts. Click Upgrade Scripts to define scripts to upgrade database objects, images, and seed data when upgrading an existing application.
Upgrade Message. Enables you to define messages that display when the user upgrades the application. Supported HTML tags include <b>
, <i>
, <u>
, <p>
, <br>
, <hr>
, <ul>
, <ol>
, <li>
, and <pre>
.
When these messages display, only a limited set of HTML tags are recognized to prevent a cross site-scripting (XSS) attack.
Parent topic: Supporting Objects Page
Use the links under Deinstallation to define the following types of information:
Deinstallation Script. Click Deinstallation Script to define a script to drop database objects and static files created by the installation scripts. To edit an existing script, click the Edit icon.
Deinstallation Message. Allows you to define messages that display when the user deinstalls the application. Supported HTML tags include <b>
, <i>
, <u>
, <p>
, <br>
, <hr>
, <ul>
, <ol>
, <li>
, and <pre>
.
When these messages display, only a limited set of HTML tags are recognized to prevent a cross site-scripting (XSS) attack.
See Also:
Parent topic: Supporting Objects Page
You can control access to an application, individual pages, or page components by creating an access control list.
To add an access control list of a custom application:
Parent topic: How to Create a Custom Application
After you edit your supporting objects and create the appropriate scripts, you can run your installation scripts by clicking Install Supporting Objects on the Tasks list.
End users can also use this feature if they elect to not install the custom application (or supporting objects) after they import and install the application definition.
To install supporting objects:
Parent topic: How to Create a Custom Application
You can delete the metadata that defines supporting object scripts, messages, and installation options associated with a custom application by clicking Remove Supporting Object Installation on the Tasks list on the Supporting Objects page.
To delete the metadata that defines supporting object scripts, messages, and installation options:
Parent topic: How to Create a Custom Application
You can define scripts to upgrade a previously published application on the Upgrade page.
Parent topic: How to Create a Custom Application
You can use the Upgrade page to define scripts to upgrade database objects, images, and seed data when upgrading an existing application.
To create an upgrade script:
Parent topic: Upgrading a Custom Application
After you create your upgrade script, you can test it by clicking Upgrade Supporting Objects on Tasks list on the Supporting Object page.
End users can also use this feature to upgrade an existing custom application.
To upgrade a custom application:
Parent topic: Upgrading a Custom Application
Once you create or install a custom application, you can deinstall it by either:
Clicking the Deinstall Supporting Objects on the Supporting Objects page.
Clicking Delete this Application on the Application home page.
When you deinstall an application, you have the option of removing the current application definition and running the deinstallation script defined in the Supporting Objects.
To deinstall a custom application:
See Also:
Parent topic: How to Create a Custom Application
You can view a log of recent installation and deinstallation by clicking View Install Summary on the Tasks list on the Supporting Objects page. Note that this log only displays results from the most recent installation or deinstallation that occurred during the current Application Express session.
To view the Install Summary:
Parent topic: How to Create a Custom Application