Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 6/26/2008; 7:16:38 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

June 2008
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          
May   Jul

Get Firefox!

Thursday, June 26, 2008

I added a quick screencast to my JDeveloper / ADF Screencasts page that shows a simple example of how using the new AutoRefresh property for a view object in a shared application your application's shared LOV data can be asynchronously refreshed in the shared AM's middle tier cache whenever the database is updated. In the screencast I show performing an INSERT, UPDATE, and DELETE from a SQL*Plus window to underscore how the DB update can really be from any kind of client.

To try out the AutoRefresh feature yourself in the Tech Preview 4 release of JDeveloper/ADF 11g, you need to observe a few of the prerequisites:

  • Must be running an Oracle 11g database
  • It must have its COMPATIBLE parameter set to 11.1.0
  • The DBA must have performed the GRANT CHANGE NOTIFICATION TO YOURACCOUNT
  • Use it in the context of a web application

Enjoy.


7:16:37 PM    



© Copyright 2008 Steve Muench.