What are environment entries?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are environment entries?
Rating:
Environment entries are declared by the bean provider in the deployment descriptor. Their values can be changed by the deployer at the deployment time. The values set by the deployer cannot be changed programmatically, as these are read-only values. These entries are represented in the deployment descriptor using the <env-entry> element. The environment entries are valid for a single bean. Two different beans can have environment entries with the same name. However, two environment entries within a bean cannot have the same name. The <env-entry> element has the following sub-elements:
- <description>
- <env-entry-name>
- <env-entry-type>
- <env-entry-value>
Rating:
Was this information helpful?
Other articles
- What is the @RunAs annotation?
- What is the ejb-jar file?
- What is the ejbPassivate() method of an entity bean?
- What are the LIKE and NOT LIKE expressions?
- What is the @EJB annotation?
