The purpose of this script is to show how to put together a CRUD scenario in an Oracle JET application by means of Web Components. You'll start by setting up...
The purpose of this script is to show how to put together a CRUD scenario in an Oracle JET application by means of Web Components. You'll start by setting up JSON Server, which is a fake REST server, next you'll set up an Oracle JET application that connects to it and displays its payload, and finally you'll use the Composite Component Architecture (CCA) to create a reusable Web Component for displaying the payload in different modules, interacting with CRUD functionality...
The purpose of this script is to show how to put together a CRUD scenario in an Oracle JET application by means of Web Components. You'll start by setting up JSON Server, which is a fake REST server,...
While working on some customers' applications, I ran into a few performance and functionality tips related to list of values in Visual Builder Cloud Service...
While working on some customers' applications, I ran into a few performance and functionality tips related to list of values in Visual Builder Cloud Service (VBCS). While it is very tempting to use the built in quick start that binds a list to results from a service, in some cases you might want to take a different approach. One reason is performance - some lists don't change very often - and it makes more sense to fetch them only once instead of at every entry into a page....
While working on some customers' applications, I ran into a few performance and functionality tips related to list of values in Visual Builder Cloud Service (VBCS). While it is very tempting to use...
A common request I've been getting from customers of Visual Builder is to be able to edit multiple records that are shown in a table. Oracle JET has an editable...
A common request I've been getting from customers of Visual Builder is to be able to edit multiple records that are shown in a table. Oracle JET has an editable table sample that shows how to do this in their cookbook, but the translation from the JET approach to the VBCS way of doing things was a bit tricky for some. I recorded a video and included basic instructions showing you how to implement the JET sample in your VBCS application below. Beyond just implementing the UI...
A common request I've been getting from customers of Visual Builder is to be able to edit multiple records that are shown in a table. Oracle JET has an editable table sample that shows how to do...
Oracle VBCS allows us to build multiple flows within the application. This is great — this helps to split application logic into different smaller modules....
Oracle VBCS allows us to build multiple flows within the application. This is great — this helps to split application logic into different smaller modules. Although VBCS doesn’t offer (in the current version) declarative support to build menu structure to navigate between the flows. Luckily this requirement can be achieved in few simple steps, please read John Ceccarelli post — Adding a Navigation Bar to a VBCS Application. I thought to go through instructions listed by...
Oracle VBCS allows us to build multiple flows within the application. This is great — this helps to split application logic into different smaller modules. Although VBCS doesn’t offer (in...
In Visual Builder Cloud Service (VBCS) it is very easy to create a CRUD application where one page shows you a list of records, and then clicking on one of them...
In Visual Builder Cloud Service (VBCS) it is very easy to create a CRUD application where one page shows you a list of records, and then clicking on one of them you are directed to another page where you edit the record. But what if instead you want to edit the record on the same page - or in a popup window when you click the record in the table? This is what this blog is all about - the results looks like this: The video combines several techniques and tips, some of which I...
In Visual Builder Cloud Service (VBCS) it is very easy to create a CRUD application where one page shows you a list of records, and then clicking on one of them you are directed to another page...
At the #PaaSSummercamp, VBCS is on the agenda. We did a few labs from the VBCS learning path. Nice thing is that you can do it yourself as well. One of the main...
At the #PaaSSummercamp, VBCS is on the agenda. We did a few labs from the VBCS learning path. Nice thing is that you can do it yourself as well. One of the main goals of the OracleJET labs yesterday was to introduce you to CCA components. Since VBCS is mostly based on OracleJET (For the UI that is) it should not be too hard to add a CCA component from our OracleJET application into our VBCS application. So actually, I wanted to try just that. If you go to your OracleJET...
At the #PaaSSummercamp, VBCS is on the agenda. We did a few labs from the VBCS learning path. Nice thing is that you can do it yourself as well. One of the main goals of the OracleJET labs yesterday...
Oracle Intelligent Bots allows you to build micro apps that can be integrated into chatbot conversations while executing in a web view. Instant Apps, to name...
Oracle Intelligent Bots allows you to build micro apps that can be integrated into chatbot conversations while executing in a web view. Instant Apps, to name the product feature, allow users to provide structured data input easily instead of going back-and-forth in a bot conversation, just to get multi-line information in. A feature of Instant Apps is the ability to embed remote websites, for the website to receive information from and to write information back to an Instant...
Oracle Intelligent Bots allows you to build micro apps that can be integrated into chatbot conversations while executing in a web view. Instant Apps, to name the product feature, allow users...
Dear Developer Partner Community, PaaS the knowledge from the emerging PaaS Partner Community Forum. As a community member you get access to the conference...
Dear Developer Partner Community, PaaS the knowledge from the emerging PaaS Partner Community Forum. As a community member you get access to the conference presentations, demos and hands-on training material. Make us of it, become trained & certified, publish service offerings, host customer cloud test drive events, build proof of concepts based on the Oracle Cloud Platform. WebLogic is the leading Java EE server. With Kubernetes Operator and Container Engine you can run...
Dear Developer Partner Community, PaaS the knowledge from the emerging PaaS Partner Community Forum. As a community member you get access to the conference presentations, demos and hands-on training...
Recently I have been working on a customer chatbot project. Although it was not a direct requirement, I decided to look into embedding the chatbot in a web...
Recently I have been working on a customer chatbot project. Although it was not a direct requirement, I decided to look into embedding the chatbot in a web application too. You will never know what the future brings. It struck me that is I could not find any blogposts related to this topic. The only thing is a youtube video by Oracle PM (see resources below) describing how to do this. There can be several reasons as why this has not been blogged about: Nobody is doing chatbot...
Recently I have been working on a customer chatbot project. Although it was not a direct requirement, I decided to look into embedding the chatbot in a web application too. You will never know what...