Before You Begin
This 10-minute tutorial shows you how to stage and publish a web application.
Background
Once you have created an Oracle Visual Builder application, you can stage it to allow team members to test it thoroughly. After testing is complete, you can publish the application and make it available to users.
Oracle Visual Builder provides different databases for the development, staging, and live phases of an application. You can use an empty database for the staging or live phase, or you can transfer data from one to another, or you can import specific data for each.
What Do You Need?
- Access to Oracle Visual Builder
- A supported browser
- Completion of the previous tutorials
Stage
the Application
Stage the application so that other users can test its behavior.
- If necessary, log in to Oracle Visual Builder. If you are
still in the HR Application, click ORACLE Visual
Builder to return to the Visual Applications page.
Description of the illustration vbcssp_sta_s1.png - On the Visual Applications page, click the Options
icon for HR Application and select Stage.
Description of the illustration vbcssp_sta_s2.png - In the Stage Application dialog box, select the Populate
Stage with Development data option and click Stage.
Description of the illustration vbcssp_sta_s3.png The application is staged, and the status changes from Development to Stage.
- Click Stage and select hrwebapp,
the name of the web application. The staged application opens
in a new browser tab. The tables are populated with the data
from Development.
Description of the illustration vbcssp_sta_s4.png - Make a note of the URL of the staged application. You can
share this URL with members of your group so that they can
test it.
When you have finished using the application, close the browser tab to return to the Visual Applications page.
Import
Data Into the Application (Optional)
You can import data for the Department and Employee business objects from a zip file. You can skip directly to the publishing step if you wish.
- Click this link
and download the
HR_Application_Stage.zipfile. The zip file contains CSV files of the Department and Employee business objects of the HR Application schema, with more records and data. - On the Visual Applications page, click HR Application in the Name column to open it.
- Click the Business Objects
tab, then click Menu
and
select Data Manager.
Description of the illustration vbcssp_imp_s3.png - From the drop-down list in the upper right corner, select Staging
to import the data into the staging database.
Description of the illustration vbcssp_imp_s4.png - Click Import from File.
- In the Import Data dialog box, click the import box, select
HR_Application_Stage.zip, and click Import. When the import succeeds, click Close.
Description of the illustration vbcssp_imp_s6.png - In the Business Objects pane, click Department.
- Click the Data tab if necessary, then
select Staging from the drop-down list to
view the new departments.
Description of the illustration vbcssp_imp_s8.png - Click Employee, then click the Data
tab and select Staging to view the new
employees.
Description of the illustration vbcssp_imp_s9.png
Publish
the Application
After you have successfully tested the staged application, you can publish it and make the application live. The live application is visible to users with proper credentials.
- Click the Menu
icon in the header and select Publish. (If
you skipped the previous section, you can click the Options
icon for HR Application and select Publish.) - In the Publish Application dialog box, select the Include
data from Stage option and click Publish.
Description of the illustration vbcssp_pub_s2.png The application is now live. Notice the status change in the header next to the application name.
- Click ORACLE Visual Builder to return to the Visual Applications page.
- Click Live and select hrwebapp.
The application opens in a new browser tab.
Description of the illustration vbcssp_pub_s4.png The schema and the data from the staging database are copied to the live database.
- Make a note of the URL of the application. You can
share this URL with public users.
When you've finished using the application, close the browser tab.
- If you want to, click the user menu in the top-right corner and select Sign Out from the menu. After you've published an application, you will no longer be able to make changes to it. Instead, create a new version of it and edit that.
Stage
and Publish an Oracle Visual Builder Web Application