What is a deployment descriptor?
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 is a deployment descriptor?
Rating:
A deployment descriptor is an XML document with a .xml extension. It defines a component's deployment settings. It declares transaction attributes and security authorization for an enterprise bean. The information provided by a deployment descriptor is declarative and therefore it can be modified without changing the source code of a bean.
The J2EE server reads the deployment descriptor at run time and acts upon the component accordingly.
Rating:
Was this information helpful?
Other articles
- What is the List interface?
- What is a native method?
- Multi-Tier Applications in Java
- What is JavaScript?
- What is the increment operator?