Saturday, November 8, 2008

JDev/ADF sample - ADF Query Component and View Criteria Functionality with Custom Query Listener in 11g

  • ADF Query Component and View Criteria Functionality with Custom Query Listener in 11g. Nice new component in ADF 11g is ADF Query - af:query. This component allows to implement Search functionality in your applications with much smaller effort comparing to Search functionality implementation in 10g. In conjunction with View Criteria, ADF Query provides declarative way for Query Criteria forms development. There is no need anymore to have transient attributes for Query Criteria, since we can base it on View Criteria attributes from View object. In this post I will describe how you can implement user-friendly Search functionality in 11g and how to use custom QueryListener for ADF Query.
    Download - ADFSearchApp.zip

2 comments:

Jp Subramanian said...

Thanks for the sample. I have downloaded & ran the page. Would like to save the criteria values when I try to save the preference. Somehow the sample is not doing that. Could you please help me fixing the problem.

Thanks
JP

Andrej Baranovskij said...

Hi,

From your description I guess its af:query problem.

Regards,
Andrejus