Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is a deployment descriptor?


A deployment descriptor is an XML document with an .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 JavaEE server reads the deployment descriptor at run time and acts upon the component accordingly.
Related Posts Plugin for WordPress, Blogger...
Flag Counter