Batch Requests Support in ADF BC REST
ADF BC REST provides a set of enterprise features for REST, one of them support for batch requests. In single REST batch call we can execute multiple update, insert, delete and get operations. This is...
View ArticleHow To Package JET Hybrid Mobile Application for Release (Android Platform)
If you want to build/package JET Hybrid application you must issue build:release or serve:release command. Read more about it in JET developer guide: Packaging Hybrid Mobile Applications. In order to...
View ArticleOracle JET Hybrid Mobile Application on Google Play
Oracle JET Hybrid mobile application can be published to Google Play and installed on Android device. We have tested this process from beginning to the end. Of course JET Hybrid mobile app can be...
View ArticleOracle JET Hybrid - NavDrawer Template Menu/Header Structure
Oracle JET provides NavDrawer template for Web and for Hybrid. Read how to create JET Hybrid application based on template - Create a Hybrid Mobile Application. There is significant difference in...
View ArticleADF PopUp Event Context Launcher
I will describe how you could use ADF popup event context to pass parameters into popup. This could be useful if you want to develop reusable popup, which should accept different type of parameters...
View ArticleRunning ADF BC REST Service Together with ADF Faces Application
ADF 12c provides out of the box support for ADF BC REST API. It is straightforward to create ADF BC REST service and run it. But what if you would like to expose ADF BC REST for existing ADF...
View ArticleNice Trick to Get ADF LOV Description Text
I will tell you about nice trick to display LOV description. Usually you would create separate attribute in VO for LOV description and base LOV on this attribute (read about it in my previous post -...
View ArticleFixes for ADF Cloud User Experience Rapid Development Kit (RDK) UI Layout Issues
If you was evaluating Oracle RDK UI template, probably you noticed information popup coming up, when RDK home page is loaded. Popup is loaded through showPopupBehavior listener, which is executed on...
View ArticleADF BC Attribute - Collection Storage Mode Property
I would like to describe one interesting property for ADF BC attribute. This property is called Storage. There are two possible values: row (default) and collection. By default attribute value is saved...
View ArticleOracle JET Modular Architecture Example
One of my favourite parts in Oracle JET - modular code structuring support. This allows to split application functionality into modules and reusable functions. In this post I will show how you could...
View ArticleOracle JET Router State Control
In my use case there is requirement to navigate to JET module, without displaying it in menu structure. Navigation is a simple task, more complex is to make sure current menu item will be unselected...
View ArticleJDeveloper 12.2.1.2 Patch for Transient Expression Compilation Infinite Loop
If you are using JDeveloper 12.2.1.1 or 12.2.1.2, probably you run into transient expression compilation infinite loop issue. Infinite loop happens when you open ADF BC project and navigate to VO,...
View ArticleWorking with Location and Permissions in JET Hybrid
What if you want to access mobile device location data from JET Hybrid application? This can be achieved with Cordova Geolocation plugin. But you want it to be nicely done and want to make sure...
View ArticleADF 12c BC Proxy User DB Connection and Save Point Error
If you are modernising Oracle Forms system, high chance you need to rely on DB proxy connection. Read more about it in my previous post for ADF 11g - Extending Application Module for ADF BC Proxy User...
View ArticleADF BC - Create View Object From Query with Custom Implementation Class
I had a request to explain how to create dynamic ADF BC VO from SQL statement and set custom VO implementation class for newly created VO instance. Custom VO implementation class extends from ADF BC...
View ArticleADF Goes Client Side - UI Performance Boost with JavaScript
If you would like to boost ADF UI performance, you should look into client side validation and formatting options possible to be done in ADF UI. Today I will describe how you can implement client side...
View ArticleOracle JET Busy Context API to Control Asynchronous REST Calls
I have received feedback from users working with JET UI - sometimes it is not obvious that action button was pressed, users tend to press same button again very fast, which leads to parallel REST calls...
View ArticleMy Blog Samples Download Repository (For Samples Before 2014 January)
I have been asked, where to download my blog sample applications, posted before 2014 January. If you try to download such sample - you will get error about sample not found. Thats because Google...
View ArticleOracle Java Cloud Service - Scaling and Cluster Setup for ADF
Last couple of weeks I was busy preparing to my OOW'17 session about estimating Java Cloud Service performance for ADF application. I was running stress tests against various JCS instance...
View ArticleADF Client Side Validation with JavaScript
In my previous post I explained how to use JS client side formatter for ADF Faces input components - ADF Goes Client Side - UI Performance Boost with JavaScript. The same principle can be applied for...
View Article