ADF Faces
« Previous EntriesADF CODE CORNER IS BACK !!! – Bookmark the new URL
Wednesday, September 1st, 2010All,
against all odds, sweat and tears … ADF Code Corner is back for good!
Having spent over 40 hours of spare time, I moved ADF Code Corner to the new OTN content management system, taking the chance for a face lift and editorial change. From now on, all ADF Code Corner documents are provided in [...]
ADF CODE CORNER HAS NEW URL: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html
Monday, August 16th, 2010OTN pulled the plug on the old ADF Code Corner URL. The new ADF Code Corner Website reference is: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html
You will notice that the content is not quite the same yet as it was on the old page. I am still in process of migrating the complete ADF Code Corner documents to a new PDF [...]
New on ADF Code Corner: How to access remote task flows from your ADF applications
Tuesday, July 13th, 2010ADFc remote task flows are bounded task flows that are deployed as Java EE applications to a server for clients to access. Remote task flows use JSPX documents for their views and are open for direct browser access. Like bounded task flows in ADF libraries, remote task flows are a design pattern for sharing business [...]
Generic 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 [...]
« Previous Entries