Saturday, March 13, 2010

JDev/ADF sample - Applying View Criteria from Application Module

  • Applying View Criteria from Application Module. Often we need to define and invoke View Object filtering. In ADF 11g we can do this by adding WHERE clause to View Object SQL statement or by defining View Criteria and invoking it later. I prefer second approach, why I should play with SQL statement, if ADF 11g can generate it for me. Okej, when there is View Criteria, it should be invoked. There are different approaches to do this - from declarative to programmatic. Today I will describe my preferred approach, I'm not saying you should use it as well.
    Download - AppModuleQuery.zip

No comments: