RSS Dive into Oracle ADF

tips and tricks from steve muench on oracle adf framework and jdeveloper ide
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Dive into Oracle ADF
Title:David Giammona Blogs About the New ADF Declarative Debugger
Summary:Don't miss David Giammona's blog-opening post about the new ADF Declarative Debugger that we added t... (11/21/2008 7:35:21 PM)
Subscribe it

About "Dive into Oracle ADF"

Author:Claim it now
Website:http://radio.weblogs.com/0118231/
RSS:http://radio.weblogs.com/0118231/rss.xml
Update interval: 5 days
Last update: 2 days ago
Tags: dive
Subscribers:1
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "Dive into Oracle ADF"

David Giammona Blogs About the New ADF Declarative Debugger 2 days ago Read More http://radio.weblogs.com/0118231/2008/11/20.html#a929
Don't miss David Giammona's blog-opening post about the new ADF Declarative Debugger that we added to JDeveloper/ADF 11g just in time for the production release.
Adding a Checkbox to an LOV Search Form to Toggle a Custom SQL Predicate 3 days ago Read More http://radio.weblogs.com/0118231/2008/11/19.html#a928
I've added example #136 that illustrates a technique for adding a custom item (checkbox, in this case) to a declaratively-defined LOV search form. The checkbox toggles whether or not a custom SQL p...
Using the QueryPerformed Property for User Feedback in Search Pages 13 days ago Read More http://radio.weblogs.com/0118231/2008/11/09.html#a927
I added example #135 to illustrate a simple example of using the queryPerformed property of the search binding to conditionally provide user feedback in a search page.
Best-Practice Pattern for Processing Multiple Selected Rows from Tree, Table, and TreeTable 15 days ago Read More http://radio.weblogs.com/0118231/2008/11/07.html#a926
I've posted example #134 to illustrate a best-practice, declarative technique for processing multiple selected rows in a tree, table, or treeTable. It includes a bit of generic helper backing bean ...
First Installment of Matthias' Trinidad in Action Series 19 days ago Read More http://radio.weblogs.com/0118231/2008/11/03.html#a925
JSF Central has published the first article in Matthias' Trinidad in Action series on the Apache Trinidad JSF component library.
Controlling Font Anti-Aliasing When Running JDeveloper 11g with JDK 1.6.0_10 24 days ago Read More http://radio.weblogs.com/0118231/2008/10/30.html#a924
I recently reinstalled JDeveloper 11g production using the newly-released JDK 1.6.0_10 release and noticed that the IDE began using a font anti-aliasing to "smooth" the fonts. However, with my lapt...
Nov/Dec 2008 Oracle Magazine Column on Regions is Out 30 days ago Read More http://radio.weblogs.com/0118231/2008/10/24.html#a923
The November/December 2008 Oracle Magazine issue has hit the virtual newstand, and along with it the latest installment of my Frameworks columns:
Developing a Regional Accent: Use task flows as reg...
Nice One-Liner to Reference BindingContainer in 11g 39 days ago Read More http://radio.weblogs.com/0118231/2008/10/15.html#a922
The team added some convenience API's in 11g to make common coding use cases simpler. One of the more common things in backing bean code is to access the current ADF binding container. One convenie...
Matthias Blogs Link to ADF Faces Rich Client Demo 40 days ago Read More http://radio.weblogs.com/0118231/2008/10/14.html#a921
Matthias blogs a link to the ADF Faces Rich Client demos running out on the Internet.
Example of Joining Static Data into a View Object Query 41 days ago Read More http://radio.weblogs.com/0118231/2008/10/13.html#a920
I've added example #133 that illustrates a technique for binding a static set of rows of data into a view object's query in order to join it with the data of some table in the database.