This post shows how to use the variables iterator which is available in the ADF page definition. These variables could be used when the dynamic information from a particular page are not persisted but only saved temporally for custom processing in a managed bean.
Oracle ADF – Using the variables iterator from pages data bindings
February 4th, 2011 | Posted by Florian Leonard Gozman in Oracle ADF | 1 Comment
ADF View Criteria using same attribute at least twice in JDeveloper 11.1.1.3.0 – Bug & Workaround
January 30th, 2011 | Posted by Bogdan Petridean in Oracle ADF | 1 Comment
In what follows we are going to present the behavior of JDeveloper 11.1.1.3.0 when a view criteria having more than one item referencing the same view object attribute is defined.
Stress testing for Oracle’s ADF 11g with JMeter
January 14th, 2011 | Posted by Dorin Simina in Oracle ADF | 3 Comments
The topic of this post is to illustrate the mechanism of configuring Apache JMeter with your Oracle ADF application for stress testing. Because of the lack of a fully and detailed configuration for ADF, next I’ll present a demo Test Plan which can be downloaded HERE. More information and alternative scenarios can be found at [...]
ADF View Object Performance Tuning Analysis
January 6th, 2011 | Posted by Bogdan Petridean in Oracle ADF | 3 Comments
In what follows we will study performance tuning for view objects with respect to tabular data taking into consideration various display scenarios. We will start the tuning process from top and browse down as follows: View, ADFm and ADF BC.
Send parameter to actionListener in ADF
January 4th, 2011 | Posted by Pompei Avram in Oracle ADF | 5 Comments
I recently needed to invoke an actionListener and in the mean time to send a parameter to the method invoked. The problem is that the methods that can be invoked by actionListeners have only one parameter of type ActionEvent. So how can we send some parameter to that bean method who’s signature is something like [...]
ADF Autosuggest Performance Tuning and Testing
December 22nd, 2010 | Posted by Bogdan Petridean in Oracle ADF | No Comments
In what follows we will study how to configure the ADF autosuggest component to optimize it for best performance.
Oracle MDS Database repository – export, register and import using WLST
November 24th, 2010 | Posted by Florian Leonard Gozman in Oracle ADF | No Comments
This post shows how to transfer an application’s MDS Database repository from a location to another using commands from WLST.
Favicon in ADF
November 16th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 6 Comments
Trivial example on how to add a favicon into your ADF web application.
af:image – preview as thumbnails in mouse over
November 9th, 2010 | Posted by Dorin Simina in Oracle ADF | No Comments
The topic of this post is to illustrate a mechanism to preview images as thumbnails in mouse over event regarding a table row. In the following sections it will be presented an algorithm to compress uploaded images to a specific maximum W/H, keeping the best image quality as possible. The demo application considers a square [...]
ADF Conditional Rendering using Rendered attribute
November 3rd, 2010 | Posted by Bogdan Petridean in Oracle ADF | 1 Comment
In this post we will study the rendered attribute defined for ADF components, how it works and what would you have to do in order to conditionally render an ADF component.

