Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 9:22:57 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

July 2007
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Jun   Aug

Get Firefox!

Friday, July 13, 2007

I've posted example# 120 that illustrates a simple example of an ADF Faces page with an auto-submit selectOneChoice (i.e. drop-down list) that triggers an AJAX-Style partial page update (PPR) whenever the end-user changes the selection in the list so that the corresponding department location for the new selection is refreshed on the page without rerendering the entire page.


2:01:43 PM    



I've posted example#119 that illustrates a simple Contacts management application (based on in-memory POJO data). I hope it helps to better understand how method iterators based on parameterized finder methods should be used to maximize the benefit of the result caching the ADF Model databinding layer offers, and how those method iterators can be declaratively and programmatically refreshed when you know your business service operations have modified the objects in the databound collection so the user always sees the latest updates.


3:11:24 AM    


© Copyright 2008 Steve Muench.