Stage the Wholesale CBDC Application
You can stage the application in Oracle Visual Builder to test and review it before deploying it to a production environment.
To stage the application, complete the following steps.
- Log in to Oracle Visual Builder.
- On the home page, click the icon of the application.
- Click the Application Options icon, and then select Stage. The Stage Application window opens.
- The first time you stage the application, select Populate Stage with Development Data, which copies all of the business object data from the development environment to the stage environment. If you stage the application again, select Keep Existing Data in Stage, which does not copy the business object data.
- Access the staged application.
- After the application is staged, navigate back to the home page.
- On the application dashboard, locate the staged application. The status is shown as Stage next to the application name (for example, WholesaleCBDCVBCSPackage).
- Click the drop-down menu under Stage and select the application name (for example, cbdcapp).
- Copy the link or open the staged application in a new browser tab or window to test and review the application.
If you make changes to the application, repeat the previous steps.
If you make changes to the business objects after staging the application, complete the following steps before you stage the application again.
- Verify that the business object data in the development environment matches the data in the stage environment.
- Log on to Oracle Visual Builder.
- Navigate to the application and then select Business Objects.
- Click the Data tab that is associated with a business object.
- Select Development from the list to view the data in the development environment.
- Select Staging from the list to view the data in the stage environment.
- If the data does not match, export the data from the stage environment in
.csv
format. Import this data into the development environment. - After you confirm that the data in the development environment matches the data in the stage environment, follow the previous steps to stage the application.
After staging the application and verifying that it functions correctly, you can publish the application to production. You cannot change the published version of an application. To make changes to the application, you must create a new version.