1.

What Is A Phase Listener?

Answer»

The Oracle ADF lifecycle integrates with the JavaServer FACES request lifecycle, adding all that it takes to set up the binding context, prepare the binding container, validate and update the ADF model, persist MDS changes and prepare the response.

Developers who need to LISTEN and interact with the request cycle may use an ADF Phase Listener to do so. Unlike the Phase Listener you define in the faces-config.xml file, the ADF Phase Listener allows you to listen to the standard and the ADF phases.The ADF Phase Listener is defined in Java – of course – and configured in the adf-settings.xml file you need to create.

ADF PagePhaseListener can be used always and for anything

In Oracle ADF FRAMEWORK developer can use standard JSF listener or special ADF listener which supports additional ADF-specific page cycle EXTENSIONS. Listeners can be used to customize the ADF Lifcycle.

The Oracle ADF lifecycle integrates with the JavaServer Faces request lifecycle, adding all that it takes to set up the binding context, prepare the binding container, validate and update the ADF model, persist MDS changes and prepare the response.

Developers who need to listen and interact with the request cycle may use an ADF Phase Listener to do so. Unlike the Phase Listener you define in the faces-config.xml file, the ADF Phase Listener allows you to listen to the standard and the ADF phases.The ADF Phase Listener is defined in Java – of course – and configured in the adf-settings.xml file you need to create.

ADF PagePhaseListener can be used always and for anything

In Oracle ADF framework developer can use standard JSF listener or special ADF listener which supports additional ADF-specific page cycle extensions. Listeners can be used to customize the ADF Lifcycle.



Discussion

No Comment Found