A deployment descriptor is simply an XML(Extensible Markup Language) file with the extension of .xml
Deployment descriptor describes the component deployment settings.
Application servers reads the deployment descriptor to deploy the components contained in the deployment unit.
For example
web.xml file is used to describe a web module.
ejb-jar.xml file is used to describe the setting of the EJBs.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.