Oracle JET mobile tools
Mobile tools are the sets of software required to develop hybrid mobile applications. Oracle JET provides hybrid mobile application development support using Cordova. We need to install mobile tools specific to the operating system after confirming that we have the prerequisite software (installed in Chapter 1, Getting Started with Oracle JET), including npm, Node.js, Grunt, Bower, and Yeoman. In this section, let's review the important software for hybrid mobile application development with Oracle JET.
Cordova
While there are a number of mobile development frameworks, one of the popular open source frameworks is Apache Cordova, which supports the usage of standard web technologies such as HTML, CSS, and JavaScript to build applications supporting multiple platforms. This is achieved by delivering the applications in container wrapping, matching the target platforms with APIs that support native device features and content.
The following is the Apache Cordova application...