ADF 12.2.1.1 Improved Support for Programmatic View Object
ADF 12.2.1.1 brings improved support for programmatic VO creation. Such VO's are handy, when we want to base VO on alternative data source, such as PL/SQL ref cursor. In ADF 12.2.1.1 developer don't...
View ArticleADF BC REST Authentication with JSESSIONID Cookie
I have described how to apply ADF Security for ADF BC REST in my previous post - Oracle JET and ADF BC REST Basic Authentication. I will show how you can authenticate on first request and for the next...
View ArticleWorkaround for ADF BC REST Custom Method Configuration
This post is based on JDEV 12.2.1.1, it seems like there is issue with ADF BC REST custom method definition in this release. I'm glad it is not runtime issue, but related to design time JDEV wizard...
View ArticleServing Oracle JET Application from WebLogic
Oracle JET application can be served from WebLogic as static content (HTML/JavaScript), JET code will be downloaded and executed on the client. Read more about packaging and deploying JET applications...
View ArticleADF BC REST 12.2.1.0 Running Live in Oracle Java Cloud
It passed almost two years since my previous post about Oracle Java Cloud and ADF - End-To-End ADF Cloud Deployment Process. There is huge improvement in Oracle Cloud, great progress done in these two...
View ArticleOracle MCS with ADF BC REST Connector
We already learned how to deploy and access ADF BC REST services from Oracle Java Cloud - ADF BC REST 12.2.1.0 Running Live in Oracle Java Cloud. It's time to see how ADF BC REST can be consumed by...
View ArticleCalling Mobile Cloud REST Service from Oracle JET
Let's take a look how we can consume REST service exposed from Mobile Cloud Service (MCS). I will show how you could display data coming from MCS endpoint in Oracle JET. I will be using simple scenario...
View ArticleOracle JET Hybrid - Calling Oracle Mobile Cloud REST
Oracle JET allows to build mobile hybrid apps, based on Cordova and deploy to Android or iOS platform. Read more about it here - Go Mobile with Oracle JET As Easy As 1 2 3. In my previous post I have...
View ArticleOracle JET and Application Container Cloud (with MCS Integration)
I have deployed JET application with Mobile Cloud Service (MCS) integration into Oracle Application Container Cloud service. It works perfectly well, you can try to access it yourself (until my trial...
View ArticleOracle JET and Mobile Cloud Service Authentication with OAuth
I will describe with practical example, how to authenticate against MCS in Oracle JET using OAuth. This is based on sample app from my previous post - Oracle JET and Application Container Cloud (with...
View ArticleOracle JET Hybrid Receiving Mobile Cloud Service Notification
Oracle JET Hybrid enabled with Cordova Push plugin can receive notifications sent from Oracle Mobile Cloud Service (MCS). You should read how to setup infrastructure in this article - Your first Push...
View ArticleGeneric BigDecimal Formatter in ADF 12.2.1.1
I have implemented couple of improvements for BigDecimal formatter based on ADF 12.2.1.1. Originally formatter was implemented and described in this post - Handling Format for BigDecimal Numbers in ADF...
View ArticleSpeaking on Oracle OOW'16 - MCS, JET, ACS, JCS and MAF
With Oracle Open World'16 around the corner, I have prepared demo use case including Mobile Cloud Service (MCS), JavaScript Extension Toolkit (JET), Application Cloud Service (ACS) and Java Cloud...
View ArticleWorkaround for ADF 12.2.1.1 Match Media Behavior Tag
If you run ADF 12.2.1.1 application with adaptive UI implemented by af:matchMediaBehavior tag (ADF 12.2.1 Responsive UI Improvements), most likely you will face Null Pointer Exception in Match Media...
View ArticleDynamic Flying Dashboard UI in ADF 12.2.1.1
I took my old sample application implemented in 2010 - Dynamic Flying Dashboard UI Shell and upgraded it to recent ADF 12.2.1.1. It runs pretty well, without major changes - this proves ADF migration...
View ArticleSlides Available - End-to-End Cloud: Oracle Java Cloud, Oracle Mobile Cloud...
I have completed my OOW'16 session [CON2388] today. For those of you who could not attend it, check slides online (I will post sample code later, read more about the session here):
View ArticleBPM Worklist API 12.2.1.1 and Custom ADF 12.2.1.1 Application
I have updated my sample app with BPM API usage in ADF application to 12.2.1.1. Originally this was developed with ADF/BPM 11.1.1.7 - Dynamic ADF Buttons Solution for Oracle BPM Outcomes. There are...
View ArticleOracle JET and ADF BC REST Security Integration Approach
I have promised to atendee of my OOW'16 session (Building Enterprise-Grade Mobile Apps with Oracle JET and Cordova [CON5731]) to post a blog about ADF BC REST security and integration with Oracle JET....
View ArticleJDeveloper 12.2.1.1 Bug and Workaround - Wrong Instance Name for Method...
After upgrade to JDeveloper 12.2.1.1 I have noticed issue related to Method Action binding instance name. This is not ADF 12.2.1.1 bug, but JDeveloper bug. JDeveloper sets incorrect name for Method...
View ArticleOracle JET Example - Implementing Editable Collection Table
Oracle JET allows to implement inline editable tables. User can double click row or press Enter to switch to edit mode. Use Esc to switch back to readonly mode. With F2 can toggle between editable and...
View Article