which two places do you configure managed beans?

In which two places do you configure managed beans?

In which two places do you configure managed beans?

A.
In the page definition file

B.
In the faces-config.xml file

C.
In the adfc-config.xml file

D.
In the Property Inspector

E.
In the task flow definition files

Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31973/gs_jdev.htm#CCHIAHAD
(topic 2.6.1)



Leave a Reply 12

Your email address will not be published. Required fields are marked *


Abdullah

Abdullah

C,E

“As a general rule for Fusion web applications, a bean that may be used in more than one page or task flow, or one that is used by pages within the main unbounded task flow (adfc-config), should be registered in the adfc-config.xml configuration file. A managed bean that will be used only by a specific task flow should be registered in that task flow’s definition file. There should be no beans registered in the faces-config.xml file.”

Muhammad Yassein

Muhammad Yassein

Managed Bean Configuration in :

adfc-Config.xml (Managed Bean Section)
faces-Config.xml (Managed Bean Section)

Muhammad Yassein

Muhammad Yassein

Managed Bean Configuration in :

adfc-Config.xml (Managed Bean Section)
faces-Config.xml (Managed Bean Section)

B , C

Raphael

Raphael

CE
AFAIK, faces-config.xml should be consider in a JSF approach. In ADF, taskflow definitions also known as a bounded taskflows and adfc-config as a unbounded taskflows.

Suresh

Suresh

Sparity@ answer is C & E
In ADF we configure Managed beans in adfc-config.xml and in task-flow definition file,
bcoz faces-config.xml is not recommended to configure in adf but recommended inJSF,
pagedef file is used for bindings not for managed beans,
property Inspector is used to setthe properties for UI components..etc

Qader

Qader

adfc-config.xml file

task flow definition files

allansantos

allansantos

C and E
Because that!
faces-Config.xml (Managed Bean Section)
adfc-Config.xml (Managed Bean Section) and is an task flow definition file.

allansantos

allansantos

B and C

allansantos

allansantos

B and E, aff