ADF Mobile - Live on iPhone Device
We are going to walk through the process of ADF Mobile application installation on iPhone device. I will use application from my previous post - ADF Mobile - Secured Web Service Access. Besides...
View ArticleCentralized Transaction Management for ADF Data Control
Did you ever had an idea to implement centralized Commit/Rollback management in ADF application. This would allow to save development time, no need to create Commit/Rollback operation in each page...
View ArticleActive Data Registration Error in ADF (Some Bugs Never Die)
Some bugs never die. This is true for Active Data Registration error in ADF. Error happens after exporting to Excel or after uploading file and pressing button, tab, etc. as the next action after...
View ArticleOracle Cloud Control - ADF
Oracle Cloud Control is implemented with ADF - it looks really beautiful and functional. I prefer such simple and clean UI design:Oracle Cloud provides DB and WebLogic services - next step I will try...
View ArticleADF Mobile - Implementing Reusable Mobile Architecture
Reusability was always a strong part of ADF. The same high reusability level is supported now in ADF Mobile also. I have a blog, where ADF reusability architecture is described through ADF Libraries...
View ArticleGood To Know - Conflicting View Objects and Shared Entity
While killing various issues and helping developers to get up to speed, during this week I encountered interesting ADF behavior - I would like to share it with you. Firstly it took some time to locate...
View ArticleADF Mobile - Geo Location and Google Maps App
Let me describe ADF Mobile application with Google Maps and GPS support. I have implemented this application in few hours, installed on my iPhone and ready to travel - I will not be lost. So, I would...
View ArticleADF Post Changes and PL/SQL Invocation Side Effect
If data will not be commited to the database in the same request - not recommended to use postChanges() method in ADF BC. ADF developers tend to bypass this recommendation, especially when integrating...
View ArticleADF Mobile - Geo Location Synchronization
Here you can read about ADF Mobile application enabled with geo location features - GPS and Google Maps - ADF Mobile - Geo Location and Google Maps App. I would like to post update for this application...
View ArticleSkip Validation for ADF Required Tabs
Tell me - how often it happend to implement such basic layout where required attributes from one Entity are located on the same fragment/page but in different tabs? I guess quite often, this is common...
View ArticleConditional Validation in ADF BC
ADF BC offered out of the box business validation support is quite advanced - allows to control validation execution conditionally. Still some functionality is missing - easy configuration for...
View ArticleAfter Commit Call for Centralized Transaction Management
With this post I would like to update sample application from my previous post on this topic - Centralized Transaction Management for ADF Data Control. This previous post was about how to call global...
View ArticleMy ADF Sample Apps Live in Oracle Java Cloud
With Oracle Java Cloud available for ADF PS5 deployments, I decided to deploy all my future ADF sample apps from the blog in Oracle Cloud, source code will be provided as well as it was up till now....
View ArticleLOV for Editable Primary Key in ADF Table Problem
Probably every ADF developer at least ones was facing this problem - creating LOV for editable primary key attribute rendered in ADF table. Very often database design is based on business key and there...
View ArticleADF Mobile - Device Native Database Access and Usage
This will be a third update for my sample ADF Mobile application. Read about previous versions from here - ADF Mobile - Geo Location Synchronization. This update is focused primarily on device native...
View ArticleFragment Template to Fragment Communication with ADF Contextual Events
This post is extended version for my previous post - After Commit Call for Centralized Transaction Management. Previously posted application works as it should, but you may face a bit more complex use...
View ArticleHow To Implement Gapless Sequence in ADF BC
We all know how to insert new records using ADF BC. But if you have a sequence in the DB for primary key attribute and there is requirement to make sure assigned sequence values are always gapless -...
View ArticleImmediately Removing New Row Without Validation in ADF
Once new row is inserted but not yet saved and if validation rules are defined for the attributes - it may cause problems removing this new row (let's say user changes his mind and decides to remove...
View ArticleData Access Optimization in ADF with Oracle Coherence
ADF BC is accessing database each time user is loading new page or accessing new Web session. Once data is retrieved, data is cached usually for the duration of the current session. If there are lots...
View ArticleMethod - createInstanceFromResultSet() for ADF BC Database Fetch Monitoring
ADF application performance tightly coupled with database interaction performance - data fetching from database. It might be useful to monitor and locate VO's with large data fetch, this would help to...
View Article