Sunday, April 10, 2011

Accessing ADF Binding Layer from Java


                  When writing code in a managed bean you might want to access attribute values or execute method calls. This ADF Insider Essentials shows you how you can access ADF bindings from a managed bean.

Note

We can’t get directly View Object(VO) is not a best practices 

Ex: ViewObject voName;

Accessing ADF Binding Layer from Java Class:



Best Practices:


1 comment: