Create a Front-End Application Using Oracle Visual Builder
Oracle Visual Builder supports all stages of the development workflow, from creating to staging and publishing an application.
You don't have to follow an specific order in Oracle Visual Builder for building the artifacts in your application and defining the building blocks. How you proceed is personal preference and determined by the way you planned your application.
You can quickly build your application screens in Oracle Visual Builder by creating a visual application.
Create a Visual Application
A visual application is a collection of resources that you use to develop web and mobile applications. A visual application includes metadata in JSON files that describe data sources and business objects, and includes the HTML and JavaScript files of the web application. Some resources are created by default when you create a visual application.
Your new visual application opens automatically when you create it and displays the Artifact Browser and Welcome screen. Your new application doesn't contain any artifacts. You can use the Welcome screen to help you decide which artifacts you want to create first. Click any of the tiles in the Welcome screen to open the panel in the Artifact Browser where you can create and manage the artifacts. You can add multiple mobile and web apps, and all the apps can access the data sources that you expose in your visual application.
Create a Service Connection from an Endpoint
You create a connection from an endpoint when you know the base URI of a service and can provide the necessary parameters for connecting to the service, such as the authentication details and an example of the body of the response.
To create a service connection from the URL of an endpoint:
Tip:
After you add an endpoint from the service, you can add more endpoints from the same service by clicking + Endpoints in the Endpoints tab of the connection and choosing From Original Service from the menu.Create a Mobile Application
Each mobile application in your visual application is independent, but all the applications can use the data sources defined in the visual application.
Oracle Visual Builder uses the Apache Cordova framework to access the capabilities of the devices on which your mobile application is installed. Apache Cordova is an open-source cross-platform development framework that enables application developers to use standard web technologies (HTML, CSS, and JavaScript) to develop mobile applications.