Deployment Descriptors is a Configuration File ( In XML).
This specifies the configuration for a EJB/Web Contaniner.
It is a sort of file that will be referred by the container when a specific request in made to the container.
The specifications made by Deployment Descriptor are;
1. Database Connections to be made
2. Location of EJBs
3. How to implement security &
4. Other important settings.