READ Free Dumps For Oracle- 1z0-897
Question ID 4512 | Where can a developer specify confidentiality or integrity constraints on communications with a Enterprise Bean exposed as a JAX-RS root resource?(Choose one) |
Option A | A. As annotations on the EJB exposed as a root resource. |
Option B | B. In the deployment descriptor for the EJB exposed as a root resource. |
Option C | C. In the deployment descriptor for the web application that is hosting the JAX-RS resource. |
Option D | D. In the vendor-specific configuration file for the container that is hosting the JAX-RS resource. |
Correct Answer | C |
Question ID 4513 | A Java EE application contains business logic composed of EJB beans. All current clients are Java applications accessing the business logic using RMI. Some clients are remote (running in different JVMs) and some are local (running in the same JVM). Which of the following two occur if EJB components are exposed as Web services? (Choose two.) |
Option A | A. New client applications can be built using the published WSDL to access existing business logic |
Option B | B. Current remote clients must switch from RMI to web service access. |
Option C | C. New remote clients can access business logic using RMI or web service access |
Option D | D. New local clients must access business logic using only RMI |
Option E | E. New clients must only be written in java to access business logic |
Correct Answer | A,C |