1Z0-895 · Question #93
An enterprise developer has received ejb-jars from multiple Bean Provides and wants to combine them into a single ejb-jar as well as altering the method permissions on some of the beans without…
The correct answer is E. Application Assembler is the most appropriate role to perform this task. Application Assembler The Application Assembler combines enterprise beans into larger deployable application units. The input to the Application Assembler is one or more ejb-jar files produced by the Bean Provider(s). The Application Assembler outputs one or more ejb-jar files…
Question
Options
- ABean Provide is the only role that can perform this task.
- BDeployed is the most appropriate role to perform this task.
- CEither a Deployer or System Administrator role many perform this task.
- DThis problem cannot be solved using an EJB 3.x-compliant approach.
- EApplication Assembler is the most appropriate role to perform this task.
How the community answered
(64 responses)- A2% (1)
- B3% (2)
- C5% (3)
- D9% (6)
- E81% (52)
Explanation
Application Assembler The Application Assembler combines enterprise beans into larger deployable application units. The input to the Application Assembler is one or more ejb-jar files produced by the Bean Provider(s). The Application Assembler outputs one or more ejb-jar files that contain the enterprise beans along with their application assembly instructions. The EJB Java ARchive (JAR) file is the standard format for assembling enterprise beans. This file contains the bean classes (home, remote, local, and implementation), all the utility classes, and the deployment descriptors (ejb-jar.xml and sun-ejb-jar.xml). *The Application Assembler can also combine enterprise beans with other types of application components when composing an Match the seven EJB roles with the corresponding description of the role's responsibilities.
Topics
Community Discussion
No community discussion yet for this question.