Trivial example on how to add a favicon into your ADF web application.
Favicon in ADF
November 16th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 6 Comments
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.
ADF Form Autocomplete using Autosuggest behavior – Search, View, Add and/or Edit
November 3rd, 2010 | Posted by Bogdan Petridean in Oracle ADF | 7 Comments
In this blog entry we will use the af:autoSuggestBehavior ADF operation in order to enable the user to search, view, add and/or edit data in an enhanced, more professional and intelligent way.
ADF Select Many Shuttle
September 30th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 13 Comments
In this post we will use the af:selectManyShuttle ADF component in order to handle – insert, view, update and delete – data in a faster and more elegant way.
ADF Data Visualization Components – Pie Graph and Bar Graph implemented and explained
September 23rd, 2010 | Posted by Bogdan Petridean in Oracle ADF | 8 Comments
In what follows we shall use ADF Data Visualization Components – dvt:pieGraph and dvt:barGraph - in order to present the information to the user in a graphical manner.
Oracle ADF Tips – Popup ContentDelivery
September 9th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 1 Comment
Popup ContentDelivery attribute The ContentDelivery attribute of an af:popup component controls the popup initialization time and how does the data get refreshed within the popup. It can have one of the following values: immediate -> The popup component is added inline within the page when the page is loaded. It does not matter if you [...]
ADF Calendar step-by-step implementation
August 27th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 42 Comments
In what follows we shall provide an implementation for the af:calendar component.
ADF Glass Pane for blocking user input in case of long running tasks
August 19th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 8 Comments
A Glass Pane is a semitransparent layer that is pulled over the UI so the user can still see the form but cannot use the form controls or input components. At the end of the long-running query, control is passed back to the application and the glass pane is removed (Frank Nimphius). In this post I shall [...]
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.
ADF Progress Indicator in Fusion Middleware 11g
July 19th, 2010 | Posted by Bogdan Petridean in Oracle ADF | 20 Comments
This post will teach you how to configure the ADF Progress Indicator component within a .jspx web page of your OFM 11g application.


