You want to use WebUtil functionality in the Orders form. What three things must you do to
integrate WebUtil into the Orders Form?
A.
Copy the WebUtil object group from the WebUtil object libraryinto a separate object library.
B.
Subclass the WebUtil object group from the WebUtil object libraryinto the Orders form.
C.
Ensure that the WebUtil block is the last block under the Data Blocks nodeinthe Object
Navigator.
D.
Ensure that the WebUtil block is the first block under the Data Blocks nodeinthe Object
Navigator.
E.
Attach the WebUtil library to the Orders form.
F.
Copy the WebUtil library to the same directory as the Orders form.
G.
inthe When-New-Form-instance trigger, register the WebUtil javaBeans.
H.
Set the Implementation Class Property for any items that will implement WebUtil JavaBeans.
Explanation:
Integrating WebUtil into a Form
Step 1: Attaching the WebUtil Library (E)
To use the functions of WebUtil in a Forms application, you mustfirst attach the
webutil.plllibrary to any module that will use the WebUtil PL/SQL API. Select theAttached Librariesnode in the Orders form and click Create. This invokes the Attach Librarydialog box, in which you
can browse to the location ofwebutil.pll
Step 2: Subclassing WebUtil Forms Objects (B)
Part of the WebUtil utility is a set of Forms objects contained in webutil.olb
This object library contains an object group called WebUtil, which you can subclass into your form.
C: A data block named WEBUTIL; ensure that this is the last block in the Navigator.
Reference: Oracle Fusion Middleware 11g, Build Applications with Oracle Forms, Integrating
WebUtil into a Form
Answer B,C and E Correct