Monday, April 22, 2024

VBCS - typical visual application workflow


  • A visual application is a collection of resources that you use to develop web (and mobile) apps. 
  • It includes metadata in JSON files that describe data sources (business objects and services) as well as the HTML and JavaScript files of your web (and mobile) apps.
  • To develop your application, you define its data sources and design an interface for users to work with.
  •  Visual Builder does not impose any specific order for building your application. How you proceed is personal preference and determined by the way you planned your application. If you already know the data sources that you will use, or the structure of objects that you have, you might want to start by defining the service connections and business objects. However you decide to proceed, you always start with a visual application.

High-level description of the tasks that you typically perform when building your application:

  1. Create a new visual application
  2. Create servicr connections
  3. Create business objects
  4. Add web (and mobile) apps
  5. Develop the web (and mobile ) apps
  6. Secure the application
  7. Stage and test the application
  8. Import real data and check schema
  9. Publish the application

No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...