Cordova – Storage
We can use the storage API available for storing data on the client apps. This will help the usage of the app when the user is offline and it can…
We can use the storage API available for storing data on the client apps. This will help the usage of the app when the user is offline and it can…
Drools Runtime is required to instruct the editor to run the program with specific version of Drools jar. You can run your program/application with different Drools Runtime. Click on Windows…
The config.xml file is the place where we can change the configuration of the app. When we created our app in the last tutorial, we set reverse domain and name. The values…
We have understood how to install Cordova and set up the environment for it. Once everything is ready, we can create our first hybrid Cordova application. Step 1 - Creating…
Here are the prerequisites to install Drools Plugin − Java 1.5 (or higher) SE JDKEclipse 4.2 (or any version) and the Drools plugin As Drools is a BRMS (Business Rule…
In this chapter, we will understand the Environment Setup of Cordova. To begin with the setup, we need to first install a few components. The components are listed in the…
Cordova is a platform for building hybrid mobile applications using HTML, CSS, and JavaScript. The official documentation gives us the definition of the Cordova − "Apache Cordova is an open-source mobile…
Drools is a business logic integration platform written in Java. This is a quick tutorial on how to use Drools in a business environment. Audience This tutorial should be useful…
Demo Example Here is the XML that we need to modify − <?xml version = "1.0"?> <class> <student rollno = "393"> <firstname>dinkar</firstname> <lastname>kad</lastname> <nickname>dinkar</nickname> <marks>85</marks> </student> <student rollno = "493">…
Demo Example Here is the XML that we need to create − <?xml version = "1.0" encoding = "UTF-8"?> <cars> <supercars company = "Ferrari"> <carname type = "formula one">Ferrari 101</carname>…