Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a modular open source toolkit based on modern JavaScript/TypeScript, CSS3 and HTML5 design and development principles.
Oracle JET is targeted at JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries (Preact or Knockout based architectures) along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
Choose an architecture
Learn
Developing a VDOM based Web Application
In this five part Learning Path you will build an end-to-end web application going from responsive layout to REST service interactions. Using the JET Virtual DOM Architecture with Preact and TypeScript.
A basic starter app without any navigation.
A responsive design enabled web application template that includes header, footer, and main content components. This template can be used with both VDOM and MVVM architectures.
Developing an MVVM based Web Application
In this five part Learning Path you will build an end-to-end web application going from responsive layout to REST service interactions. Using the JET Model, View, ViewModel (MVVM) architecture with Knockout and TypeScript.