ADF Faces
« Previous EntriesGeneric Selection Listener implementation for ADF bound ADF Faces Tables
Wednesday, March 17th, 2010Creating an ADF bound table with drag and drop from the ADF Data Control Palette configures the selectionListener property of the ADF Faces table component with EL. The expression references the makeCurrent function that exists on the ADF Faces binding class at runtime. Unless you want to add pre-processing or post-processing instructions to the execution [...]
Forum: ADF UI Patterns & Best Practices
Tuesday, December 15th, 2009ADF users I meet often express an interest in ADF design patterns and best practices that we could/should carve out of what Oracle Applications exercises and experiences since the origin of Fusion application development in Oracle JDeveloper 11g. Not many know that there is a forum and website dedicated to those patterns. So to increase [...]
How-to Configure the ADF Faces Carousel Component with ADF
Saturday, December 5th, 2009The af:carousel component is new in Oracle JDeveloper 11g R1 PatchSet 1. Though the carousel component is one of the choices in the context menu when dragging a View Object collection from the Data Controls palette onto a page, its not fully configured when selected. Instead, to setup the carousel to show ADF bound data, [...]
How-to access the selected row data in a TreeTable or Tree
Monday, November 9th, 2009The ADF Faces af:treeTable component displays hierarchical data in a combined tree and table structure. In this, the leading column is displayed as a tree, while subsequent columns, which could represent different hierarchy levels, are displayed in a table format. If you use ADF to bind the af:treeTable to business data, then a tree binding [...]
ADF 10.1.3 Repost of ADF Faces Tree Search Example
Wednesday, August 12th, 2009This blog entry provides a JDeveloper 10.1.3.1 workspace with a tree search example. The original example was posted on the “old” blogbuster server and got lost when the server went down. You need to add jsf-impl.jar and adf-faces-impl.jar back to the WEB-INF/lib directory to get it working.
Downlad 10.1.3.1 sample
Frank
How to build a reusable toolbar with Oracle ADF declarative components
Monday, July 20th, 2009Grant Ronald wrote his fist contribution to ADF Code Corner, and he did a good one! In his article, Grant explains how to build a declarative component as a generic toolbar that developers link to the ADF binding layer.
“This article explains how to use Oracle ADF declarative components to build a reusable toolbar that can [...]
How-to use Captcha with ADF Faces and Oracle ADF
Friday, July 17th, 2009A pictures say more than a thousand words. And it says it in a way that is hard to parse for machines that otherwise would try and spam your system. For sure, you have seen this on the the Internet already and even Google uses it to – at least sometimes – check the seriousness [...]
Advanced Expression Language Techniques
Friday, May 22nd, 2009Expression Language is a dot notated scripting format that allows you to access in memory and Java objects. In JavaServer Faces, you use Expression Language to to bind UI components to managed beans or to the Oracle ADF binding layer. Using EL from a page or page fragment in Oracle JDeveloper 11g is as easy [...]
A declarative approach to base a router decision on the outcome getEstimatedRowCount
Thursday, February 19th, 2009This article describes a declarative approach to use the outcome of the ADF Business Components getEstimatedRowCount method in a router decision within a bounded task flow. The usecase is a bounded task flow that creates a new record if no record exist before navigating to an edit form. If a record exist then the [...]
Updated Glasspane example in ADF Faces RC with native functionality example
Thursday, November 20th, 2008Shortly before JDeveloper 11 went production, a new feature sneaked it that provides a JavaScript contract for a native glass pane in ADF Faces RC. I just got reminded of this feature by a recent post on the OTN forum. I updated the glass pane article on the ADF Code Corner website with this information [...]
« Previous Entries