An application has an address form that allows internal users to enter shipping addresses for
provisioning, as well as allows external users to enter billing address for placing orders. How can
this form be implemented to promote reuse?
A.
As a page tempate that multiple Pages can be based upon
B.
as a page fragment that can be used for multiple task flows
C.
as a ospx page containing a form with input components
D.
ospx page contained within a module
E.
as a page fragment that contains an af:document tag
Explanation:
Seems
A.
As a page tempate that multiple Pages can be based upon
B
Sorry A
B seems correct.
“Large, complex pages broken down into several smaller page fragments are easier to maintain. Depending on how you design a page, the page fragments created for one page may be reused in other pages. For example, suppose different parts of several pages use the same form, then you might find it beneficial to create page fragments containing those components in the form, and reuse those page fragments in several pages. Deciding on how many page fragments to create for one or more complex pages depends on your application, the degree to which you wish to reuse portions of a page between multiple pages, and the desire to simplify complex pages.”
Ref:
http://docs.oracle.com/cd/E15523_01/web.1111/b31973/af_reuse.htm#ADFUI655
B
Seems B