Posts

Showing posts from January, 2021

Developing and deploying a Hello World Page in VBCS

Image
The true way of progressive learning is to demonstrate what you have already learned. As many of us know, Cloud technologies witnessed unprecedented traction in recent times and Oracle is no exception to it, with the advent of accelerated UI Platforms in Cloud Technologies, Oracle has Launched the VBCS platform to expedite the development process of UI application.   VBCS not only easy to learn and develop but also easy to maintain and deploy onto the cloud server. Let's build a developer-friendly application "Hello World", Developers across the world have maintained the tradition to create Hello World page for whatever UI application they start to hop into learning. Below are the sequential steps with a screenshot to create the HelloWorld page in VBCS Click on the "New Application " button as shown in the figure  Provide Application Name, Application Id, and Description as shown in the below screenshot      Once you provide the details to the application, the n

Building CRUD Application through Business object and deploying it on Visual Builder Cloud Services(VBCS)

Image
 Hello everyone,  Whatever UI Application you learn, there will be a common requirement to build a Data Entry Application. This article will guide you in learning the Data Entry Application using the VBCS Cloud application. So many application tools and Frameworks provide the capability to use wizards base methods to build data entry applications and VBCS is no exception, as it also allows you to create a Data Entry app in wizard-based format. I have created a sample application to illustrate the process of the Data entry app creation. 1. First would be to create an Application, Provide some name to the Application.  2. Next Step would be to create a Business Object. The business object is similar to like Entity Object in ADF. It's similar to like Table on which you will be performing data entry operation.  Click on the Business Object button to create a business object Give some name to the Business Object " EmployeeInfo " ( Just like Table Name)   Provide Field names t