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...
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...
If you ever submitted a paper for a conference, then you probably know the type of registration question in which a list of categories is displayed for you to...
If you ever submitted a paper for a conference, then you probably know the type of registration question in which a list of categories is displayed for you to first choose the primary topic of your talk, then the secondary and finally the third. By selecting a topic from the list, the items on the list are reduced by the one selected for the next display. The same UI can be achieved for a bot conversation in Oracle Intelligent Bots. Below screen shots shows a conversation in...
If you ever submitted a paper for a conference, then you probably know the type of registration question in which a list of categories is displayed for you to first choose the primary topic of your...
Join Link Consulting and Oracle for a Developer Meetup in Lisbon. Ah... API's! The cornerstone of any Digital Transformation initiative! API's have been around...
Join Link Consulting and Oracle for a Developer Meetup in Lisbon. Ah... API's! The cornerstone of any Digital Transformation initiative! API's have been around for decades, but have taken the spotlight in recent years, as the enablers for omnichannel and opening up organizations to the community. As simple as they are, getting it wrong while implementing API's is a lot more common than we think. Several common pitfalls plague organizations throughout the world, with a nasty...
Join Link Consulting and Oracle for a Developer Meetup in Lisbon. Ah... API's! The cornerstone of any Digital Transformation initiative! API's have been around for decades, but have taken...
Just a short blogpost describing a solution that I needed for the bot that I'm currently developing. This bot has a typical requirement doing different things...
Just a short blogpost describing a solution that I needed for the bot that I'm currently developing. This bot has a typical requirement doing different things during office hours and after closing time. As such I need to know when the user is invoking the bot. Here's how I ended up doing this. What time is it? The developer guide has a section on how to use Built-In FreeMarker Date Operations (see resources below). That is a very resource. I started with using the 'now' ...
Just a short blogpost describing a solution that I needed for the bot that I'm currently developing. This bot has a typical requirement doing different things during office hours and after closing...