This Visual Builder Cloud Service workshop will walk you through the following tasks: · Provisioning a New Visual Builder Cloud Service · Creating a Cloud...
This Visual Builder Cloud Service workshop will walk you through the following tasks: · Provisioning a New Visual Builder Cloud Service · Creating a Cloud Native Web and Mobile Application · Loading Data Sets, and Access Cloud Data Structures · Integrating Applications with Custom REST Endpoints Register for the workshop here. Developer Partner Community For regular information become a member in the Developer Partner Community please register here. Blog Twitter LinkedIn...
This Visual Builder Cloud Service workshop will walk you through the following tasks: · Provisioning a New Visual Builder Cloud Service · Creating a Cloud Native Web and Mobile Application · Loading...
Dear Developer Partner Community, The first hands-on Chatbot trainings are available for SaaS partners. You will learn how to innovate a CX, HCM or ERP...
Dear Developer Partner Community, The first hands-on Chatbot trainings are available for SaaS partners. You will learn how to innovate a CX, HCM or ERP application with Oracle Digital Assistant. As a workshop follow up we commend to take the Oracle Cloud Platform Digital Assistant 2019 Associate (1Z0-1071) exam. Certified partners are drive customer success. For details please visit the registration page here. The latest Oracle Digital Assistant release includes many new...
Dear Developer Partner Community, The first hands-on Chatbot trainings are available for SaaS partners. You will learn how to innovate a CX, HCM or ERP application with Oracle Digital Assistant. As a...
An interesting question came up late 2018 in the JDeveloper & ADF forum. A user asked how to use Expression Language (EL) in a pageDef file to switch the...
An interesting question came up late 2018 in the JDeveloper & ADF forum. A user asked how to use Expression Language (EL) in a pageDef file to switch the ControllerClass at runtime depending on some condition of a page. The ControllerClass can be used to add custom code into the lifecycle of a page or fragment (see the full details at 27.4 Customizing the ADF Page Lifecycle). A tip Tip: You can specify the value of the page definition’s ControllerClass attribute as a fully...
An interesting question came up late 2018 in the JDeveloper & ADF forum. A user asked how to use Expression Language (EL) in a pageDef file to switch the ControllerClass at runtime depending on some...
ADF Faces Rich Client Learn more about ADF Faces Rich Client Faster, Simpler and Richer User Interface Development, Oracle ADF Faces Components is a set of...
ADF Faces Rich Client Learn more about ADF Faces Rich Client Faster, Simpler and Richer User Interface Development, Oracle ADF Faces Components is a set of over a 150 Ajax-enabled JSF components, that let you build a richer Web user interface for Java EE applications ADF Work Better Learn more about Alta UI The Oracle Alta UI system was used to develop the most recent Oracle Cloud products, the latest versions of Oracle Fusion Applications, a number of innovative mobile...
ADF Faces Rich Client Learn more about ADF Faces Rich Client Faster, Simpler and Richer User Interface Development, Oracle ADF Faces Components is a set of over a 150 Ajax-enabled JSF components,...
JUnit is a unit testing package for Java language and can be used to test Oracle ADF application as ADF is built on top of the J2EE framework. Unit testing is...
JUnit is a unit testing package for Java language and can be used to test Oracle ADF application as ADF is built on top of the J2EE framework. Unit testing is basically is a process to verify the smallest testable module against some defined test criteria. Here I am going to illustrate that how can we set up and use JUnit in JDeveloper 12.2.1.3 to test ADF application. JDeveloper 12.2.1.3 comes with JUnit extension so no need to install it separately. Let’s start by creating...
JUnit is a unit testing package for Java language and can be used to test Oracle ADF application as ADF is built on top of the J2EE framework. Unit testing is basically is a process to verify...
The following article shows how to programmatically validate a set of JET UI components. For backward compatibility, the application has been extended to...
The following article shows how to programmatically validate a set of JET UI components. For backward compatibility, the application has been extended to support the new JET 6.0.0 web components, as well as the older (on or before 3.2.0) html components. The sample application consists of two forms, each of which has been built on a template supplied from the JS file. The validators and the button click functions have all been built through the underlying data structure. Read...
The following article shows how to programmatically validate a set of JET UI components. For backward compatibility, the application has been extended to support the new JET 6.0.0 web components,...
Introduction In the past months I was introduced to Oracle JavaScript Extension Toolkit, an extensible product put together by Oracle to enable building...
Introduction In the past months I was introduced to Oracle JavaScript Extension Toolkit, an extensible product put together by Oracle to enable building enterprise grade front-ends in JavaScript (client-side applications) which happens to be integrated in the Oracle Cloud and seamlessly integrated in Oracle’s SaaS products such as Oracle Cloud Visual Builder (yes, you can build JavaScript front-ends with a drag-and-drop interface in the Cloud). On an ever-changing JavaScript...
Introduction In the past months I was introduced to Oracle JavaScript Extension Toolkit, an extensible product put together by Oracle to enable building enterprise grade front-ends in...
This is a quick and short article which talks about displaying ADF BC REST resource's validation message on the JET UI. The inital step to is to create a...
This is a quick and short article which talks about displaying ADF BC REST resource's validation message on the JET UI. The inital step to is to create a validator method on one of the desired attributes of the ADF entity object. For my use case, I have selected Salary attribute on Employee EO. While calling create or save on your collection data, the error callback has 3 parameters. The first parameter contains all the details of the error thrown. The responseText attribute...
This is a quick and short article which talks about displaying ADF BC REST resource's validation message on the JET UI. The inital step to is to create a validator method on one of the...
Oracle Visual Builder supports ADF BC REST out of the box. Build service connection using "Define by Specification" wizard: Wizards support ADF as API type. Add...
Oracle Visual Builder supports ADF BC REST out of the box. Build service connection using "Define by Specification" wizard: Wizards support ADF as API type. Add describe at the end of the REST URL, this will bring metadata for exposed ADF BC REST service (information about attribute types, etc.): List of endpoints will be populated automatically. You could select all endpoints to be supported for your connection or select only few: The most typical thing you would do with...
Oracle Visual Builder supports ADF BC REST out of the box. Build service connection using "Define by Specification" wizard: Wizards support ADF as API type. Add describe at the end of the REST...