Empty REST DC in MAF 2.0.1 (Workaround)
There is an issue with Web Service Data Control component when you create a REST Service Connection, because it saves the absolute path of schema file in DataControls.dcx file. I faced this problem...
View ArticleConsuming SOAP Web Service in MAF
Lets create a MAF application to consume the ADF-BC Application Module exposed as SOAP Web Service (Expose Application Module as SOAP Web Service). As you must know, Oracle MAF, formerly Oracle ADF...
View ArticleREST/JSON in MAF
REST/JSON has several advantages over SOAP/XML, so it is preferred for mobile web services. As REST/JSON is a smaller than SOAP/XML, you will be passing much less data over the network. For mobile...
View ArticleForm-Field Validation in MAF
The validation of required fields in web applications is important, and you have to do the same for mobile applications. In this post I will show how you can validate required fields in Oracle MAF 2.0....
View ArticleMAF: Deploy in Release Mode (Android)
You need to select Release for the Build Mode, when your application is ready to be published to an application marketplace, such as Google Play, or to test application performance. In this post, I...
View ArticleMAF 2.0: Using Local Database
When you are building a MAF application, you may decide to use Web Services (SOAP / REST) or local Database to retrieve or persist your data. If you decide to use local Database, the SQLite is the...
View ArticleUsing Refresh Container component in MAF
The new version 2.2 of Oracle MAF was release, and now we have a new useful component, called Refresh Container, to use when we need to refresh a list view component. In this post, I will show how you...
View Article