This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Which of the following statements regarding an enterprise bean's environment are correct? [Check all correct answers]
1 The container provides the tools that allow the deployer to create and manage the enterprise bean's environment. 2 Enterprise bean instances can modify the values of the environment entries at runtime. 3 The deployer sets and modifies the values of the environment entries by editing the enterprise bean's deployment descriptor. 4 Enterprise bean instances obtain the values of the environment entries from the enterprise bean's deployment descriptor. 5 Enterprise bean instances use the JNDI interfaces to obtain the values of the environment entries.
If the Bean Provider provides a value for an environment entry using the env-entry-value element, the value can be changed later by the Application Assembler or Deployer.
The deployment descriptor is a deliverable of the Bean Provider, and may be edited by the Application Assembler (spec page 458-9). The Deployer, however, reads the DD into the environment, and may edit the values in the environment, but he does not edit the DD file itself.
Page 415:
The Deployer can modify the values of the environment entries that have been previously set by the Bean Provider and/or Application Assembler, and must set the values of those environment entries for which no value has been specified.
In real life, the Deployer (or rather, the person who deploys) does edit the deployment descriptor - but in doing so he actually plays the part of the Application Assembler.