Menu
Category

OracleMobile

Oracle Intelligent Bots: Getting Started with Chat bots – Part 1

In this post, we are going to see how to create a sample chatbot using Oracle Intelligent Bot Cloud Service (IBCS).Before developing the chatbot, we should understand the terminology. Intent: The entry point of any conversation or use case by describing the various actions that your bot helps its users complete. It enables bot to recognize user input because each…

Newer version: Oracle MAF 2.5.0 Released

Oracle Mobile Application Framework (MAF) released a new version 2.5.0. This is a major release containing a number of platform upgrades and enhancements, including the following: A NEW release of JDeveloper 12.2.1.3.0 is required The embedded Cordova platform engines have been updated Support iOS 11, iPhone X and Xcode 9 Support Android 8, and the Google Pixel C phone For…

Resolving or Invoking a Method Expression from a Managed Bean in Oracle MAF

[MAF 2.3.1]I developed a mobile app using Oracle Mobile Application Framework (MAF) in which I had a requirement to invoke a method from a managed bean method. Below is the code snippet worked for me to do this. public static Object resloveMethodExpression(String expression,                                  …

Working with Oracle MCS Database Management API

­­­­In Oracle Mobile Cloud Service (MCS) “Database Management API” is another API in addition to “Database Access API” which lets you view table metadata, and create, drop, and re-create tables. This post is not to explain about the API but to see how to access it from outside. Please click here to know more about the API. The good part…

Routing in Oracle JET – Know how to navigate between pages

Routing is very useful in JET when we want to navigate between pages or modules. Following is the step-by-step procedure to configure the routing in Oracle JET. ·       Open main.js under sr/js folder ·       Search for function init() . By default, you see the below statements when you create a new project in this function ko.applyBindings(new MainViewModel(), document.getElementById(‘globalBody’)); app.adjustContentPadding(); ·      …

New version: Oracle MAF 2.4.0 released

The new release of version 2.4.0 of Oracle Mobile Application Framework (MAF) is announced recently. This is a major release containing significant enhancements, such as improved Android builds, shared data controls, shared libraries and iOS 3D touch support, to name a few.Please refer to the What’s New section of the developer guide for detailed information about the changes and how…

Error: oracle.maf.impl.cd.datasynch not found

[maf 2.3.1]I am developing a mobile application with MCS offline sync feature using Oracle MAF. I have used AMPA for the implementation. After deploying the application, on click of “Pending Sync Actions”, I got the below error. Feature not found with id “oracle.maf.impl.cd.datasynch” This is because the library might be deleted or corrupted in the application. To avoid this error,…

How to open device camera or picture gallery from Oracle MAF app

MAF provides a device feature method getPicture() to open the device camera or picture gallery. You can create binding to it if you want to open camera on the app. But if you want to handle this from java code in MAF, then check the below post.Below is the code should be used to access the camera from the java…

Cordova Plugin is not added to Oracle MAF

Issue: I faced an issue where I could not able to add few cordova plugins to Oracle MAF application. I could able to select the plugin but after selected, it is not added to MAF and not showing any error also.Solution: Check the value of the attribute xmlns of the tag plugin in the plugin.xml file under the corddova plugin folder. Generally it…

Adding a custom css/skin file to a Oracle MAF application

When we want to apply our own css to a Oracle MAF application, we need to configure a custom css file to it. Below is the procedure to know how to add a custom css/skin file to a MAF application. Right click on ApplicationController project -> select CSS File -> enter css file name. Below is the default path of…

Hi, Welcome here.
JOIN OUR NEWSLETTER
And get notified everytime we publish a new blog post.