Quantcast
Channel: Andrej Baranovskij Blog
Browsing all 705 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Centralized 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 Article


Image may be NSFW.
Clik here to view.

Active 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 Article

Image may be NSFW.
Clik here to view.

Oracle 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 Article

Image may be NSFW.
Clik here to view.

ADF 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 Article


Image may be NSFW.
Clik here to view.

Good 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 Article

Image may be NSFW.
Clik here to view.

ADF 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 Article

Image may be NSFW.
Clik here to view.

ADF 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 Article


Image may be NSFW.
Clik here to view.

ADF 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 Article


Image may be NSFW.
Clik here to view.

Skip 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 Article

Image may be NSFW.
Clik here to view.

Conditional 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 Article

Image may be NSFW.
Clik here to view.

After 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 Article

Image may be NSFW.
Clik here to view.

My 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 Article


Image may be NSFW.
Clik here to view.

LOV 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 Article

Image may be NSFW.
Clik here to view.

ADF 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 Article


Image may be NSFW.
Clik here to view.

Fragment 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Immediately 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 Article

Image may be NSFW.
Clik here to view.

Data 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 Article

Image may be NSFW.
Clik here to view.

Method - 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
Browsing all 705 articles
Browse latest View live