You have a business component model to support departments (EO, VO, AM), and want to
access it as a Web service. What should be the steps youd need to perform to create a
JavaServer Faces page?
A.
1. Create a service interface for an application module, 2: Select the entity objects and methods
to include the service, 3: Deploy to WLS as EAR file, 4: connect to server containing WSDL, 5:
create data control from XSD, 6: select operations to include in data control, 7: Develop UI from
the Data Control as Normal.
B.
1. Create a service interface for an application module, 2: Select view objects and methods to
include the service, 3: Deploy to WLS as EAR file, 4: connect to server containing WSDL, 5:
create data control from XSD, 6: select operations to include in data control, 7: Develop UI from
the Data Control as Normal.
C.
1. Create a service interface for an application module, 2: Select the entity objects and methods
to include the service, 3: Deploy to WLS as BS service interface, 4: connect to server containing
WSDL, 5: create data control from XSD, 6: select operations to include in data control, 7: Develop
UI from the Data Control as Normal.
D.
1. Create a service interface for an application module, 2: Select the view objects and methods
to include the service, 3: Deploy to WLS as EAR file, 4: connect to server containing WSDL, 5:
create data control from WSDL, 6: select operations to include in data control, 7: Develop UI from
the Data Control as Normal.
E.
1. Create a service interface for an application module, 2: Select the entity objects and methods
to include the service, 3: Deploy to WLS as BC service Interface, 4: connect to server containing
WSDL, 5: create data control from XSD, 6: select operations to include in data control, 7: Develop
UI from the Data Control as Normal.
Explanation:
D ..!!!
1. Create a service interface for an application module,
2: Select the view objects and methods to include the service,
3: Deploy to WLS as EAR file,
4: connect to server containing WSDL,
5: create data control from WSDL,
6: select operations to include in data control,
7: Develop UI from the Data Control as Normal.
D