Introduction To Oracle Visual Builder For Developers: Gen 3
Published 8/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.97 GB | Duration: 8h 30m
(2024 Version) Learn Oracle Visual Builder (VBCS) application development from scratch: For Developers and for beginners
What you'll learn
Basics of Oracle Visual Builder application development
To build Oracle Visual Builder application
To use page designer in Oracle Visual Builder
Overview of Oracle Visual Builder to get started as a developer
This course only covers basic concepts of Oracle Visual Builder application development
This course does not cover advanced topics in Oracle Visual Builder
Requirements
Prior experience working as a developer in previous assignments
Basic knowledge of HTML, JavaScript and CSS is good to have but not mandatory
Description
This course is designed to help developers who aspire to learn Oracle Visual Builder application development (VBCS) from scratch. Please enroll to this course only if you are planning to learn the basics of Oracle Visual Builder and to become a Oracle Visual Builder application developer.If you are a functional or sales professional then this course may not be a best fit for you.NOTE: This course does not cover advanced topicsWith this course you will learn the basics of Oracle Visual Builder application development and below are few are the highlights on the topics covered in this course:Create a Visual Builder applicationCreate a WebApp in Visual Builder applicationOverview of Visual Builder application designerCreate a Business ObjectsBasics of Business ObjectsUsing Input Text, Input Number component in a pageUsing Table and List collection component in a pageShowing Business Object data in a pageCalling external REST API's in Visual Builder applicationCalling Oracle Integration endpoint in Visual Builder applicationBasics of creating Redwood pages in Visual Builder applicationBasics of AppUI pages development with Visual BuilderTips and tricks for Visual Builder and much more.Oracle Visual Builder is a cloud based software development Platform as a Service PaaS and a hosted environment for your application development infrastructure. It provides an open source standards based solution to develop, collaborate on, and deploy applications within Oracle Cloud.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: (OPTIONAL) How to access your Visual Builder instance
Lecture 2 Overview on provisioning with Oracle Integration
Lecture 3 Overview on provisioning standalone VB instance
Section 3: Getting started with Visual Builder applications
Lecture 4 Create your first Visual Builder application
Lecture 5 (OPTIONAL) Create your first VB application with Visual Builder Studio
Lecture 6 Overview of WebApp file structure in Visual Builder
Lecture 7 Visual Builder application designer overview
Lecture 8 What is Shell Page and single page index.html architecture of OJET ?
Lecture 9 (OPTIONAL) Helpful VB docs and resources
Section 4: Learning the building blocks of Visual Builder
Lecture 10 Drag and drop bind text component to a page
Lecture 11 Create a variable and assign value to a component
Lecture 12 Variable and Type in Visual Builder
Lecture 13 Get input from user with input text component
Lecture 14 Difference between {{ and [[ ]] brackets
Lecture 15 Constants and their use
Lecture 16 Action chain
Lecture 17 Types of events
Lecture 18 JavaScript function
Lecture 19 JavaScript function at application scope
Lecture 20 Navigate from one page to another
Lecture 21 Stage an application
Lecture 22 Publish an application
Lecture 23 (Assignment) Create a calculator application
Section 5: Business Object (Basics)
Lecture 24 Create first Business Object
Lecture 25 Add data in Business Object
Lecture 26 Export and Import Business Object with file
Lecture 27 Import Business Object with .csv file
Lecture 28 Create relationship between Business Objects
Section 6: (OPTIONAL) Business Object features
Lecture 29 Import VB app with .zip file
Lecture 30 Create a new data row in Business Object
Lecture 31 Create a formula field in Business Object
Lecture 32 Create a aggregation field in Business Object
Lecture 33 Create field based on formula with iterator
Lecture 34 Create field based on formula with conditional iterator
Lecture 35 Business Rule : Object Trigger
Lecture 36 Business Rule : Field Trigger
Lecture 37 Business Rule : Object Validator
Lecture 38 Business Rule : Field Validator
Lecture 39 Business Rule : Object Function
Lecture 40 REST API's for Business Object
Section 7: Basics of Visual Builder components
Lecture 41 Overview of Redwood design and create a first Redwood application
Lecture 42 (Assignment) Create Business Object in Redwood VB app
Lecture 43 Table component to show Business Object data
Lecture 44 Search slot in Welcome page template and use query parameter on Business Object
Lecture 45 Create, Update, Delete and get Details from Business Object in Table component
Lecture 46 Navigate from one page to another (Item Overview page template)
Lecture 47 List view component to show data
Lecture 48 Using Array Data Provider variable to populate the collection component
Lecture 49 Form Layout component
Lecture 50 Toolbar component and OJET cookbook
Lecture 51 Center align the buttons within toolbar
Lecture 52 Primary and secondary buttons in redwood pages
Lecture 53 Dialog component
Lecture 54 Drawer component
Section 8: Service Connection
Lecture 55 Create service connection to call REST API endpoint
Lecture 56 Create backend
Lecture 57 Calling Integration with service connection
Section 9: Responsive design
Lecture 58 Basics of responsive design in Visual Builder, oj-flex, oj-flex-item
Lecture 59 oj-sm-flex-items-initial and oj-sm-flex-initial
Lecture 60 oj-size-flex-items-1 and oj-size-flex-1
Lecture 61 oj-size-flex-items-0 and oj-size-flex-0
Lecture 62 Flex justify (oj-sm-justify-content-center, end, space-between, space-around)
Lecture 63 Flex Align (oj-sm-align-items-center, start,end)
Section 10: Application Lifecycle
Lecture 64 Edit live app, New version
Lecture 65 Lock, Unlock application
Lecture 66 Renaming an application
Lecture 67 Duplicate an application
Lecture 68 Delete an application
Lecture 69 Allow anonymous access to a user
Lecture 70 Allow anonymous access to a Business Object
Section 11: Fragments
Lecture 71 Create fragment
Lecture 72 Pass value from page to fragment
Lecture 73 Pass value from fragment to containing page
Section 12: Editable Table
Lecture 74 Create BDP type variable
Lecture 75 Create editable table using BDP variable
Lecture 76 Create table before row edit event listener
Lecture 77 Create table before row edit end event listener
Lecture 78 Fixing issue with get submittable items
Lecture 79 Delete Item
Lecture 80 Logging BDP get submittable Items
Lecture 81 Add Item
Lecture 82 Save changes back to source application (Add, Update, Remove)
Section 13: Dynamic Components
Lecture 83 Dynamic Table (Data from service connection)
Lecture 84 Dynamic Table (Data from Business Object)
Lecture 85 Dynamic Form
Section 14: (OPTIONAL) What is CORS and Visual Builder Proxy ?
Lecture 86 CORS and Visual Builder Proxy overview for service connection
Section 15: Implement Pagination
Lecture 87 (Optional) Build integration to fetch database records in batches
Lecture 88 Add Pagination to table component in Visual Builder application with SDP
Section 16: External JavaScript library
Lecture 89 Refer external JavaScript library in VBCS app with index.html, app-flow.json
Section 17: Basics of ORDS (Oracle REST Data Services)
Lecture 90 Create and consume ORDS REST API for database table in VB
Lecture 91 Enable OAuth credentials for ORDS REST APIs
Section 18: SaaS VB / AppUI (Oracle SaaS / Fusion Visual Builder)
Lecture 92 Launch Visual Builder from Fusion / Oracle SaaS instance
Lecture 93 Create an AppUI and publish
Lecture 94 Create AppUI with File Import (workspace / git repository)
Lecture 95 Refer External JavaScript library in AppUI
Lecture 96 Custom Objects with AppUI
Section 19: Congratulations!!!
Lecture 97 Congratulations!!! and Thank You for enrolling
Beginners in Oracle Visual Builder,This course is only for developers,This course is a 100 % hands on course (practical) with no presentation or theory,This course is not for Functional and Sales professionals,This course only covers basic concepts of Oracle Visual Builder application development,This course does not cover advanced topics in Oracle Visual Builder
What you'll learn
Basics of Oracle Visual Builder application development
To build Oracle Visual Builder application
To use page designer in Oracle Visual Builder
Overview of Oracle Visual Builder to get started as a developer
This course only covers basic concepts of Oracle Visual Builder application development
This course does not cover advanced topics in Oracle Visual Builder
Requirements
Prior experience working as a developer in previous assignments
Basic knowledge of HTML, JavaScript and CSS is good to have but not mandatory
Description
This course is designed to help developers who aspire to learn Oracle Visual Builder application development (VBCS) from scratch. Please enroll to this course only if you are planning to learn the basics of Oracle Visual Builder and to become a Oracle Visual Builder application developer.If you are a functional or sales professional then this course may not be a best fit for you.NOTE: This course does not cover advanced topicsWith this course you will learn the basics of Oracle Visual Builder application development and below are few are the highlights on the topics covered in this course:Create a Visual Builder applicationCreate a WebApp in Visual Builder applicationOverview of Visual Builder application designerCreate a Business ObjectsBasics of Business ObjectsUsing Input Text, Input Number component in a pageUsing Table and List collection component in a pageShowing Business Object data in a pageCalling external REST API's in Visual Builder applicationCalling Oracle Integration endpoint in Visual Builder applicationBasics of creating Redwood pages in Visual Builder applicationBasics of AppUI pages development with Visual BuilderTips and tricks for Visual Builder and much more.Oracle Visual Builder is a cloud based software development Platform as a Service PaaS and a hosted environment for your application development infrastructure. It provides an open source standards based solution to develop, collaborate on, and deploy applications within Oracle Cloud.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: (OPTIONAL) How to access your Visual Builder instance
Lecture 2 Overview on provisioning with Oracle Integration
Lecture 3 Overview on provisioning standalone VB instance
Section 3: Getting started with Visual Builder applications
Lecture 4 Create your first Visual Builder application
Lecture 5 (OPTIONAL) Create your first VB application with Visual Builder Studio
Lecture 6 Overview of WebApp file structure in Visual Builder
Lecture 7 Visual Builder application designer overview
Lecture 8 What is Shell Page and single page index.html architecture of OJET ?
Lecture 9 (OPTIONAL) Helpful VB docs and resources
Section 4: Learning the building blocks of Visual Builder
Lecture 10 Drag and drop bind text component to a page
Lecture 11 Create a variable and assign value to a component
Lecture 12 Variable and Type in Visual Builder
Lecture 13 Get input from user with input text component
Lecture 14 Difference between {{ and [[ ]] brackets
Lecture 15 Constants and their use
Lecture 16 Action chain
Lecture 17 Types of events
Lecture 18 JavaScript function
Lecture 19 JavaScript function at application scope
Lecture 20 Navigate from one page to another
Lecture 21 Stage an application
Lecture 22 Publish an application
Lecture 23 (Assignment) Create a calculator application
Section 5: Business Object (Basics)
Lecture 24 Create first Business Object
Lecture 25 Add data in Business Object
Lecture 26 Export and Import Business Object with file
Lecture 27 Import Business Object with .csv file
Lecture 28 Create relationship between Business Objects
Section 6: (OPTIONAL) Business Object features
Lecture 29 Import VB app with .zip file
Lecture 30 Create a new data row in Business Object
Lecture 31 Create a formula field in Business Object
Lecture 32 Create a aggregation field in Business Object
Lecture 33 Create field based on formula with iterator
Lecture 34 Create field based on formula with conditional iterator
Lecture 35 Business Rule : Object Trigger
Lecture 36 Business Rule : Field Trigger
Lecture 37 Business Rule : Object Validator
Lecture 38 Business Rule : Field Validator
Lecture 39 Business Rule : Object Function
Lecture 40 REST API's for Business Object
Section 7: Basics of Visual Builder components
Lecture 41 Overview of Redwood design and create a first Redwood application
Lecture 42 (Assignment) Create Business Object in Redwood VB app
Lecture 43 Table component to show Business Object data
Lecture 44 Search slot in Welcome page template and use query parameter on Business Object
Lecture 45 Create, Update, Delete and get Details from Business Object in Table component
Lecture 46 Navigate from one page to another (Item Overview page template)
Lecture 47 List view component to show data
Lecture 48 Using Array Data Provider variable to populate the collection component
Lecture 49 Form Layout component
Lecture 50 Toolbar component and OJET cookbook
Lecture 51 Center align the buttons within toolbar
Lecture 52 Primary and secondary buttons in redwood pages
Lecture 53 Dialog component
Lecture 54 Drawer component
Section 8: Service Connection
Lecture 55 Create service connection to call REST API endpoint
Lecture 56 Create backend
Lecture 57 Calling Integration with service connection
Section 9: Responsive design
Lecture 58 Basics of responsive design in Visual Builder, oj-flex, oj-flex-item
Lecture 59 oj-sm-flex-items-initial and oj-sm-flex-initial
Lecture 60 oj-size-flex-items-1 and oj-size-flex-1
Lecture 61 oj-size-flex-items-0 and oj-size-flex-0
Lecture 62 Flex justify (oj-sm-justify-content-center, end, space-between, space-around)
Lecture 63 Flex Align (oj-sm-align-items-center, start,end)
Section 10: Application Lifecycle
Lecture 64 Edit live app, New version
Lecture 65 Lock, Unlock application
Lecture 66 Renaming an application
Lecture 67 Duplicate an application
Lecture 68 Delete an application
Lecture 69 Allow anonymous access to a user
Lecture 70 Allow anonymous access to a Business Object
Section 11: Fragments
Lecture 71 Create fragment
Lecture 72 Pass value from page to fragment
Lecture 73 Pass value from fragment to containing page
Section 12: Editable Table
Lecture 74 Create BDP type variable
Lecture 75 Create editable table using BDP variable
Lecture 76 Create table before row edit event listener
Lecture 77 Create table before row edit end event listener
Lecture 78 Fixing issue with get submittable items
Lecture 79 Delete Item
Lecture 80 Logging BDP get submittable Items
Lecture 81 Add Item
Lecture 82 Save changes back to source application (Add, Update, Remove)
Section 13: Dynamic Components
Lecture 83 Dynamic Table (Data from service connection)
Lecture 84 Dynamic Table (Data from Business Object)
Lecture 85 Dynamic Form
Section 14: (OPTIONAL) What is CORS and Visual Builder Proxy ?
Lecture 86 CORS and Visual Builder Proxy overview for service connection
Section 15: Implement Pagination
Lecture 87 (Optional) Build integration to fetch database records in batches
Lecture 88 Add Pagination to table component in Visual Builder application with SDP
Section 16: External JavaScript library
Lecture 89 Refer external JavaScript library in VBCS app with index.html, app-flow.json
Section 17: Basics of ORDS (Oracle REST Data Services)
Lecture 90 Create and consume ORDS REST API for database table in VB
Lecture 91 Enable OAuth credentials for ORDS REST APIs
Section 18: SaaS VB / AppUI (Oracle SaaS / Fusion Visual Builder)
Lecture 92 Launch Visual Builder from Fusion / Oracle SaaS instance
Lecture 93 Create an AppUI and publish
Lecture 94 Create AppUI with File Import (workspace / git repository)
Lecture 95 Refer External JavaScript library in AppUI
Lecture 96 Custom Objects with AppUI
Section 19: Congratulations!!!
Lecture 97 Congratulations!!! and Thank You for enrolling
Beginners in Oracle Visual Builder,This course is only for developers,This course is a 100 % hands on course (practical) with no presentation or theory,This course is not for Functional and Sales professionals,This course only covers basic concepts of Oracle Visual Builder application development,This course does not cover advanced topics in Oracle Visual Builder
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!