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 are the rules for writing an ejbPostCreate<method>?
- What is the remove(Handle h) method?
- What is the getPrimaryKey() method?
- Things to practice for Sun test CX310-090
- Describe the life cycle of a stateful session bean.
