Performance Optimization for Visual Builder Apps March 15 18:00 - 19:00 Start Times Around the World Your Experts Marcie Samuelsen, Developer Marketing...
Performance Optimization for Visual Builder Apps March 15 18:00 - 19:00 Start Times Around the World Your Experts Marcie Samuelsen, Developer Marketing Manager @meyoungorcl Marcie is Marketing Manager for Global Developer Marketing. She joined Oracle in August 1996 as a Sales Consultant. She worked in the User Assistance team for 15 years developing training for Oracle APEX. Marcie also was the creator of the Oracle Learning Library which is an APEX Application used by...
Performance Optimization for Visual Builder Apps March 15 18:00 - 19:00 Start Times Around the World Your Experts Marcie Samuelsen, Developer Marketing Manager @meyoungorcl Marcie is Marketing...
This article demonstrates the power of JET's busy context concept. The busy context API provides the developer with an elegant way to check if a custom web...
This article demonstrates the power of JET's busy context concept. The busy context API provides the developer with an elegant way to check if a custom web component has been completely loaded into the DOM and is READY to perform its duties. To illustrate this feature, I have a sample application, which has two custom components: user-component-one and user-component-two. On the click of a button, I populate an knockout observable-array variable with some metadata which loads...
This article demonstrates the power of JET's busy context concept. The busy context API provides the developer with an elegant way to check if a custom web component has been completely loaded into...
This article talks about an advanced mechanism of achieving inter-component communication using events. I had earlier written about another simpler mechanism,...
This article talks about an advanced mechanism of achieving inter-component communication using events. I had earlier written about another simpler mechanism, using the writeback principle, on CCA communication with writeback. However, the writeback principle works only when both the web components are located under the same root component. So it is not really a robust option. The current article deals with communicating using events, and this works across nested components,...
This article talks about an advanced mechanism of achieving inter-component communication using events. I had earlier written about another simpler mechanism, using the writeback principle, on CCA...
In some cases you will want to access Oracle Visual Builder application through an interface built with another product/service. For example, embed the VB app...
In some cases you will want to access Oracle Visual Builder application through an interface built with another product/service. For example, embed the VB app in a portal or another app. Embedding Visual Builder UI in an Oracle Cloud Application (Oracle's SaaS) page is another example of this use case. In this blog we'll show how to achieve this. Adapting the Visual Builder App There are three things you'll likely want to setup in your Visual Builder app when you know it is...
In some cases you will want to access Oracle Visual Builder application through an interface built with another product/service. For example, embed the VB app in a portal or another app. Embedding...
As a best practice your Git repository shouldn't include large binary files - since you usually don't actually manage the content of these files in a similar...
As a best practice your Git repository shouldn't include large binary files - since you usually don't actually manage the content of these files in a similar way to source code files. But sometime these files are part of your code base, and you would like to track them along with the rest of your code. GitLFS - an open source project - helps in doing this in an efficient way. The latest version of Oracle Visual Builder Studio added support for using GitLFS. Git Large File...
As a best practice your Git repository shouldn't include large binary files - since you usually don't actually manage the content of these files in a similar way to source code files. But...
With Visual Builder Studio the lifecycle of the application's code is managed separately from that of data that is stored in business objects. In this blog...
With Visual Builder Studio the lifecycle of the application's code is managed separately from that of data that is stored in business objects. In this blog we'll show you how to hook up data management into the process that deploys your application. Managing the data lifecycle can be done using the new Visual Application build steps that were added to Visual Builder Studio. Note that this demo is a continuation of the previous blog that shows the initial configuration of a...
With Visual Builder Studio the lifecycle of the application's code is managed separately from that of data that is stored in business objects. In this blog we'll show you how to hook up data...
Dear Developer Partner Community, The Oracle Digital Assistant February release introduces many new functionality including Unified Multi-lingual NLU, Enhanced...
Dear Developer Partner Community, The Oracle Digital Assistant February release introduces many new functionality including Unified Multi-lingual NLU, Enhanced Speech, Data Manufacturing with Active Learning. ODA supports Arabic, Dutch, English, French, German, Italian, Portuguese and Spanish – a great opportunity for your localized chatbots. Thanks to the community for all the excellent chatbot & development tool articles: How PeopleSoft customers can use Chatbots to meet...
Dear Developer Partner Community, The Oracle Digital Assistant February release introduces many new functionality including Unified Multi-lingual NLU, Enhanced Speech, Data Manufacturing with Active...
A couple of weeks ago a question in the Oracle ADF Community asked for help with af:query in advanced mode. In detail, the user wanted to know how to hide some...
A couple of weeks ago a question in the Oracle ADF Community asked for help with af:query in advanced mode. In detail, the user wanted to know how to hide some fields from the ‘Add Fields’ LOV available in the advanced mode of the af:query component. You can hide fields declaratively in the view criteria the af:query. For this, you uncheck the queryable checkbox for the attribute. If you do this for e.g. the CommissionPct attribute. Read the complete article here. ...
A couple of weeks ago a question in the Oracle ADF Community asked for help with af:query in advanced mode. In detail, the user wanted to know how to hide some fields from the ‘Add Fields’ LOV...
Redwood is here! All UI components and functionality is using the Redwood Design System by default in this release! If you woud like to use the Alta theme with...
Redwood is here! All UI components and functionality is using the Redwood Design System by default in this release! If you woud like to use the Alta theme with JET v9.0.0, please see the Migration chapter of the JET Developers Guide for guidance. Check your DOM syntax This release includes an updated version of jQuery (v3.5.1) which fixes a security issue. This fix introduces potential issues if your code is not properly closing non-void DOM nodes. Use the JET Audit Framework...
Redwood is here! All UI components and functionality is using the Redwood Design System by default in this release! If you woud like to use the Alta theme with JET v9.0.0, please see the...