When you create an entity, like an employee, and one attribute of that entity is tied to a list of values you usualy use a SelectOneChoice component for that attribute. That way you are going to get for that attribute only the values you expose trough the SelectOneChioce component. But there is a usability problem [...]
Select one choice default selection
July 30th, 2010 | Posted by Pompei Avram in Oracle ADF | 1 Comment
Timer Task in ADF
July 28th, 2010 | Posted by Dorin Simina in Oracle ADF | 17 Comments
On some projects, you find yourself in need to execute certain jobs and tasks at a precise moment in time or at regular time intervals. So, the topic of this article is to present the mechanism to include a timer task in ADF. The scheduling is done with the help of the CommonJ API which [...]
ADF Table – Adding column filters programmatically
July 28th, 2010 | Posted by Eniko Zsido in Oracle ADF | 5 Comments
In the following post I will present an example of adf table filtering programmatically. You can download the sample Fusion Web Application at the end of the post. The sample application was developed in JDeveloper 11.1.1.2.0 based on HR scheme. In the web interface a read-only table with employees information is displayed, including job title [...]
ADF All-In-One Custom Search
July 28th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 1 Comment
In this post I’ll present a search method that enables the user to enter the search string one time and select the field/fields with respect to which he/she wishes the search to be done. This method will be used, as you shall see in what follows, to replace the ADF table filters.
Configure ADF Security – Basic Authentication
July 26th, 2010 | Posted by Ioana Goga in Oracle ADF | No Comments
In this post I will demonstrate how to enable ADF Basic Authentication, how to secure and authorize access to pages and task flows.
LOVSwitcher attribute populated with CreateWithParams
July 26th, 2010 | Posted by Anca Capatana in Blog, Oracle ADF | 2 Comments
Sometimes there are cases when you need to define multiple LOVs for one attribute and today I’m going to present one way for doing that using ADF LOVSwitcher feature in the particular case of row creation.
Add functionality on command components created at runtime
July 25th, 2010 | Posted by Pompei Avram in Oracle ADF | 2 Comments
Few days ago I have described how to create ADF rich components at runtime simulating a drag and drop COPY action which is not possible in the standard way with the “Component Drag Source” operation (this operation only allows the MOVE action).
Exception handling in ADF 11g
July 23rd, 2010 | Posted by Delia Coman in Oracle ADF | 5 Comments
This post will teach you how to display custom error and session expired pages using Exception Handler.
Oracle ADF & JBoss RESTEasy integration
July 23rd, 2010 | Posted by Florian Leonard Gozman in Oracle ADF | No Comments
Some Oracle ADF applications need to have a REST interface to integrate with third-party tools. In this post I present the configuration needed for the integration of an Oracle ADF application with JBoss RESTEasy JAX-RS.
Digital Certificate in ADF Application
July 23rd, 2010 | Posted by Dorin Simina in Oracle ADF | No Comments
This topic explains how to configure the digital certification authentication using java keytool utility in ADF. The theoretical configuration steps are presented next based on a demo example: connect to the e-conomic platform through secure web services generated from stubs.

