How to use Oracle JET with BUI Extensibility Framework
Introduction
Oracle JET provides front-end developers & engineers a collection of reusable components to build user interfaces. Oracle JET can be called from a BUI extension, empowered developers to embed control/applications with a similar-looking used by the core product, plus adding modern UI control when needed.
In this post, I want to share a sample code to help you accelerate your understanding and potential customization that requires a modern UI Control.
The Sample Code
The sample code will be using the Oracle Jet content distribution network (CDN), and for this reason, we want to start by creating a required configuration file for lading base JET libraries and resources.
4